Page 1 of 1

DSJE_DOMAINLOGTOFAILED

Posted: Tue Mar 26, 2013 1:30 am
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

Posted: Tue Mar 26, 2013 2:41 am
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.

Posted: Tue Mar 26, 2013 3:50 am
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