Technote (troubleshooting)
Problem(Abstract)
Problems executing DSXImportService to import.
The engine and domain (WAS) tiers are on separate servers and appropriate IS and DS Hosts are specified.
/IBM/InformationServer/ASBNode/bin/DSXImportService.sh -ISHost < ip address> -ISUser <isuser> -ISPassword <is password> -DSHOST <DataStage machine ip address> -DSProject <project name > -DSXFile /etl/myproject_IDS1.dsx -Overwrite -Verbose
12:19:18.756 com.ibm.CORBA.iiop.ClientDelegate@1a7a1a7a invoke:824
P=343673:O=0:CT ORBRas[default] Received SystemException org.omg.CORBA. NO_PERMISSION:
SERVER (id=1234567, host=hostname) TRACE START:
org.omg.CORBA.NO_PERMISSION: java.rmi.AccessException: ;
nested exception is: com.ibm.websphere.csi.CSIAccessException: SECJ0053E: Authorization failed for ??? while invoking (Home)ACS_server.
ear#ACS_server.jar#SessionService create::2 JACC Authorization failed for bean: SessionService vmcid: 0x0 minor code: 0 completed: No
Cause
The key difference is the use of the real hostnames instead of IP addresses
The command has to connect to the services tier and authenticate and then look up credentials for the Engine tier connection - this lookup requires the engine tier registered node name and will not work with an alias or IP address.
So, it is possible to use IP addresses for the -ISHost argument but not for the -DSHost argument.
Resolving the problem
Specify the hostnames in the command
DSXImportService.sh -ISHost IShostname:9080 -ISUser isuser -ISPassword xxxxxx -DSHOST dshostname:31585 -DSProject RESTORE_PROJ -DSXFile /etl/myproject_IDS1.dsx -Overwrite -Verbose
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.