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
You have to explicitly establish another session for the other docbase. Change the docbase name (and possibly login credentials) in your IDfLoginInfo class.
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.