Page 1 of 1

istool error: Unable to log on to the Datastage server

Posted: Fri Sep 10, 2010 2:24 pm
by knoblaub
We are currently tryig to import usng istol via the commandlne interface. The belw error is being thrown. We've veified the user and password are correct for Infomration Server by logging in using the client tool.

/opt/IBM/InformationServer/Clients/istools/cli/istool export -dom SERVER:9080 -u ***** -p ***** -ar arc.isx -ds ' -incdep "SERVER:9080/Tutorial/Tutorial/Jobs/Copy*.*"' -v

Beginning Export
[1/1] SERVER:9080/Tutorial/Tutorial/Jobs/CopyOfViewLogFile.pjb failed
Unable to log on to the Datastage server: CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is:
java.lang.OutOfMemoryError: JVMXE006:OutOfMemoryError, stAllocArray for executeJava failed vmcid: 0x0 minor code: 0 completed: No
Elapsed time: 00:01:06
Exported 0 assets
Export failed
Export failed
3

Posted: Fri Sep 10, 2010 5:16 pm
by chulett
I believe that you'll need to add the -d domain_name option to your command line.

Posted: Fri Sep 10, 2010 5:48 pm
by ray.wurlod
I believe that you'll need to add the -h server_name option to your command line.

Posted: Fri Sep 10, 2010 9:11 pm
by chulett
Ah... missed the -dom that was already there... sheesh.

Posted: Mon Sep 13, 2010 7:18 am
by knoblaub
-h sever_nme is not an option for istool export.

When I add the "-pre" to preview, eveything works just fine. I'm stumped.

$ /opt/IBM/InformationServer/Clients/istools/cli/istool export -dom SERVER:9080 -u ***** -p ***** -ar arc.isx -ds ''-incdep "SERVER:9080/Tutorial/Tutorial/Jobs/Copy*.*"' -v -pre

Beginning Export Preview
[1/1] EIS0STL0:9080/Tutorial/Tutorial/Jobs/CopyOfViewLogFile.pjb
Previewed 1 assets

Posted: Mon Sep 13, 2010 7:53 am
by ArndW
Would the following work for you:

/opt/IBM/InformationServer/Clients/istools/cli/istool export -dom SERVER:9080 -u ***** -p ***** -ar arc.isx -ds ''-incdep "SERVER/Tutorial/Tutorial/Jobs/Copy*.*"' -v

Posted: Mon Sep 13, 2010 8:17 am
by knoblaub
Finally got it to work, had to not specifiy PORT in -ds options.

/opt/IBM/InformationServer/Clients/istools/cli/istool export -dom SERVER:9080 -u ***** -p ***** -ar arc.isx -ds '-incdep "SERVER/Tutorial/Tutorial/Jobs/Copy*.*"' -v

Posted: Mon Sep 13, 2010 9:11 am
by ArndW
knoblaub - I'm curious as to how that is different from the answer that I gave you, since that is exactly what I posted?

Regardless, please do mark the thread as "resolved".

Posted: Mon Sep 13, 2010 10:15 am
by knoblaub
must have entering our posts at the same time... your solution was correct.