I am having few rptDesign files in which width and height is set. When the report renders on browser this values (width and height ) shows with pt unit. I wanted to have this as % so that with the screen size it should enhance the generated report si...
Using DQMan or Document Admistrator, what's DQL statement to get hash of document in DCTM? Select ... ? If it's not possible how can I get it? (I know exactly which is the document, r_chronicle_id, r_object_id, etc...)
I have a small application that watches a specific file and whenever it changes, my application should do the actions in the loop, but something is firing the function more than once!! here's my code private void OnChanged(object source, FileSystemEv...
Im designing a report in BIRT, where I have 2 data sets and one parent table and under that a child table. For each parent row, I'm firing child table, so it's hitting database everytime. For example if I'm having 100 rows of parent records, for each...
Bit of a long shot but I haven't had any luck finding the answer documented anywhere. I'm writing a custom tool using the eDOCS DM API to bulk upload files into eDOCS. The tool almost works as intended, I create a task list of files and metadata pro...
This request to a OpenText Content Server works with the curl, but doesn't work with the JetBrains HTTP Client. curl --location --request POST 'http://myserver/api/v1/auth' \ --form 'username="myuser"' \ --form 'password="mypassword&qu...
I want to iterate through the files in a given folder in Enterprise Connect to check, if file exists, delete or add files. I am able to access the folders, but can't iterate through the items: Sub IterateEnterpriseConnect() Dim FP As MAPIFolder Dim f...
I'm currently trying to automate the test for a pretty big webapplication (DMS) Document Management System. To explain the system a little bit: There is a loadbalancer which connect to one of two frontends. To be sure that will be no problems in my t...
I have encountered an error after attempting DB Maintenance from within Design Manager, and cannot figure out how to get the DB unlocked. Essentially, ran the DB check for errors utility, and during that process, many errors were thrown. When the uti...
How can I add a new document to Content Server 10.5 using the REST api? I am following the Swagger docs for creating a node, but it is not clear how I attach the file to the request. Here is (roughly) the code I am using: var folderId = 2000; var d...
I am trying to configure a combo box so that it shows a default value and does not show empty. The structure is as follows: `ccmbDynamic: cmbcombo -List Initialization *Message Action *On PAM_Create -Set nMyObjectID = 1 -Call clsDynamicListPopulat...
This question might not be very constructive but my reason for asking this question here is to know the view of fellow TD developers about the career scope of this niche technology in India. I have been working with this technology from the last 4...
I want to override system variable while running the application. Is there way to override SYS variable in page using control file VARSET.
I want to develop a tool for my company using C# and .net to access our opentext ECM Documents. I need to be able to search in opentext ECM "Folders" for Word Documents, search inside old document links and update. I see opentext ECM in the Windows...
How to open port 5814 on AWS EC2 machine. I need to open it for autopass licence server. I will install UFT licence on Autopass in server. https://docs.microfocus.com/doc/AutoPass_License_Server/2023.06/BeforeYouInstall I created virtual machine on...
With Excel 365 for MAC/OS I get error 1004 when trying to open a *.csv file using VBA OpenText. I receive .csv files (semicolon delimiter) from my bank and want to automate importing the data into worksheets. To that end, I recorded a macro while imp...
I wanted to ask if someone could explain to me how to download NetIQ Access Manager. I have created an account on MicroFocus and OpenText. I also tried asking on the MicroFocus community, but so far without any results. I can't find any guides online...
Can anyone tell me if importing into a Business Workspace that is a specific object type from the SAP Extended ECM Application and represents a SAP Business Object with Open Text Content Server is the same as importing into standard folders? Can the...
Is it possible to give custom ramp up in LRE for a single group to a batch of vusers. For eg. We have a batch of 17 users which needs to start every 20 seconds. We need to configure for every batch of 17 vusers, 1 user ramps up at every 10 seconds. S...
Update: Updated the problem to reflect recent learnings and make it more clear. I have a scenario where I need to import a file from OpenText (OT) to ServiceNow and then export it back to OpenText (kind of moving the file which is not possible locall...
I was wondering what is the best way to do a clean up of autonomy teamsite7. I basically have loads of dcr files that are not in use anymore and want to delete these. Whats the best way to search through the CMS and identify what .page and dcrs are...
I've two custom CI Types(for example: Test1 and Test2) under Node CI Type, I want to create custom relationship between them, How can I do that? I tried creating relationship from CMS UI but I couldn't find an option to create it. is there a way to d...
I am using OpenText Documentum Rest Api in order to get the data. If I call the endpoint: https://myopentext/repositories/myrepo/documents/aaa I get the representation of document containing its properties and links: { "name": "doc...
I have .csv file with this... name,package,start,end,state Bobby the guru,Some text,08/04/2024,08/09/2024,Lapsed and I'm opening it with Function GetData() Workbooks.OpenText filename:="c:\MemberHistory.csv", _ FieldInfo:=Array(Array(...
We have a requirement to migrate documents from Documentum to OpenText Core Archive, which are linked to SAP. The ArchiveLink integration with SAP must be maintained after the migration. What is the best approach for this migration? Has anyone handle...
I have written a query with the codeigniters database library, it looks like this, this is the update version public function getCandidateCredits($candidate_id) { $this->db->select('*') ->from('credits') -&g...
1 Dears, I have OpenText ECM with Several Documents, I need to add one more Column to an existing table of OpenText DB.I have another DB in DB2 with all the information, I need a solution for updating Column from DB2 Table to SQL Table of OpenT...
Yes ofcourse, You can create a queestions from admin dashboard. so follow this step Login with admin Open the Questions tab Click on Add new Question Fill the require fields Submit the form Now you can check the new question in your dashboa...
Python is widely used in web development for its versatility and robust frameworks. Frameworks like Django and Flask simplify building scalable, secure web applications. Django, with its "batteries-included" philosophy, offers tools for database mana...
HTML5, the latest standard of Hypertext Markup Language, significantly enhances earlier versions (like HTML4) by introducing features for modern web needs. It supports multimedia with native and tags, eliminating reliance on plugins like Flash, imp...
Cloud hosting differs from traditional hosting (e.g., shared, VPS, or dedicated servers) in its architecture and flexibility. Traditional hosting relies on a single physical server, where resources like CPU, RAM, and storage are fixed. If traffic spi...
The mind is that which thinks, feels, perceives, imagines, remembers, and wills, including both conscious and unconscious processes. Its exact nature is debated, like whether mental phenomena are internal activities of transforming information or dis...
Schema.org (often called schema) is a semantic vocabulary of tags (or microdata) that you can add to your HTML to improve the way search engines read and represent your page in SERPs. To enhance your SEO strategy, it's crucial to add schema m...
A hyperlink is created using the tag with an href attribute that defines the link target. Example: Click here. Clicking the link takes the user to the specified URL or page.
OpenText AppWorks is a low-code development platform designed for building process automation and dynamic case management applications. It enables organizations to digitize, automate, and integrate workflows across systems, machines, and clouds, impr...
How to integration salesforce with XECM?
How do we find Database name for BCC?
How to done data migration to core content?
How to get OTCS ticket and any config to be done in OTDS/restapi?
How to done restapi authentication through OIDC?
Please advice with xECM for SAP 21.4, Uuable to get wsdl for OT-authws/services/authentication from OTDS installation folder?
Can we configure & use AC Content Repositories in S4 HANA in OAC0 without the SAP ADA Add-on package installed ? How would it be licensed then ?
Has anyone here implemented or come across OpenText Content Server encryption specifically for metadata stored in the database? We are looking into options for securing metadata at rest and wanted to understand what's possible natively with OTCS or w...
How to get the OTCS Token for a user (by impersonation) using REST API in SSO Enabled ENV?
How to activate OTDS license integrated with Intelligent Capture?
How to download document(s) from Content Server using the REST API?
Have you changed the DB user or password or any other changes related to DB ?
How to download documents of business workspace using object exporter ?
How to setup archiving from Documentum to Archive Center or do we need any plug-in to connect documentum to archive Center?
how can we attach same category with attribute values for the child items present in that folders?
How to prepared document for how to activate OTDS license integrated with Intelligent Capture?
How toenabled the respective agent in each of the instances ini file?
Anyone know which table stores Category attributes type? Like text, date, tkl, checkbox etc
Is it possible to add a company logo image to a label? Can category metadata be included in the labels? Is it possible to add custom table data to a label?
I want the records to get processed automatically at every stage and come for approval only at end for disposal. But they are not getting processed at each step automatically though the event rule is satisfied and shows as action to be performed. But...
I am trying to upgrade my cs from 16.2.7 to 22.4 version using system center. The dbupgrade failed with error as below. Has anyone faced similar issue. We checked upgrade guide and release notes and no mention on barcode module to be removed as it se...
we have a requirement to refresh non-prod CS and AC with prod data but keeping the OTDS as it is (with non-prod data). I believe after the refresh if I integrate the old non-prod OTDS, it will sync old users and groups in CS creating duplicates entry...
we recently upgraded our environment to 22.4 and post that the error is coming. Also test connection to service show success. We have otds on 1 tomcat and cws on another tomcat on same server on different ports due to tomcat compatibly. This is dev e...
We run synchronize replicates job in archive center to replicate data from primary OTAC application to DR environment. We see that our backlog is increasing day by day. Can anyone suggest if we can run multiple sync jobs or how to increase the replic...
I need help with a multiselect custom button in Opentext CS. I created this button using oscript module. It works fine in classic view but the button isn't displayed in Smart view.
I'm trying to run a PL SQL in Oracle where a SQL using bind variable. This runs fine in Oracle SQL Developer However the same when executed in Livereport reports below error. Any idea how do we run PL SQL Oracle in Livereports? ORA-00900: invali...
When OTCS DB PWD was changed in db level and pwd content server is not in sync , how can we change the pwd in OT Application level as we are not able to login to opentext. Currently we are not able to login to OT application and ? func=UpdateDBCon...
We have multiple users which are already removed from AD partition and not available in OTDS anymore and same is reflecting in the OTCS. They are yet to be marked as deleted in the Content Server db and still shows count in users and groups while...
We are creating bulk business workspaces in OTCS through a job from SAP. Most of them got created but some failed with this error. This is the error we are getting in SAP and no error logs on CS side. Cannot get node with ID=6617432. (localhost:F:...
I have to export a number of pages from OpenText, parse the data and then put it into a new system. The problem is, I can't find any documentation for the opentext export. I get lines like this: <PGE PGE0="6B77310C0933482D982CB2C14167B620" PGE1="...
I want to do CRUD operation of file using REST api on opentext core share instead of uploading file to opentext core share from dashboard. So please let me know if opentext is providing api documentation or there is some other way to do this.
How to find the list of RESTful services in OpenText case360 Am trying to get the RESTful services in case360
I want to develop a tool for my company using C# and .net to access our opentext ECM Documents. I need to be able to search in opentext ECM "Folders" for Word Documents, search inside old document links and update. I see opentext ECM in the Windows...
I neet to send email's attachemnts to OpenText. How can I do that? Is there some tools to solve tihs situation whithout export file to file system and then upload this files to OpenText?
We need to write a report to find the number of below categories of users on our OpenText Content Suite Platform installation: Content Suite Platform Read-Only Named UsersContent Suite Platform Standard Named UsersSAP Extended ECM by OpenText Profes...
I have following code: have 7 different attributes for ReportDetails. But this code doesn't seem to work, and there is no error. AttributeGroup DocTypeGrp = new AttributeGroup(); DocTypeGrp = docManClient.GetCategoryTemplate(ref otAuthentication, 1...
Documents are not getting archived from external directory to pipeline. After putting the document in external directory, the LOG file is gone but leaving behind the remaining 3 files. While looking the tomcat AS logs following is the error and warni...
Scheduled jobs in xECM for SF were failing. Error Message: "REST call '/odata/v2/User' failed. Reason: Invalid response received for REST call '/odata/v2/User'. Error: 0. Message: Malformed message: Invalid HTTP status code." Initial Troubl...
While manually running a Web report produces the desired output in an Excel file, the same report generates an empty file when scheduled. What could be the potential cause of this discrepancy?
I'm having a problem with my WebReports code. I have a script that runs a sub-webreport, and then a for loop processes the results. It works perfectly in version 24.4, but in version 23.2, the loop seems to be reading the data character by character...
I am looking for information on a solution that integrates email and OpenText Content Suite. Specifically, I'd like to know if it's possible for OTCS to monitor an email inbox and then automatically file new emails into a Business Workspace, with new...
We're having trouble with our SAP web viewer. When users try to open PDF documents, the files are downloading instead of opening in the browser. Is there a solution to this problem?
I've created a custom ArchiveLink solution for a third-party DMS that isn't officially supported. Despite the lack of out-of-the-box support, I've managed to configure it in OAC0, and the system now correctly stores and retrieves documents tied to SA...
I'm a new user of PowerDocs and am following the integration guide for XECM. The instructions mention creating a default Business Object and Property, but I am unclear on where to obtain the necessary values to complete this step. Could anyone with e...
We are rebuilding our Archive Center environment on a new VM for an upgrade from 21.2 to 24.4. The main challenge is migrating the existing SAP server and Scan station configurations without having the SAP passwords. Our plan is to export and import...
Is there any way to import/export/manage metadata using a spreadsheet using OpenText Content Server other than using a 3rd party company?
I’m facing an issue where PDF attachments are not displaying in the side pane image viewer in VIM. Instead of rendering within the viewer, the system prompts a download and opens the file in a separate window. Has anyone encountered this behavior be...
We're encountering errors across all our xECM for SuccessFactors scheduled jobs. We've verified the following: Integration user permissions are correctly configured. The connection is active and functioning as expected. ODATA API logs...
We need to extract 10-digit numbers from a given string. We're currently using "[0-9]+" with OScript's pattern matching, but this doesn't allow us to specify the exact digit count. We've been trying to find the correct regular expression, but haven't...
I'm currently working on implementing the zip and email functionality in OpenText Content Server using the REST API. So far, I've successfully zipped and downloaded files using the following two-step process: POST {{csurl}}/api/v2/zipanddownloa...
We're currently unable to log in to one of the nodes in our AC cluster. The vmclient log on that node shows some entries that might be related to the issue. Has anyone encountered something similar or have insights into what could be causing this?...
In OTDS, what’s the recommended way to verify whether OpenDJ is accessible using the Directory Manager password?
Has anyone successfully integrated multiple SAP SuccessFactors instances with a single xECM setup—specifically one instance of OTCS and one instance of OTDS—while ensuring that all SuccessFactors connections operate simultaneously without issues?
Do we have two different object importers? The one that comes with CS is single-threaded. Do we have a multi-threaded object importer?
I need to add 1000 individual users to the Esign group. Does anyone have suggestions on how to efficiently accomplish this? Please note: the Esign group only accepts user accounts—group objects cannot be added. I attempted to use the groupaction t...
I’m currently working on restructuring a large folder hierarchy within the Million Workspace. Each folder has specific group permissions assigned. However, after performing the move operation via WebReport, those group permissions are not retained....
The workflow steps ITEM HANDLER and WEBREPORT are executed by the Workflow Agent, which runs on a 5-minute interval.Is there a way to trigger these steps more frequently or process them immediately, instead of waiting for the full 5-minute cycle?
The connection test for Extended ECM is failing. Has anyone come across the error: "Server sent HTTP status code 403: Forbidden"?
In SAP ILM, once the retention period has ended, the destruction mechanism allows for the deletion of both the data and associated ArchiveLink attachments.Is it also possible to delete the corresponding Extended ECM (xECM) business workspace and its...
Is there a way to convert the [LL_REPTAG_OTCSTICKET /] into a usable token for CWS APIs within the same WebReport? We need to invoke several CWS APIs that aren't available through the REST API. Currently, accessing CWS requires passing a username...
We’re planning to upload documents to the Content Server using Object Importer. Our goal is to inherit the category and attribute details from the parent folder for each imported document. Is there a way to achieve this through the Object Importer...
How to extract the SQL definition of a LiveReport using its DataID from the DTree table?
It seems the issue is originating from the Archive Server. On the Content Server side, you can enable the easp_dsh.log file, which is linked to archiving. After enabling it and reproducing the problem, you should be able to gather more detailed infor...
Hi All, I’m looking for some guidance regarding Automatic Document Declaration in SAP. We’ve already configured the standard settings under Document Declaration and Doc Type and Object to Declaration ID, and the automatic declaration checkbox is en...
How can we improve thumbnail generation performance in OTCS?We've integrated two extractors along with DCS, but the thumbnail agent is currently unable to handle the processing load efficiently. I'm exploring strategies to optimize or scale the thumb...
Deploy and tailor OpenText Content Server to meet unique business needs.
Seamlessly connect OpenText with SAP, Salesforce, Microsoft 365, and more.
Smooth transitions from legacy systems to the latest OpenText versions.