DSJE_DOMAINLOGTOFAILED

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

DSJE_DOMAINLOGTOFAILED

Post by elavenil »

Hi DS Gurus,

We are in the process of creating projects using dsadmin command but dsadmin command failed with the following error.

ERROR: -1010

Status code = -1010 DSJE_DOMAINLOGTOFAILED


When dsadmin command is executed to list the projects available in the server and it is working fine. Listing environment variables for a project is working fine as well.

Permission granted on the folder where WAS installed and is there any other place permission to be granted. DS administrator id was used to execute this command.

Appreciate it if someone throws some light on this.

Regards
Elavenil
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

There is an IBM-technote here stating that the cause for this is an incorrect use of command line arguments.

To shed some light on this it would be necessary to see which exact commands You are using.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Thanks for your response on this.

Technote provides details about dsjob command and i am using dsadmin command to create a project and the command is used as below.

./bin/dsadmin -domain <hostname>:<port> -user dsadm -password xxxxx -server <hostname>:<port no> -createproject devt -location <project path>.

where port refers to the port on which ISConsole is listened to.
Where port no refers to the port on which DS Engine process is listened to.

Ensured file write permissions on engine folder, WAS instance installation folder and project folder. All tiers are installed in the same server.

Your inputs are highly appreciated.

Regards
Elavenil
Post Reply