-
DM_DFC_E_UNDEFINED error?
Well, i can guess this is a catch all error code, but any idea why? Exception: [DM_DFC_E_UNDEFINED]error: "Undefined error." DfException:: THREAD: http-0.0.0.0-9080-2; MSG: [DM_DFC_E_UNDEFINED]error: "Undefined error."; ERRORCODE: ff; NEXT: null DfException:: THREAD: http-0.0.0.0-9080-2; MSG: [DM_DFC_E_UNDEFINED]error:…
-
Jardef/JavaLibrary Help
Hello all, I am trying to install the jar files that make up the workflow methods for my workflow in Documentum 6.7. I have the jar defs created, and added to a java library. All of this is installed into the repository and i verified the jar files are in the "dmc_jar" table through DA. When i try to run the workflow, my…
-
A process to create multiple JAR Definitions?
Hello, I'm needing to create roughly 100 jar definitions from jar files that are in a single folder. I couldn't figure out a way to select multiple is there an easier way to do this? I already got impatient and created a quick java file to bulk create .jardef xml files, copy the JAR file into the Composer project and…
-
Remove custom super_type from custom object
Hello all, Related to the thread ( https://community.emc.com/thread/138380 ) is there a way to remove the parent custom type of a custom type? Our object model has dm_document -> object_a -> object_b we want to flatten it to be: dm_document -> object_b Our existing repository has over 100 million objects that we need to…
-
DFC sysobject.save() issues.
Hi Everybody, So let me start out with saying we have a very old repository running 5.3 ( sp4, linux, oracle backend database...) and we ARE in the process of upgrading, it just is a long process.. So we have some DFC code written in Java that saves documents to our repository for other applications that don't know or care…
-
Documentum 5.3 - Pick up Column Changes
Hello, we altered our dm_format_s table to support mime types longer than 64 characters and cannot get our Documentum instance to see this change, we have allready tried: bouncing the database bouncing the content server / clearing cache bouncing the application server / clearing cache using the "Documentum Repoint Plugin"…
-
DM_OBJECT_E_LOAD_COUNT_ERROR
Hello all, I've been seeing a few of these errors in our production documentum 5.3 environment: "error loading object -- wrong object count for object of type @JNœÁg͓; found -1780946024 attributes, but type says there should be 3" and "error loading object -- wrong object count for object of type ҟÁg͓; found…
-
global registry user
Hello Everyone, In the dfc.properties file ( we are using Dfc 6.5 btw ) there is an entry: dfc.globalregistry.username = dm_bof_registry dfc.globalregistry.password = 123_i_am_encrypted_asdfasdf How secure is this usename/password ? is this user account likened to a super user, or just a regular consumer type user ? Thanks!
-
Query last restart time?
Hi Everyone, Is there a simple way to query or discover the last time a documentum 6.5 content server was restarted? Is this stored in a property of an object somewhere? Thanks!
-
Execute DQL Query - Asynchronous
Hello all, Is thre a way to execute a DQL query through DFC Code ( in DFC 6.5 ) That allows you to use the QueryListener setup? I want to be able to do something along the lines of "select * from dm_document where ... " and then have the results/progress come back periodically. For Documentum 5.3 there is a great plugin…
-
Composer + Jadclipse?
Has anyone succesfully installed jadClipse to Composer? Under preferences, the file association for *.class files is locked in composer, so you can't use this wonderful java decompiler.. Thanks!
-
dmi_queue_item events
Is there a table or document somewhere that lists all the stock events that can happen to a workflow and what they each mean? We're having an isolated issue with our workflow process where some documents were supposed to go to one queue, and our reporting shows they did ( based off of the dmi_workitem table) but the…
-
DFS Install + Content Server 5.3
Hello, I am having trouble getting the DFS 6.5 setup correctly so that it can be called and access our content servers. We are running: Linux Content Servers off of tomcat with DFC 5.3 sp4 Linux App Servers running Oracle App Server 10.1.3.3 I got the DFS installed by dropping the EAR file and updating a jar file that was…