2 Intern

 • 

337 Posts

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

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

2 Intern

 • 

337 Posts

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 1

I hope this helps.

Holger

No Events found!

Top