-
FTP inbound process throwing strange exception...
I'm running a process using the FTP inbound activity in debug mode in process builder. The FTP inbound activity is set to read a file from a local FTP server installed on the same computer. The FTP server allows anonymous access. When I step into the FTP inbound activity in the debugger, I get this exception: INFO…
-
Configuring Process Builder with BAM Server
Hi all, I recently installed BAM Server and Process Builder on my content server box. I opened Process Builder and was able to update the BAM object type definitions successfully, but when I checked the Process Properties panel, I noticed that the Audit Trail radio buttons were disabled and defaulted to off. How do I…
-
Cannot install Process_Builder.dar
Trying to install process builder dar 6.6 but darinstaller (both headless and full) through this error: INFO] dmbasic.exe output : dmAPIInit() failed with return code 0.Can't register Documentum Server Extensions. [ERROR] Procedure execution failed with dmbasic.exe exit value : -1 [INFO] Process_Builder install failed.…
-
Installing CS 6.6
I've installed CS 6.6 on Windows 2003 SP2 and SQL Server 2005 SP3, but not all the included dars installed. Hence I'm missing dmc_wdk_presets_owner user, and would like to know how to rectify this. Has anyone experienced this before?
-
Problems with xCP install on Windows 2003 with SQL Server 2005
I have a Windows 2003 Standard Server SP2 with SQL Server 2005 Standard with SP3 at home, and I'm trying to install the Documentum xCP suite onto it. However, once the installer gets to applying the forms builder, BPM, process builder, RPS and TaskSpace DARs, it throws errors. [INFO] dmbasic.exe output : dmAPIInit() failed…
-
Running Web Publisher Server Installer
I'm trying to run the WP Server Files Installer 6.5 on my 6.5 repository and get this error: (Feb 13, 2011 3:52:41 PM), Setup.product.install, com.documentum.install.shared.common.error.DiException, err, An exception occured in: DiWAWCMServerProcessingDars, beanID: WcmInstallDocApps - DiWAWCMServerProcessingDars failed! -…
-
Web Publisher Page Builder
Does anyone have a quick list of the special HTML links Documentum uses to include repository content? I'm specifically looking for the link to include the latest version of a video in a repository enhanced with Windows Media Services (streaming server).
-
Publishing a website using SCS
I have a folder I have set to be published as a website to my SCS target. I imported a text file into that folder. I go to DA and right click on the SCS Configuration template, then click Publish. It says the publish succeeded, but my text file doesn't make it to the SCS target directory. What am I missing?
-
Configuring SCS Source and Target
I am trying to configure a SCS source and target now. I set the IDS configuration so that I publish from a select folder to my target machine, and picked a non-secure HTTP port for publishing. I configured the SCS target service to use the same port, non-secure HTTP transfer, and set my authentication domain to be my…
-
Administrating SCS
I just installed SCS on my Content Server and noticed that unlike the documentation, I don't get a node in DA called Site Configuration. Rather I get a node called Content Delivery, which has 2 sub-nodes called IDS Administration and IDS Configuration. When I look at IDS Configuration, it has a SCS Configuration Template…
-
SCS install error: array index out of 0
Every time I try to install the SCS source on my Developer xCP laptop, I get the following message when it comes time to unpack the scs.ear: (3-Feb-2011 9:00:46 PM), Setup.product.install, com.documentum.install.shared.common.error.DiException, err, An exception occured in: DiPAWebcsDeployActions, beanID:…
-
Creating custom data types in Documentum
I know we can easily create custom object types using Composer, but I want to create a custom data type so I can create custom attributes of this data type, not just the integer, string, boolean, etc., that Documentum provides. Is this possible? I tried using aspects but no luck.
-
Writing a custom method that accesses attributes from the object in a business process' package.
I am trying to implement a custom method that can be used with a business process. The method should be able to get the content of the object in the process package. First, I overrode the doTask method of the WorkflowActivity class: @Override protected int doTask(IDfWorkitem workitem, IDfProperties activityProperties,…
-
Using forms in processes to populate object attributes
I have a business process in Documentum that shows a different form in each activity, allowing users to enter different information regarding an object at each activity. However, after the information in the form is entered and the form submitted, the process just creates an instance of the form and does not populate the…
-
Cannot see form associated with process
I associated a form I made with Forms Builder to a business process I made with Process Builder using the Tools->Process Properties menu item. However, when I attach a document of the same type as the form to the workflow, and start the workflow, when I reach the first manual activity the form is not displayed to me when I…
-
Getting dead job errors in my Inbox every
I seem to have a lot of these errors in my Inbox: [ERROR] [AGENTEXEC 1480] Detected while processing dead job dm_GwmTask_Alert: Command Failed: get,s0,08038cb58000043a,method_name, status: 0, with error message java.util.MissingResourceException: Cant find bundle for base name com.documentum.xerces_2_8_0 Why is this?
-
Cannot instantiate instance of process
Installed process builder dar into repository using Composer. Built simple workflow using process builder. Installed into repository, and verified. Attempted to attach document to process via DAM. Get the following exception: DfServiceInstantiationException::THREAD: http-8080-1;MSG: [DM_VEL_INSTANTIATION_ERROR]error:…
-
Forms builder user roles not installed with dar.
I installed the Forms builder dar file successfully into my repository but I did not get the roles form designer or form user or any other created in my repository. I did not find any errors in the dar install log. Is there anything else I am missing?
-
How much does a license for xDB cost?
What is the cost of xDB? Is it cheaper than SQL Server?
-
Installing process builder dar file.
I tried installing the process builder dar and I get the following error log: [ERROR] Unexpected error occured during install com.emc.ide.installer.PreInstallException: Error during pre installation of procedure com.emc.ide.artifact.procedure.model.procedure.impl.ProcedureImpl@194e3fe (objectTypeName: null) (objectName:…
-
Using the object service and .NET productivity layer to create an object
I'm having trouble creating a new object in the repository, using the DFS .NET productivity layer and the object service APIs. First, I initialize the service context programmatically: AppConfig.Instance.ConfigObject.DefaultModuleName = "core"; AppConfig.Instance.ConfigObject.RegistryProviderModuleName = "core";…
-
Programmatically configuring DFS
I am writing a DFS application using the .NET productivity layer. The .NET productivity layer requires me to have a bunch of settings in the application configuration file. I would like to add these settings programmatically. In order to do so, I created an instance of the ConfigObject class, and added an instance of the…
-
Using DQL to change a type's supertype.
I would like to use DQL, such as ALTER TYPE, to change the supertype of a custom type from dm_document to dm_sysobject. How would I go about this? Cannot find an example or the proper keyword in the DQL manual...
-
Error installing module using D6 Composer.
I created a TBO named VdDocument in the package com.allianceatlantis.dam.videodam, and it implements the interface IVdDocument in the same package. I put the interface and class .class files into a jar cwtbo.jar with the command: jar cvf cwtbos.jar com\allianceatlantis\dam\videodam\IVdDocument.class…
-
What is the best practice for writing Type Based Objects in D6?
Currently, when I write my own Type Based Objects (TBOs), I use DFC (Documentum Foundation Classes) to implement them. However, I heard DFC has been deprecated in Documentum 6. Therefore, do I implement TBOs using DFS (Documentum Foundation Services) now? Or is there another API I am not aware of?
-
How do I sync more active directory attributes with the LDAP sync job?
Currently our active directory contains groups whose names can exceed 32 characters. These names are stored in the description field and we would like that information to be synced to their corresponding Documentum dm_group objects. To do so, we set up a mapping to map the group_display_name, which is about 255 characters…
-
Television/Broadcasting users of Documentum
Hi all, I am currently working in the television broadcasting industry for Canwest, and we are attempting to implement EMC Documentum as a media asset and document management platform. I am looking for other Documentum customers who are also television broadcasters for knowledge sharing and help. I also wish to gauge…
-
Retrieving the location of a piece of content in a repository using DQL and DFS
Hi all, I am trying to retrieve the filesystem location of a wmv file in order to programmatically build a mms URL to send to Windows Media Player. I can use DQL to locate the object I wish to stream, and from its i_contents_id I can get the r_object_id of the dmr_content object that represents the file. I can also get the…