-
Synchronous invoke process activity fails to run
Hello Experts, We have documentum 6.7sp1 on RHEL 6.1. I have created a dar file of some process template and moved them to another server. Again on this server we have RHEL 6.1 DM 6.7 sp1. But the synchronous invoke activity fails on that environment. Do you know what can be the issue? The error message is shown below.…
-
Method servers throws error
Hello Experts, We have documentum on RHEL, with several docbases. Our method server throwing an exception while executing autoactivites. This is the error details, please guide me through to solve the issue. 2012-06-19 04:57:14,057 INFO [STDOUT] (http-0.0.0.0-9080-1) 2012-06-19 04:57:14,054 ERROR [http-0.0.0.0-9080-1]…
-
Update based on subquery DQL
Hello Experts, is it possible to update records based on subquery in dql? I am trying this but it fails, update dm_folder f objects set f.owner_name (select u.user_name from dm_user u where u.user_name=f.object_name) Please let me know what I am doing wrong, unfortunately I could not find anything in google. Thanks in…
-
Overriding import rendition action
Hello experts, I want to create a custom import rendition action which will upload a document from a hard coded path to documentum docbase. Unfortunately I could not find a sample or any information in wdk development guide. I am looking something similar to silent export wdk action(see attachment), if you have any…
-
Custom activity defenitions
Hello Experts, I have developed a custom activity for process builder which copies some documents from one docbase to another. We will very often require it because we have several docbases and there are document excange between them. I have created an activity defenition file and so far what I got is this, Now my problem…
-
Sample adaptor error
Hello Experts, I have created a sample data source adaptor one like shown in forms builder development guide. Now I have installed it and applied to a form.But it gives following error. * Failed to construct adaptor .Test at xpath "/Test/TextField1": DfServiceException:: THREAD: http-8080-3; MSG:…
-
IDfCopy from one docbase to another?
Hello Experts, Is it possible to copy files from one docbase into another using IDfCopyOperation. I have seen that in DA the copy or link actions can copy files from one docbase into another, does those actions use IDfCopy/Link operations? Does xCP has anything for doing file copy between tow repositories? Thanks in advance
-
Error while creating a task list tab
Hello Experts, We face this error in task space while creating a new task list tab. Please let me know if you have an idea on this problem. Thanks in advance Stack Trace: DfException:: THREAD: http-8383-6; MSG: [DM_API_E_BADID]error: "Bad ID given: 0000000000000000"; ERRORCODE: 100; NEXT: null at…
-
addPackage method error in process builder
Hello Experts, I am developing a custom activity which will clear workflow packages. Here is what I am doing. 1. Loop through the packages and first remove them using,IDfWorkitems, void removePackage(String packageName) throws DfException method. 2. Then I add the package back to the workitem and save it. IDfId…
-
Clear a package data
Hello experts, Is ist possible to clear a workflow package and remove the attached objects from it? If yes, which DFC or dql methods are used for this? Thanks in advance
-
Brava & Linux
Hello Experts, Does brava work on Linux? Thanks in advance
-
Error dm_FTQBS_HOURLY
Hello Experts, Do you know what this error means? COMPUTER-READABLE DATA ------------------------------ >>>begin_data_block >>>data_block_type=docbase_event >>>data_block_name=none >>>docbase_name=esd >>>event_name=Job_Failure >>>sender_name=dmadmin >>>recipient_name=dmadmin >>>recipient_login_name=dmadmin…
-
OpenMigrate acls?
Hello Experts, I am trying to get to know about OpenMigrate.I just created a documents in source docbase with dm_world none permission, and moved it to the target docbase using OpenMigrate.What I found is that in target the permission set is read for dm_world.Also the document owners for documents that are not owned by…
-
Error installing process engine on RHEL
Hello Experts, While installing process engine on linux RHEL 6.1 it trows error. According to PE 6.7sp1 release notes, I have to run the dm_set_server_env.sh script to avoid this error.But I had run this befor installation again no luck.Please help me if you know what the problem is. PE 6.7 sp1 Release notes…
-
Trouble installing Content Server on RHEL 6.1
Hello Experts, We are facing a problem while installing content server 6.7 sp 1 on RHEL 6.1.We are unable to run the installer's GUI.It throws following error. -------------------------------------------------------------------------------------- Initializing InstallShield Wizard........ Launching InstallShield…
-
DA&Webtop are very slow with default gateway
Hello, In our environment when we specify a default gateway for the server, documentum becomes very slow. It takes several minutes to log in to Documentum Administrator.When I remove the default gateway and leave it blank everything works properly.Could you let me know what can be the cause of that issue?And what can we to…
-
Jobs don't run
Hello Experts, I am facing an interesting issue in one of our docbase.The jobs in the repository does not get invoked, I have waited for several days and they did not run.The repository is 6.6, on windows 2008 oracle 11g R2. Please give me some directions
-
Move docbase
Hello Experts, I want to move our docbase data from one docbase into another.I know that I can use the Documentum Dump/Load utility. But my question is that can I dump a 6.6 repository and load it into 6.7sp1? Is that supported? And also I have about 2 GB attribute data in database and 7 GB content, how long would the…
-
ACS Error
Hello Experts, Our docbase throwing error while starting ACS server. 012-04-11 16:11:12,300 INFO [STDOUT] ERROR: Error starting file:/C:/Documentum/jboss4.3.0/server/DctmServer_MethodServer/deploy/acs.ear/APP-INF/lib/Web.jar (org.osgi.framework.BundleException: Activator start error in bundle web [4].) 2012-04-11…
-
UCF and SSL
Hello experts, We have configured SSL in our application server, and now the ucf content transfer does not work.Kindly let me know what I have to do to make the service work with SSL.Our app server is Tomcat. Thanks in advance
-
Multiple workflow instances & single object
Hello Experts, I am facing a problem in our environment.We have an ad-hoc workflow which have a dql write activity that updates same parameters of the package. So far everything is ok. But the problem occurs if there are 2 or more instances of the process in the system with the same package.If two of the instances try to…
-
Brava for Mozilla?
Hello Experts, Is there any plugin like Brava which works in both IE and Mozilla Firefox. Does Daeja work in firefox or not? Please share your knowldge. Thanks in advance
-
Install content server on CentOS
Hello Folks, Has anyone have successfully installed content server on CentOs? Thanks
-
xPath function
Hello Experts, Would someone help me to make use of the xpath calculation formula? I am trying to add a to b, but don't know how to use the operands in the function. The documentation is also very poor. thanks in advance
-
com.documentum.xforms.engine.adaptor.validator.IQueryResultValidator
Hello Experts, Where can I download the class/jar/dar file wich contains the com.documentum.xforms.engine.adaptor.validator.IQueryResultValidator class file. I am trying to create a custom validator in forms builder but as I select validators as adaptor type the class/sbo drop down list does not display anything, it is…
-
Moving artifacts with composer, how does it work?
Hi Experts, I have very interested in the way composer moves artifacts from one repository to another.When we move for example a process template from one repository to another in a dar file, composer is smart enough to find the process.And actually it finds and updates the process in the target environment. The process…
-
Executing multiple DQL-s or UTF-8 in IDQL
Hi Experts, Is there any way to execute multiple dql queries? I know that we can create a script file and execute using IDQL but this stuff did not properly set UTF-8 characters. Today I had to execute a dql script for updating some data and it was urgent, but I could solve it only by writing a custom DFC program. Please…
-
invokingMethod() failed while calling: onGetUCFSession
Hi Experts, I get this error while trying to export something using DA. invokingMethod() failed while calling: onGetUCFSession Do you know what can be the cause? =================================== java.lang.IllegalStateException: ucf session wait timeout at…
-
Process data mapping error
Hi Experts, I have a process that has a Process data mapping activity.In this activity I copy some data from some std variables to the package's attributes.But it is behaving very strange.When it runs for the first time it fails.The error returned to the supervisor.But when the supervisor click on "rerun" it runs without…
-
Strangeness of checkbox control and boolean attributes
Hi Experts, I have a checkbox control and I have attached an adaptor to it.It selects value of a custom boolean attribute if it is true the checkbox should be cheched otherwise unchecked.But this stuff always gets unchecked no matter what the boolean attribute value is. Can you let me know how can I make this stuff to get…