The Agentic Supply Chain - Deloitte Deloitte Partner News
Future of R&D in Belgium - Deloitte Deloitte Partner News
Best Managed winners - Deloitte Deloitte Partner News
The Agentic Supply Chain - Deloitte Deloitte Partner News
Future of R&D in Belgium - Deloitte Deloitte Partner News
Best Managed winners - Deloitte Deloitte Partner News

Interesting posts for you (24)

Clear Filter
0
Centura Team Developer (previously Gupta Team Developer)

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...

1 answers
2582 views
0
BIRT Report dynamically set width

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...

1 answers
1392 views
Vijay Bonda
Vijay Bonda
• 3 days ago
0
How can I get document hash from documentum using DQL?

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...)

1 answers
526 views
0
streamReader inside OnChanged fires twice?

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...

2 answers
177 views
0
Nested table in BIRT opens too meny db cursors, causing cursor error

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...

1 answers
83 views
Kishore B Buchepalli
Kishore B Buchepalli
• 3 days ago
0
eDOCS DM API - setting file extension

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...

3 answers
2472 views
Srinath B Goud
Srinath B Goud
• 3 days ago
0
POST request (form data) with JetBrains HTTP Client doesn't work

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...

1 answers
1246 views
0
Iterate through the files in a given folder in Enterprise Connect with Outlook

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...

1 answers
170 views
Souvik Kumar Das
Souvik Kumar Das
• 3 days ago
0
Cypress.io: Server Error | 404 - File or director not found

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...

1 answers
8769 views
ganesh kumar padal
ganesh kumar padal
• 3 days ago
0
Is there a way to Manually unlock the Opentext Exstream Design Database?

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...

1 answers
577 views
ganesh kumar padal
ganesh kumar padal
• 3 days ago
0
How can I add a new document to Content Server 10.5 using the REST api

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...

4 answers
8626 views
Sathish Kumar Kinche
Sathish Kumar Kinche
• 3 days ago
0
Select a default value of a Combo box in Centura/Gupta (Team Developert)

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...

1 answers
186 views
Sirisha Angadala
Sirisha Angadala
• 3 days ago
0
Excel VBA Workbooks.OpenText, just can't get date formatting to work

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(...

1 answers
221 views
Vineeth Kumar B
Vineeth Kumar B
• 3 days ago
0
How to override SYS variable in Exstream

I want to override system variable while running the application. Is there way to override SYS variable in page using control file VARSET.

1 answers
318 views
Sai Kumar Sunkara
Sai Kumar Sunkara
• 3 days ago
0
Opentext ECM - List all Folders and Files with C# GUI

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...

2 answers
512 views
Sathish Kumar Kinche
Sathish Kumar Kinche
• 3 days ago
0
How to open port 5814 on AWS EC2 machine. I need to open it for autopass licence server. UFT licence will be installed on autpass server

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...

1 answers
105 views
Fayaz S T
Fayaz S T
• 3 days ago
0
Why does OpenText Runtime error 1004 even though file can be imported by hand

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...

0 answers
106 views
ganesh kumar padal
ganesh kumar padal
• 3 days ago
0
How to download NetIQ Access Manager?

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...

1 answers
251 views
Sirisha Angadala
Sirisha Angadala
• 3 days ago
0
SAP Business Object in Open Text Content Server

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...

1 answers
1058 views
Badri Bhadram Sagina
Badri Bhadram Sagina
• 3 days ago
0
Custom Ramp up in LRE for batch vusers

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...

1 answers
141 views
Siddu Jain Jarsingi
Siddu Jain Jarsingi
• 3 days ago
0
Export imported word file using REST make the file corrupted

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...

0 answers
79 views
Shanmukha Babu Datti
Shanmukha Babu Datti
• 3 days ago
0
Teamsite Cleanup

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...

2 answers
565 views
Sathish Kumar Kinche
Sathish Kumar Kinche
• 3 days ago
0
How to create custom relationships between CI Types in UCMDB

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...

1 answers
65 views
0
How to return the links objects in the content of result of dql endpoint call for OpenText Documentum

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...

1 answers
123 views
Srinath B Goud
Srinath B Goud
• 3 days ago
OOTHUB Services
Empowering Digital Transformation with end-to-end OpenText solutions