CORBA_NO_PERMISSION Error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Vivek Vazarkar
Participant
Posts: 30
Joined: Thu Feb 22, 2007 12:39 pm
Location: Mumbai

CORBA_NO_PERMISSION Error

Post 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.
Thanks & Regards,
Vivek Vazarkar
Mail ID:-vivekvazarkar@indiatimes.com
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Since you're on version 8 you probably also need the /D=domain switch for dscmdexport command.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vivek Vazarkar
Participant
Posts: 30
Joined: Thu Feb 22, 2007 12:39 pm
Location: Mumbai

Post 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 !
Thanks & Regards,
Vivek Vazarkar
Mail ID:-vivekvazarkar@indiatimes.com
Post Reply