Error:
"Replication Job failed and the 'Unable to connect to source docbase ftdoc1
[DM_DOCBROKER_E_HOST_NAME]error: 'Unable to find host with name: xx.xx.xx.xx:1489. Network specific error: Host not found. Network error: invalid host name"
Resolution:
The replication script assumes the default port for -master_broker and -replica_broker is 1489. If our environment is using port other than 1489, replication job fails. Documentum provided hotfix to resolve this. By applying the hotfix, the replication script accepts the hostname and hostname:port as parameters to the job. If no port is specified in the parameters, the default port 1489 will be used.
Patch can be found at the following location.
ftp://outuser:76.jwdtr@ftp.documentum.com/1281289/replication.zip
Installation Instructions
1. Stop the application server.
2. Unzip the zip file to a temporary directory.
3. Copy the 3 class files to:
%WEBAPPS_DIR%\da\WEB-INF\classes\com\documentum\webcomponent\admin\job
4. Restart the application server.