Page 1 of 1

CORBA_NO_PERMISSION Error

Posted: Thu Jun 11, 2009 3:22 am
by Vivek Vazarkar
Hi All,

We are using Windows 2003 NT server as OS & Datastage 8x Server Edition.

While executing the dscmdexport command I'm getting following CORBA_NO_PERMISSION error.

Command:-

D:\IBM\InformationServer\Clients\Classic\dscmdexport.exe /H=DS_QA /U=Admin_User /P=???? DataWarehouse C:\Temp\DataWarehouse.dsx

Datastage Server Name(Host Name):- DS_QA
User Name:- Admin_User (Service Account)
Project Name:- DataWarehouse

Error:-

01:55:35.735 com.ibm.CORBA.iiop.ClientDelegate@7169b939 invoke:783 P=331407:O=0:CT ORBRas[default] Received SystemException org.omg.CORBA.NO_PERMISSION:

Trace from server: 1198777258 at host DS_QA >>
org.omg.CORBA.NO_PERMISSION: java.rmi.AccessException: ; nested exception is:
com.ibm.websphere.csi.CSIAccessException: SECJ0053E: Authorization failed for DS_QA/Admin_User while invoking (Bean)ascential/acs/ejb/impl/AuthenticationService login(java.lang.String,char[],com.ascential.asb.util.security.SessionInfo):1 JACC Authorization failed for bean: AuthenticationService vmcid: 0x0 minor code: 0 completed: No

If you have any idea please let me know.

Posted: Thu Jun 11, 2009 4:24 pm
by ray.wurlod
Since you're on version 8 you probably also need the /D=domain switch for dscmdexport command.

Posted: Fri Jun 12, 2009 4:24 am
by Vivek Vazarkar
ray.wurlod wrote:Since you're on version 8 you probably also need the /D=domain switch for dscmdexport command. ...
Thanks a lot Ray ! Its working ! Once Again Thanks !