-
Federated Search Services
Hi Experts, Do I need an indexing server if I install federated search services?Or these tow work together ?
-
Issue with dm_UserRename and dm_GroupRename
Hi all, Today I have tried to rename a group name.But the dm_GroupRename method has failed and the log says non of the groups found on the system.While the group I am trying to rename exist on the system. On the other hand this methods are written in dmbasic and dmbasic does not support utf 8.Most probably this is why the…
-
xCP Performance
Hi Experts, I am about to finish my first project in a bank.But I am worried about the number of auto activities.The requirements of the customer were very difficult.All workflows are ad-hoc routing based but still there are too many operations performed on the cases while they move from one department to another.So there…
-
Execute dmbasic procedure with Process Builder
Hi Experts, Is there any way to execute a dmbasic procedure with process builder? My requirement is to update the permissions in the permission set that is applied to the sysobject in the workflow.But as long as I know this is not possible with DQL.I have to grant access to some users and revoke etc. So is there anything…
-
Grant permission with dql
Hi Experts, Is it possible to grant permission on an object to a specific user or group with dql?If yes how? I know that this is possible with API but this is not approporate. Please help.
-
Compare two process variables in decision split
Hi, Is it possible to compare two process variables in decision split?This is what I am looking for, lets say I have two process variables, one called a and another is b. And compare them in decision split in like if( a>b) then A if(b>a) then B Is that possible? Thanks.
-
Numbering requirement!Who is doing how?
Hi Experts, I know that you will not be able to give me a solution to the problem.But please share your experiences if possible. In our environment we have many documents received from agencies,government and citizens.Also there is information exchange between the internal departments.And we have to number all documents…
-
DQL Write activity does not work with ?
Hi All, I have many workflows where I use dql write activty for writing some data into repository. The data is entered by users from a task form and then I store them in a process variable and then write it to docbase. The problem is that if a user writes "?" sign the activty does not work.It recognizes it as another…
-
Grants management sample application
Hi All, I have installed the grants management sample application.But the grants dissuasion action button is always disabled.Can anyone help me what is the reason? Please help
-
Full text index search and permissions
Hi All, I have some questions regarding to full text search.If a user have none permission on a folder but read permission on the documents inside of the folder, will that user be able to find the documents with search and read the documents inside that folder.If yes, is there a better way to disable this. Thanks in advance
-
Email inbound initiate -Not working with attachments
Hi, I have created a simple workflow with email inbound initiate activity. When I send an email without any attachments it works fine.But when I try to send some attachments too then it fails. Here is the error I get while debugging the process in process builder. com.documentum.bps.inbound.MappingRuleEvaluationException:…
-
Create forms programmatically
Hi, Is there a way to create a form programmatically,using dql or autoactivity in a process? I mean the forms that we create for a custom type using DA or Webtop. File->New->Form. Please help
-
How to display metadata attributes instead of doument view?
Hi Experts, In our environment we have some object types which don't have any format associated with.We use this types to record the workflow history and actions performed by each user.So now I have a requirement to display the metadata in place of the document viewer like in this image. Can anyone tell me how can I…
-
How to create searchable and order-able component in TaskSpace
Hi, We have a workflow where the workflow initiator selects some users from a group and send the documents to review. They can send the documents both parallel and sequential order.If they send the documents in sequential then the order of the users in the multiselect matters. For example if they select , mgr1 mgr3 mgr2 In…
-
Grants Managment Sample Application ?
Hi Experts, I have installed and configured the Grants Management Sample Application but the buttons "Send to reviewers","Notify Applicant","Request Documents" are disabled in "Grants Manager Form".Can anyone help me to find out the problem?
-
Oracle tablespace DM_DOCBASENAME_INDEX?
Hi Experts, Could you tell me what is stored in DM_DOCBASENAME_INDEX tablespace?In our environment it is empty.Could you give me some pointers get to know about it. Thanks
-
Change DM_CCONTENT_E_CREATE_DIRECTORY
Hi, I have moved our docbase from one server to another.In the source host documentum is installed to D: \ drive but in target it is installed in E:\ drive.I have updated file syatem path in dm_location_sp tables to E: .... but even after that the contents server is trying to open D: \Documentum\share\data\common\0000000c…
-
Uninstall a dar file
Is it possible to uninstall a dar file?
-
Call a stored procedure from DFC
Hi Experts, Is it possible to call a call a stored procedure from DFC? If yes could you give me some directions to start learning it. If no is there an alternative to it? And what is the best practice? Thanks in advance.
-
Captiva 6.5
Hi, Can anyone tell me where can I download Captiva 6.5?.I could not find it in emc download center.
-
Permission set ?
Hi, Is it possible in documentum to make a part of document visible to some users but invisible to others?
-
UCF Progress
Hi All, Is there a way decrease ucf progress bar refresh interval? In our environment the ucf upload progress bar displays 14% and hangs until the upload operation completes.
-
Edit or Crate new my folder tab. Task Space.
Hi Experts, I have to edit default_myfolder_tab in TaskSpace.Since it is a default tab it is not possible to edit it.So how can I create custom folder tab that will point to user's default (home) cabinet for each user, like in default_myfolder_tab?
-
UCF error
Hi Experts, Can you help me to solve this UCF error? It occurs when I try to import a document in taskspace.In fact it works some times and some times that error occurs.Can you please let me know what is the cause of that problem? invokeMethod() failed trying to call: onAppletDownloadFailure(…
-
Workflow Builder Method
Hi Experts, I have a custom workflow method which invokes another workflow.I don't use EMC's standard Invoke Process method because I have my own custom logic. The first workflow has 2 packages. Package 0, Optional The second workflow also had 1 package. Package 0, Optional In my method I call the new workflow and add this…
-
Book for business process management
Hi All, Can you suggest me some books that explains business process management, workflow designing and analyzing? It would be better if they depend on documentum platform. Thanks in advance
-
What is AD HOC workflow?
Hi Experts. What is AD HOC workflow?Is it possible to create an AD HOC workflow with documentum process builder?Please give me some suggestions and sow some examples if possible. Thanks in advance.
-
Prisets and Taskspace
Hi All, Is there anything in taskspace that provides the functionality of prisets in webtop.I want to remove all sysobject and its subtypes from the import and new document type selection list but I don't know how to do that.Also I have to make invisible the system groups and users (such as dmadmin, repository owner, group…
-
Customizing taskspace inbox
Hi Experts, I have a requirement to customize taskspace inbox so that it should show the number of tasks inside it (like this. Inbox 12 ). Can I achive this goal with Forms Builder without doing any wdk work?
-
Application server best practice.Tomcat vs JBoss vs Others ...
Hi Experts, We have to increase wdk applications performance as much as possible.Can you give me some advice on choosing an application server where webtop and taskspace will give the best performance?Currently I am using Tomcat and 6.4 bit JVM.