-
Setting default value to a time attribute
Hello, I need to set a defualt value for a time attribute. I use the following dql: ALTER TYPE lae_informe_60000012 MODIFY (lae_atr_fechalistado(SET default= date('05-12-2011'),SET read_only=true,SET not_null=true)) publish But then, I check the value and is the following one: lae_atr_fechalistado13/04/2011 1:00:00 As you…
-
Custom module and method issue
Hello Experts, I am facing a very strange situation, please share your knowladge if you had encountered such an issue. I have created one sever method and now I want to call another module from this method. So, I have created interface and implementation classes for the module and deployed it to the docbase. Now, the…
-
Creating a Custom Non-Documentum xPlore IndexAgent
Our system consists of Documentum and an external database. I need to create an IndexAgent that will cull metadata from the external database and send it to xPlore for indexing. A search from our custom frontend should return results for both the content in Documentum and the metadata in the database. I'm not sure how best…
-
DQL count(*)
Hello Experts, Is it possible to count and query some attributes in dql. For example, select count(*) as result, object_name from dm_document? Thanks in advance
-
Upgrade to 6.7 SP1
Hi, We are currently upgrading our content server from 6.5 SP3 to 6.7 Sp1 we have 5 repositories and one content server . Our DEV operating system is 2008 SP2 and as per the requirements of 6.7 SP1 the OS need to be 2008 R2 SP1 Our systems team mentioned that they cannot in-place upgrade from 2008 SP1 to 2008 R2 SP1 , They…