How to Create two different session For two different Docbase

rajesh.ghosh
rajesh.ghosh Member
edited March 26, 2012 in Documentum #1

hi all,

I have developed a dfc code to operate a set of dql inside a single docbase however i require it to happen acrosss two different docbase,

Please let me know how to do it,

I have placed  both the  Docbase info in dfc.prop file

Tagged:

Comments

  • DCTM_Guru
    DCTM_Guru Member
    edited March 26, 2012 #2

    You have to explicitly establish another session for the other docbase.  Change the docbase name (and possibly login credentials) in your IDfLoginInfo class.

  • abc123
    abc123 Member
    edited March 26, 2012 #3

    If by happen the login user is identified to both docbases, you can initialize a session manager by mapping wildcard repository name to the IDfLoginInfo. When retrieving a session, you still need to specify the docbase name.