Start a Conversation

Unsolved

This post is more than 5 years old

1505

January 19th, 2010 03:00

How to get the ClipdId of a object through JAVA code?

Hello,

My requirement is to get the clip id of a object through JAVA code to show it through JSP. So can I run a API through the JAVA code and get back the clip id? If Yes then how? and if no then how can we get the clip id in the code?

From this forum i get i can run a API through the following JAVA code

boolean status = session.apiExec("getpath", r_obj_id);

but how can i get back the clip id then as it is returning a boolean?

Thanks in advance.

Bismaya

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