cancel
Showing results for 
Search instead for 
Did you mean: 

Error when logging on (MSG_LOGIN_FAILURE)

Former Member
0 Kudos

Dear Friends,

I am configuring a SOAP TO RFC scenario.

1.)I have generated a WSDL file .while testing through the SOAP UI tool I am getting a empty response from SAP .

2) While debugging the application I found when i double click on the SENDER INTERFACE IN THE RECEIVER DETERMINATION in ID.

Its throwing a error saying:-

ERROR IN LOGGING:-

Details

Error when logging on (MSG_LOGIN_FAILURE)

MESSAGE ID: com.sap.aii.ib.gui.script.rb_all.MSG_LOGIN_FAILURE

STACKTRACE:

com.sap.aii.ib.gui.script.LoginException: Error when logging on

at com.sap.aii.ib.gui.script.ScriptServer.open(ScriptServer.java:51)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)

at sun.rmi.transport.Transport$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at sun.rmi.transport.Transport.serviceCall(Unknown Source)

at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)

at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)

at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)

at sun.rmi.server.UnicastRef.invoke(Unknown Source)

at com.sap.aii.ib.gui.script.ScriptServer_Stub.open(Unknown Source)

at com.sap.aii.ib.gui.script.ScriptClient$OpenRunnable.run(ScriptClient.java:75)

at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:321)

3)Is it due to this I am not getting response or something wrong in mapping:----

Please help !!!!

Thanks,

jeevan.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>1.)I have generated a WSDL file .while testing through the SOAP UI tool I am getting a empty response

did you put the user/pass details in SOAP UI while executing the call?

you can do in the the SOAP UI attributes on the left and down corner

you need to put user and pass otherwise XI will not accept the call

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Yes I have give all these in the soap UI.

Please give me some hints...

Jeevan.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

then maybe the URL is not correct

are you using j2ee port in the URL? (5XX00) where XX is the instance number?

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hai Michal,

Yes the URL is on port 50000.

I think the SOAP request is going as my SOAP communication channel is Green.

Even I am getting the response back But there is no data in the SOAP response.

Jeevan