-
Migration of Database for Documentum 16.4 from Oracle 12c to Sql Server
Dear All, we want to change our database from oracle to sql, we have decided following approach. 1) Setup Sql Server 2) Migrate Schema and Data using SSMA tool from oracle to SQL 3) Setup Content Server and create repository using migrated database. Now the problem is documentum expects SQL Server in case sensitive mode,…
-
Error while clicking WORKFLOW Map in opentext content server
We installed opentext c.s in our machine and when trying to explore the Workflow Map functionality, getting following error: ** Content Server Error: Error initiating Map Workflow map has no version ** Any help would be appreciated.
-
How Bar Chart fx Client script to handle multiple charts via jsapi script?
Chart.setChartTitle("Analysis for : "+categoryData);Chart.setFilters(new actuate.data.Filter(filterQ, actuate.data.Filter.EQ, stage_id));Chart.show();Chart.submit(); Above Is working for me But I have to handle multiple related chart (right side ) on clicking left side bar for that I am trying below function; it is working…
-
Error while clicking WORKFLOW Map in opentext content server
We installed opentext c.s in our machine and when trying to explore the Workflow Map functionality, getting following error: ** Content Server Error: Error initiating Map Workflow map has no version ** Any help would be appreciated.
-
OScript String Manipulation
I am reviewing some code and have come across the following option for a subset of a string: mystring[:-4] If mystring is 'abcdef', then what is returned with mystring[:-4]? I understand if I use mystring[1:4] it will return 'abcd' or if I use mystring[-4:-2] it will return 'cd'. So, what happens when you leave off the…
-
RHEL 7.5 and up with uvfs 2.0.0.8 <-> nfs export
Hi there, Anyone else with nfs sharing issues on a rhel 7.5 or higher ? It seems like nfs on rhel 7.5 doesn't like to play along anymore with pmfs filesystems like uvfs. Any feedback is much appreciated. Koen
-
D2 Workflow Comments
Hello! I'm trying to locate the comments which the task users enter when they accept/ reject a task in D2 workflows. I want to include those comments in the email alert which is sent to the next performer. So far I'm unable to find where those comments are stored which we get to see from the TaskNotes widget in D2. I've…
-
update object using rest services
Hi All, We are working on documentum 7.3 rest service . We are able to use the read(select ) dql query to retrieve details and its working fine. if we use update query it say only read query is allowed . Please help us how to update the object using rest service Regards, Krishnasami
-
Copy Folder/Document from Content Server to SharePoint Online
Hello All, From the documentation contained within AGA latest release (16.2.10), the ability to copy a folder/document from Content Server to SharePoint on-premise is being achieved using the Enterprise Library Web Part. This Web Part however does not seem to be available for SharePoint Online - is this correct? For…
-
WEM 8.5 - How to send an error while executing a content component's display view jsp
Hi Experts, I'm just curious about the error handling in a JSP (display view): Usually, you can force an error page by invoking something like: ${pageContext.response.sendError(404)} In WEM it does not work (or at least it does not work for me). Do you know how to handle this correctly? At a certain condition in a display…
-
how work fulltext search
My query search is : SELECT cust_field1, cust_field_2, cust_field_2 FROM custom_object SEARCH DOCUMENT CONTAINS 'abrakadabra' enable (RETURN_RANGE 1 101 , object_BASED) return exception: [DM_QUERY_E_CURSOR_ERROR]error: "A database error has occurred during the creation of a cursor ('ORA-00933: SQL command not properly…
-
Passing value from data selector (in dashboard) into a report
Hello, I have a running report that has one required parameter. I want to create a dashboard that have this report included. I need to pass the selected data in data selector into the report as a parameter. Can this be done? Thank you, Lucy
-
301 Redirection Implementtaion in Page level
Hi All, Any one implemented page level 301 redirection in pre controllers? I got 302 Redirection successfully, Http302ForwardAction(new FullUrlTarget("targetUrl")) , but need to do 301.
-
TemboBox Sharing
Good day I have setup Tempo Box 16.1 and integrate with CS 16.2. All seems to be working ok except when a document or folder in TempoBox is shared. To my understanding and assumption is that the person(s) should get an email notification that there is a tempo box share with the link, just like DropBox does. It is correct?…
-
Export to CSV, need to include Dynamic Text items
Hello, I have a table with a group, and in the group I'm running a subtable off of a different data set. I'm pushing the results of that subtable to an array (pCode.push(row["Code"])). Then in the detail row, I show what I need by calling the array pCode[parentCnt]. It works great when I run the report within BIRT, I see…
-
[DM_POLICY_E_ERROR_1600]
Hi Experts, After migrating 6.7Sp2 to new platform and upgrading to 16.4, on promoting a document gives below error: Error in promoting the file [DM_POLICY_E_ERROR_1600]error: "The User Actions Proc failed. Details: Could not resolve ACL for the document. Any help is appreciated. Regards
-
Error '3330:The filetype is not specified in the request'
Hello, all! I have a report that, when run, spits out the error: '3330:The filetype is not specified in the request'. Don't believe I've seen this one before, and it's left me scratching my head... A weird thing is, when I download it to my Designer, it will run forever, and never return any data.... It was working last…
-
chart value (Y)s series and Category (Y)s series word wrap
Hi , Is there way to custom word warp (Y)s series and Category (Y)s series, by custom I mean controlling how many world/characters to wrap. Thanks
-
Add image to dataset
Hi, I am looking for a way to add 3 images dynamically into the report table. and be able to apply condition to the image cell to select the right image from the field ie image1.jpg image2.jpg image3.jpg if row[country] == "france" { "image1.jpg" } else if row[country] == "usa" { "image2.jpg" } else "image3.jpg" thanks
-
WebTop - "Could not send notification for event dm_checkin for BBB.xls document/object."
Hi All, I have tried a few things but can't figure out how to resolve this issue. Any help is much appreciated. Thank you,
-
How to scope the Docbases in WebTop
I have a requirement to display only limited Docbases in the Login Page. I have a one content server and 5 Docbases but need to display only 3 Docbases in the WebTop login Page. Could you please guide on the same. Thank you.
-
BIRT: setting the max Value of the scale in the y-axis dynamic
Hello everyone, I'm working on a report where i have a Bar-chart. I'm trying to find a way to tell the y-axis to set it's max-scale value as the max value that it comes from the Data when placed on the Chart. Please see the following picture for better understanding I'm thinking of some like: calling the y-Data using :…
-
Result of string concatenation is too long
I have a report that runs fine and produces the correct results. Also, the query runs fine in Toad and SQL+. The problem is that when I go into the dataset editor then close it, I receive an error (SQL error #1:ORA-01489: result of string concatenation is too long). Any suggestions?
-
Error while running Job
Hi All, I have created a job for my custom method. When I run the job, I get below error message. (The Job report is also Blank) Last Status : FAILED: Method myMethod return value was 127 Any suggestions?
-
Open Deploy fails to deploy .xsl file
we are having issue deploying the .xsl files into runtime in teamsite version 8.x.x. it doesnt allow to deploy to this directory ( using PLC or open deploy script. E:\interwoven\livesitedisplayservices\runtime\web\resources\xsl ( below the error) LIB: (2) id=m577 2019-10-24 01:58:29 Abs Path =…
-
Need a running examole for Process and Sub-process using Process Builder
Hi, I am new with process builder. Could you please share a Step by Step manual to create a process and sub-process
-
Page refresh issue in Chrome, IE working fine after delete folder
Experts, Can any one help me for one issue, while delete any folder in my customized application, in the IE page will be refreshed after the deletion but in Chrome its giving a blank screen. Please try to help on this as this is a critical issue now. Regards, Arvind
-
TimeZone Issue in webtop. Documentum version 7.2.
The problem is that the date field includes both the date and time. When this is displayed in Webtop the date/time is converted to what it would be in local time. So a date like 12/1/2019 is actually 12/1/2019 00:00:00 Eastern Time, which is where the server is. When this date/time is converted into local time in…
-
Conditional Value Assistance
Hi All, How we can use the Conditional Value assistance in the Composer. I need to display values in the drop down for the custom object Types - I have performed below steps Query - select doctype from dm_dbo.tblDocType all cached queries Query attribute providing data - doctype list is complete
-
How to display advance search feature for a particular group only
HI All, I have a requirement to display some objects types some particualar groups only in the advance search screen. Remaining need to display other group level. For example. I have two object types called customOne, Customtwo Customone need to display the object type for the cusotmone user group only CustomTwo need to…