IBM InfoSphere DataStage dsjob Command Returns Status code = 80011
Technote (troubleshooting)
Problem(Abstract)
Running dsjob utility with or without -domain option results in an error message:
Status Code = 80011
Cause
The dsjob utility is unable to authenticate and validate against the DataStage Engine.
Resolving the problem
Use -domain NONE option.
For example,
instead of using
<DS_HOME>/bin/dsjob -domain server_name:port -user xxxx -password xxxx -server server_name -lprojects
use:
<DS_HOME>/bin/dsjob -domain NONE -user xxxx -password xxxx -server server_name -lprojects
Also see related information below for online references for dsjob utility