-
Unable to login using SSO after OTDS upgrade to 24.3
Hello All, We have recently upgraded the OTDS to version 24.3. After that, we are unable to log into OTCS using SSO. Once we hit the OTCS URL, it is going to the IdP Metadata URL configured under the Auth handler in OTDS. After that it is again showing the OTDS sign on the screen. In the log we are getting the following…
-
XMLIN - Multiworksheets in a Workbook
Hi, Is it possible to call and generate multiworksheets inside an unique workbook event using XMLIN connector? I need to generate dynamically different and as many worksheets, depending on the selection previously made from Infor M3 (using the XMLIN connector). Regards,
-
D2SV SDK and Eclipse question
Hi there, I have a bunch of plugins, all configured in Eclipse, not problem there. However, I have a few classes common to all those plugins therefore, in Eclipse, I link to the source folder of those common classes. The eclipse Java compilation works fine and I can see those classes in the \target\classes\com folder.…
-
Check-in multiple documents at once in D2
I have a requirement to select multiple documents or a folder and check-in all the documents at once. Right now, there is no Apply to All or Ok to all in the Check-in user interface therefore, I created mine (called by a menu entry with the ShowDialog Entry. It looks like In the Dialog's java class, in the Validate()…
-
D2 and D2DownloadServicePlugin issue
Hi there, D2 is configured to use the Documentum Client Manager. And the default checkout and view path are defined in D2-Config for all users. The Checkout path is C:\D2\Checked Now, the requirement. For a specific document type and format, when checking out a document, we need to add a subfolder to the check out path…
-
OpenText streamserve 5.6.2 SQL connection dropped when deploying project
After applying Windows Server OS cummulative patch KB5044293 on Windows Server 2016. Streamserve can no longer deploy an export file. This ends with an error "Connection was dropped" The logs show Unauthorized Connections. Has anyone else come across this problem? 1125 204007 (0051) 1 HTTPListener: Outgoing HTTP header:…
-
How to solve error mail as attachement of a document within a business workspace.
We are using SAP FIORI and we can open the linked Business Workspace, but within the business workspace, it is not possible to mail a document as attachement. The following error is there. If we follow the instructions then everything is already installed, OpenText Content server browser Web Extension is installed (other…
-
Hot to set Expiration date to a document and send notifications?
Hello everyone, I'm working with the Records Management's OOTB features of OpenText and I would like to create 2/3 types of documents that have different expiring periods and send a notification when the document is expiring. Can anyone help me with some examples of implementation? Do I have to use RM classifications?…
-
How do you get rid of a persistent instance in jobs
In OpenText Administration Client, there is an instance showing active when it has finished even though we have refreshed and at the command line run dshdsk -check. How do I clear that instance? Please advise
-
odbc howto break sentence into different lines
Hi, Just a simple question I´d like to remember. How do you break a sentence into several lines without quotes? Is it possible? i.e. $st= "SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; break into $st="SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; Regards