Technote (troubleshooting)
Problem(Abstract)
IBM Infosphere Datastage dscc command gives Logon Failure error
Symptom
Running command dscc.exe /h engineservername /u username /p password projectname /j * fails with the error :
Intializing
Logon Failed - EngineServerName\Project
Cause
There is a missing " /d domainname" in Dscc command syntax that causes dscc command to fail
Environment
Windows Client
Diagnosing the problem
Run the command dscc.exe /h engineservername /u username /p password projectname /j * under the path C:\IBM\InformationServer\Clients\Classic
User gets the error :
Intializing
Logon Failed - EngineServerName\Project
Resolving the problem
Add /d domainname to dscc command and run it as
dscc.exe /d domainname /h engineservername /u username /p password projectname /j *
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.