-
Custom job not starting
Hi All, I am having two issues. First issue is, I created a Process template called Clerk Disposition. When I tried to start the Process Template. It comes up with the below windows. I don't want to enter anything in the below window because I don't have any attachment, but it keeps showing the window without going to the…
-
download file content using Documentum Rest Services
Hi William, I want to send file content as byte array/stream to client program, so that, the client will have flexibility to use content how they want. For that, I'm planning to use model, controller class and controller class will get object id of file from the client program. So that, I can get content from repository…
-
Some inquiries that need help from all xCP experts
Hello All, We are in the process of migrating our business processes built using xCP 1.6 (TaskSpace) to xCP 2.3. And we have the following inquiries\issues which we will be happy to be answered with your best practices for how to overcome these issues or use more practical solutions: 1• Unable to do dependent filtration…
-
Copying Branch from one teamsite server to another
Hello I want to copy a branch from my Teamsite server A to Teamsite server B. The branch does not exist as of now on server B. As I want to copy all the DCR's too is there a way to do that through opendeploy . Thanks & Regards Rishabh
-
Video Upload fails in Media Bin 8.1.0
Hi Team, I am trying to upload Video (MP4/MOV) files in Media Bin 8.1.0 UI but its getting failed. FYI, I don't want to preview it. Just want to upload them in Media Bin from UI. Note: We don't have VideoLogger installed. Regards, Sharad
-
How can I get the url of a file on documentum to open it via .net application?
I am trying to provide checkin,checkout and inline editing function for documents on documentum via .net application.I want to get the url for file to open it via .net application.Is there any direct api or we need to separately write code for this?
-
AGA XmlConfigUserNameMapper Setup
Hello, We are trying to setup the Xml Configured User Name Mapper as our default User Mapping Provider in a new SharePoint 2013 environment. We have used the sample project from here (https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=62496773&objAction=browse) to generate a DLL & register it in the GAC on…
-
Documentum 7.2 Content Server Configuration| Database Scripts
During Documentum 7.2 Content Server Configuration; get to a point "Select Database Home Directory". I am not sure what is really required here; installing on Windows 2012 R2, Sql Server 2106 with Basic set up option (all services on same box). Please advice.
-
Connecting to documentum using java program
Hi All, I am new to documentum & I am looking for the java program to connect to the documentum. I found the below code: // This will help you to connect to the repository IDfSessionManager createSessionManager(String docbase, String user, String pass) throws Exception { //create Client objects IDfClientX clientx = new…
-
BPS email Inbound activity template
Hello experts, I need an advice, how to confogure BPS Email Inbound activity template to pick up emails from mail server one by one? We have a workflow after that and sometimes it picks all email messages at once, and workflow stop to process (due to Oracle Storage procedures doing insert statement in database - after 3…
-
getting the code from Documentum Jar Files
Hi All, I navigated to my cabinets->system->modules and there are some Jar files that are created by the vendor for us. Is it possible to Ex[ort that Jar File and see the code in Documentum. I tried doing that and not sure where the file got exported. Above is the image for that:
-
Upload Multiple Documents using File selector in XCP
Dear All, For some reason I don't want to use Import action flow and want to use the File selector for importing documents , I am able to import single document using file selector but i am unable to import multiple files using it, as for importing file I am using "Custom Import Base Content " Data Service ,which takes…
-
Disposition workflow
Hi All, I have this Disposition Process template that vendor created for us. I want to create a job to schedule thisTemplate to run automatically after very 8 hours. Is there any user guide that shows how to create a job to automatically schedule the template and call this job in documentum. I want to schedule the…
-
Data Migration in documentum
Dear Experts , I am intetested to know the documentum data migration approach of Oracle 10g from one host to another to a higher oracle version preferably in Linux . I think we need to check for basic things e.g no documents are checked out,consistency checker has no errors . And then do a clone of the database from source…
-
A new bit of oddness with iw.cfg on 8.2 with server_locale
Set server_locale in iw.cfg to UTF-8. Upon restarting teamsite, it inserts a line setting it back to Latin1. Before restart: [iwserver] server_locale=English_UnitedStates.UTF-8@Default; After restart: [iwserver] server_locale=English_UnitedStates.Latin1@Default; server_locale=English_UnitedStates.UTF-8@Default; This is…
-
XCP Build Error
Hi , When we build the application on xcp we getting below attached error. Version: 2.3 Build: 2.3.0100.1247 If any faced below error kindly help Regards, Krishnasami
-
BPS Listener manager is not running
Hi All, BPS listener going down automatically and thrown below error in log file. we are working on xcp 2.3. 2017-10-10 11:11:35,180 WARN [localhost-startStop-2] [com.documentum.bps.inbound.DocbaseListenerManager] - Listener manager for docbase synddev is not running 2017-10-10 11:13:42,947 ERROR [localhost-startStop-1]…
-
LSCS web.xml filter not working as the URL changes to lscs-static instead of lscs/v1/document/path
Hi All, We have a requirement where-in we have to read the json file and update the image path according to the project name linked with the query. We need to update the content during lscs runtime dynamic query call. I have setup the filter in web.xml for url /v1/document/path/*. As soon as the URL is hit it will call the…
-
Creating a new role
We can create roles under WEM App Console. Can we create a role in which the user can only create and modify content? We don't want to provide publishing access in this role. What is the capability name for publishing the content ? Is it VCM:Publish something?
-
E_UNSUPPORTED_MEDIA_TYPE The specified media type application/octet-stream is not supported
Hello, I'm trying to pass/set custom headers for GET REST API call. On execution I'm getting below error response. { "status": 415, "code": "E_UNSUPPORTED_MEDIA_TYPE", "message": "The specified media type application/octet-stream is not supported. Supported media types: [application/vnd.emc.documentum+json,…
-
Unexpected character ('-' (code 45)) in numeric value
Hello, I'm trying to make POST API call using custom REST client code. On execution I'm getting the 400 status code and following error message {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in parsing the JSON into object class: class…
-
E_GENERAL_AUTHENTICATION_ERROR - Authentication failed
Hello, I had developed a custom web service by extending the DCTM REST services and noticed on every call below WARN message is getting logged into the Tomcat logs. REST product_version:7.2.0260.0313 WARN com.emc.documentum.rest.error.RestErrorBuilder - Status: 401, code: E_GENERAL_AUTHENTICATION_ERROR, message:…
-
Get recursive list of documents in a folder with REST
I would like to do something like: http://localhost:8080/dctm-rest/repositories/<docbase>/folders/0b024d06800654e7/documents?recursive=true However, it doesn't seem that "recursive" is an option for that link relation. How is this supposed to be done? I don't want to use DQL in this particular case since I need a document…
-
Combining multiple Category (X) Series values on one bar
<p>Good morning, all! Another week brings another chart modification request from one of my end users. This time, they've asked if it is possible to make a bar chart that has multiple values (4) on the Category (X) Series that only has one bar that is broken down into those Series values (see pic for example).</p> <p> </p>…
-
Configuring JMS EndPoint in xCP Designer 2.3
Hi there, Im trying to set up a JMS Endpoint in xCP Designer, I could see the Context factory drop down doesn't have any value in it? Do i need to provide any additional libraries to xCP Designer Please let me know if anyone has come across this?
-
How to Create resource allocation graph
<p>Hi Team,</p> <p>I want to create resource utilization graph in BIRT ,I have database shown in image ,I want to create graph like shown in image,How to create it?</p> <p>please Give me a any suggestion,it will really helpful for me</p> <p>Thanks in Advance</p> <p> </p>
-
Visualize Sankey diagrams in iHub
Sankey diagrams are a specific type of flow diagram, in which the width of the arrows is shown proportionally to the flow quantity.<br /> <br /> Using the iHub Custom Visualization report item with D3.js, you can add Sankey diagrams to your reports.<br /> <br /> We used this example…
-
Request body for GET REST request
Hello Experts, Is it possible to pass request body as part of GET request? If not, is there any way that we can mask the query parameters passed as part of GET request URI? Also, is there any limitation on the URI length. Thanks.
-
Embedding a label in a bar chart
<p>Good morning, all! </p> <p> </p> <p>Developing another chart report, and have been asked to embed a data value in each bar. Now, you might say, 'That can be done in the Chart building pop-up.', which is true, but this is a bit different. What I have been tasked to do is instead of the data showing up in the Tooltip on…
-
XCP Unable to load process and invoke it..
Hi Experts , We are facing some strange issue where after some days (Its not fixed ) after deployment ,xcp is unable to load and invoke stateless process, the solution we do is just restart the app server and all works fine ,but the same issue comes after some days of restart, looking for permanent fix , Help…