Browse Community
Help
Log In
Responses(3)
Solutions(0)
holgerjakob_c0722c
2 Intern
•
337 Posts
0
January 26th, 2010 12:00
Hi Bismaya
None of your code looks like something I know from the Centera SDK. Is this from Documentum?Holger
in
1 Message
January 28th, 2010 04:00
Hi Holger,
We have integarted EMC Centera with Documentum.
Our requirement is to fetch the clip id of the documents that have moved to Centera. For this we want to know the database tables in ehich the clip id is saved in Documentum.
Regards,
Nitesh
February 3rd, 2010 13:00
Hi Nitesh
Below is what a customer of us used to get the ClipID out of Documentum using DQL:
I hope this helps.
Holger
Dell Support Resources
View All
Top
holgerjakob_c0722c
2 Intern
•
337 Posts
0
January 26th, 2010 12:00
Hi Bismaya
None of your code looks like something I know from the Centera SDK. Is this from Documentum?
Holger
in
1 Message
0
January 28th, 2010 04:00
Hi Holger,
We have integarted EMC Centera with Documentum.
Our requirement is to fetch the clip id of the documents that have moved to Centera. For this we want to know the database tables in ehich the clip id is saved in Documentum.
Regards,
Nitesh
holgerjakob_c0722c
2 Intern
•
337 Posts
0
February 3rd, 2010 13:00
Hi Nitesh
Below is what a customer of us used to get the ClipID out of Documentum using DQL:
select substr(rs.i_contents,0,54) from dm_ca_store cs, dmr_content_s rs where cs.r_object_id = rs.storage_idorder by 1I hope this helps.
Holger