- When trying to create a Control-M for IBM InfoSphere Datastage Account in the Control-M Configuration Manager (CCM), get this error:
|
- Do ensure that the Control-M Module job is not submitted during the New Day Procedures - Control-M/Agent will require some time ( usually 1 - 2 minutes) to perform Control-M/Agent Cleanup during New Day Procedure 1. Verify that the full path to the BMC Control-M for IBM InfoSphere DataStage was used in the configuration command after install: ./ctmdatastage_container setds '<FULL_PATH_TO_DATASTAGE_EXE_DIR>' 2. Verify that the container is not running: ps -aef |grep java 3. Check for default port 38780 to see if it is already in use: Unix: netstat -an |grep 38780 Windows: netstat -an | find "38780" |