-
Having difficulty to match DATETIME with OTAG REST API queries
Hi, Hope your experience can shed some light on this. We noticed an unexpected behavior of OTAG REST API queries in relation to datetime. We use WEM v16 running on Linux with an Oracle DB. We defined a "Start Date" field in a CTD (using DATE datatype in Oracle DB and created with "Date and Time Selector Enhanced" widget)…
-
invalid ticket for storage object Issue
Hi Team, While I am trying to open the job report file, getting the below error: Could not download content file for document '<Job_name>'. : "Use of invalid ticket for storage object with name filestore_01; storage may be improperly configured. Can anyone please tel me what is the root cause and how to resolve the issue?…
-
Get previous version content of a document
Hi, I'm training with DFS and document versions. I create a new document (objectID), then I create some new versions of the document. I'm able to retrieve all versions created with: select r_object_id, r_creation_date, **** from dm_document (all) where i_chronicle_id = '...' If I search documentum for a previous version…
-
TBO for attaching lifecycle
Hello All, i've referred many topics on attaching lifecycle to document from TBO. However, I'm not able to do so. Can someone post some specific setting which are needed from lifecycle point of view? Any help would be appreciated. Regards Prashant
-
How to check a report don't have parameters
<p>I'm building a web application and use JSAPI to show report from ihub server to my view, everything look good but still some problem with some report.</p> <p>My problem is:</p> <p>"Some report don't have parameters will be show a notification that "This report contains no parameters" when i submit that. " </p> <p>I want…
-
Cannot generate output html in new branch
Hey Guys, I need your help like yesterday. Here is the background/history. Currently using TeamSite 7.4.1, I copied template from one branch to another. The source branch works fine, but not the destination branch. I made sure all template files were copied to destination, .tpl, datacapture.cfg and .js files. When I try to…
-
Disabling legend when series value is 0
<p>Hi,</p> <p> </p> <p>I am using BIRT 3.2.21 . I am new to it. I am facing an issue where i have to disable the legends when any one of the bar column value is 0. for example if i have two series and one of the series value is 0 then i have to disable the legend.</p> <p>Please help.</p>
-
4.5 features
<p>Much appreciated if somebody could share or point to the new features of 4.5 version.</p> <p>Thanks in advance.</p>
-
How to create a file from a rendition?
This can't be as hard as I seem to be making it, but I can't figure out how to get a rendition into a format I can work with. What I'm trying to do is locate pdf renditions and check to see if they in the PDF/A-1b standard. To do that I'm using Apache's PDFBox preflight to check the standard. I need to pass PDFBox a File,…