-
XMS forgets admin password
Hello Experts, The xms-agent forgets admin password after a while with no reason. When I try to reset it, the reset command says there was a problem with no details. Then, I use xms tools and run the configure environment bat. Then it works; however, forgets my environment config. Any ideas?
-
BPS error at sturtup
Hello Experts, BPS throws (environment is xcp 2.0) this error at sturtup. Does anyone have a clue about that? Thanks in advance at-7.0.42\webapps\bps.war Nov 3, 2014 1:34:24 AM org.apache.catalina.core.ContainerBase addChildInternal SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to…
-
XCP 2.0 app deployment fails with no detailed error
Hello Experts, While trying to deploy xCP 2.0 application, it fails and the log has only this info. Please, let me know if you have any ideas. [INFO] Building war: C:\Users\dmadmin\Desktop\xCPDesigner_2.0\xCPDesigner\Applications\Cancordant_Insurance2\Cancordant_Insurance2\target\cia2-Cancordant_Insurance2-1.0.0.war…
-
xCP 2.0 Testing
Hello Experts, Does xCP 2.0 have support for automated tests similar JUnit testing etc. or do we have to test everything manually by hand? Thanks in advance
-
Getting a DFC session
Hello Experts, That is how we get a DFC session, SessionManager.setIdentity(LoginInfo, DocbaseName); then again SessionManager.getSession(DocbaseName); can some one explain me what is the point of passing the docbase name in two places. Would not either of them be enough? Thanks in advance
-
System Planning Guide
Hello Experts, Where I can find Documentum System Planning Guide 6.7 sp 1? Thanks
-
Turn of email notification in documentum
Hello Experts, In our environment, we don't want to send email notifications to the users. As long as I know, to disable the notification process we have to set email server host name to null in server config object. I have done it as suggested; however, now the JMS log says. 2014-03-19 15:55:53,588 ERROR [STDERR]…
-
UCF problems
Hello Experts, What are you doing to overcome UCF errors? Thanks in advance
-
Taskspace inbox problem
Hello Experts, In our environment, the taskspace user inbox takes about 5 minutes to be loaded when the user has about 50 tasks. The problem occurs when we include SDT in our inbox. In fact, we have included only one SDT in our custom tasklist form, and the number of items in dmi_queue_items, audit, dm_sys_object are not…
-
Transaction support in process templates
Hello Experts, Do the stateless process templates have transaction support? Is it possible to rollback the processing if one of the activities fails or so on? Thanks in advance
-
Custom Data Service in xCP 2.0 UI
Hello Experts, Is there any way to display data from a custom data service than the OOTB query services in xCP 2.0 UI? Is there any way to populate the result set component with data from a different source than Documentum? Thanks in advance
-
xCP 2.0 developer or user guide
Hello, Does anyone know where I can find xCP 2.0 developer or user manuals? I have checked every corner of the software download site and did not find it. Thanks in advance
-
Some questions related to xCP 2.0
Hello Experts, I have some questions regarding to xCP 2.0. 1. How can we validate the user input? How is that stuff supposed to be done? 2. Is xCP 2.0 OOTB activities such as link to folder etc. work on the top of DFS or DFC? Are they deployed to the docbase as BOF modules or something new? 3. What replaces SDT-s? What…
-
Permissions in xCP 2.0
Hello Experts, Today, I have faced something interesting in xCP 2.0 designer. I have tried to create an ACL and it has the following permissions. Is that a new feature or a typo or still the plain old ACL? The Documentum platform none, browse, read, version, write and delete. Where this additional permissions are coming?…
-
CTS in xCP 2.0 does not work
Hello Experts, I have installed Content Transformation Services with all of its DAR files on the same host with Content Server and xCP application server. I have also installed Image Services and xCP Viewer Services dar files on my repository too (I have only one repository). Furthermore, I have done the configuration…
-
DM_QUERY_E_CURSOR_ERROR in xCP 2.0 sample application
Hello, In xcp 2.0 sample application, I face the error shown below.I have just downloaded and deployed the sample application from community website. Do you have an idea about a possible cause of this problem? It seems as if the system can't query dm_document objects. The same error occurs in place shown the picture…
-
Testing an xCP 2.0 app
Hello Experts, How are we supposed to test an xCP 2.0 application. The old one had a debugging feature, though it was not very good but it was better than nothing. Now, I look at the new one and don't see anything for debugging testing or monitoring. Are we supposed to deploy the app every time whenever we make a simple…
-
xCP 2.0 application deployment environment
Hello Experts, Do we have to install all the products shown in the environment xcp application deployment environment? I am trying to deploy an application to an environment which does not have xPlore and it gives an error like below. I don't know if this occurs because of xPlore or other root cause. Please help. [INFO]…
-
DM_SESSION_E_AUTH_FAIL in xCP 2.0 xms
Hello Guys, I am trying to test an application in xcp 2.0. However, when I try to run the application it throws DM_SESSION_E_AUTH_FAIL exception in xCMs agent- server (don't know what it is just the one on application server) and the client says failed to execute goal bla bla bla. Now, I see that the server uses wrong…
-
Disaster recovery and content replication services
Hello Experts, Can we use documentum content replication services for disaster recovery?
-
IP address based on session log id
Hello, We have a user session log in the docbase which is created a few days ago. The session log contains user name/start date end date etc. But, we also want to know the end users machines client ip address. (Not the dfc client ip address but the http user client ip) Is there any way to get it based on session id or etc?…
-
Copy objects from one docbase to another
Hello Experts, I am trying to copy some objects from one docbase to another. Therefore, I need a session for both docbases. So, I create a session like in my this discussion. https://community.emc.com/message/715260#715260 . If I create a session in this way and call copy operation, it successfully copies the objects from…