Hi,
We have a requirement where we have one Documentum Content Server with ACS server in one geography say. US.
Another Content Server and ACS server (remote) for the same repository in second Geographical location say UK.
One BOCS server in third geography say Asia.
Now assuming a user from Asia , uploads the document, it is first parked at BOCS server there in Asia.
Now BOCS server puts a request to Messaging server which in turns make call to Content Server to store the content file from BOCS server to filestore.
My requirement is to use ACS deployed in UK to be used to move the file from BOCS in Asia to the main store and not the ACS server there in US.
For uploading without BOCS, I can configure ACS for Network location and can use desired ACS for content upload.
But how to use this in case of BOCS (asynchronous write)
[1] User in Asia uploads the document--->[2] Document is parked in BOCS (Asia) ----> [3] request is passed to messaging server.to move the content file---> [4] Messaging server passes request to Content Server---> [5] Content server calls one of the available ACS server to move the content file from BOCS to main store.
Now I want Content Server to use ACS instaled in UK first and if any issues than use ACS installed in US
(As in case where I can configure ACS with network locations to handle the content upload request when it is directly upload and not moved from BOCS primery store)
Can any one let me know how can I achieve this configuraiton.