Using the DFC Java API to copy documents from between docbases, we are getting an exception during new document checkin in the target docbase:
The object ID in the exception message is an ACS Config object from the other docbase, i.e., the source docbase. We have sessions open for both docbases at the same time which have the same docbase ID and it appears that the DocbaseAcsConfigFactory.getDocbaseAcsConfig() method is getting confused trying to get the ACS Config for the target docbase.
Has anyone else seen problems in the DFC API with sessions open simultaneously for docbases with the same docbase ID? Is there a work-around we can try?