cancel
Showing results for 
Search instead for 
Did you mean: 

URL error in XI

Former Member
0 Kudos

We are getting the following error in XI that we have not received before, has anyone seen this error and can help us?

<b>3: Unable to find URL for Adapter Engine af.xip.rnosapxip1</b>

<b>Error when reading the access data (URL, user, password) for the Adapter Engine af.xip.rnosapxip1</b>

Thanks in advance

Mike

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Michael,

Go to SXI_CACHE and click on Go to Menu --> Adapter engine cache --> Then delete the cache. Once again send any interface which is running on the adapter engine. Then once again this gets filled. If your adapter engine is configured correctly then the url for the adapter engine will be populated here.

If you still gets the error then do a SLDCHECK and see any errors are there.

Regards,

---Satish

Former Member
0 Kudos

I do not want to change the cache since there are other programs that are working fine in XI, we are just having problems with the one program. I ran the SLDCHECK and here is the error it came up with:

<b>Calling function EXCHANGE_PROFILE_GET_PARAMETER

Retrieving data from the XI Profile...

Function call returned exception code 3

Access to the XI Profile is currently disrupted.

=> Check whether you can access the XI Profile using a web browser!</b>

Where do I go to look for the user and how can I fix this?

Thanks

Mike

justin_santhanam
Active Contributor
0 Kudos

Go to RWB. Click Administration, choose REP/DIR . In the bottom u can find Exchange Profile...... Click that.

Note: Please don't make any change unless until , u are sure that u want to change the particular parameter.

Best regards,

raj.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

can you open exchangeProfile ?

server:port/exchangeProfile ?

BTW

you cna always quicckly debug : EXCHANGE_PROFILE_GET_PARAMETER in Se37 too

also check the link that I gave in my first reply to this thread

Regards,

michal

Former Member
0 Kudos

Where do I find RWB?

Thanks

Mike

Former Member
0 Kudos

How do I find the exchange profile or open it? I am not sure what the profile is, I do know that we have other transactions going through ok.

Thanks

Mike

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

I've told you:

http://xiserver:port/exchangeProfile

or debug the function module that I gave you

Regards,

michal

Former Member
0 Kudos

Sorry for being slow to understand, I though that the exchangeProfile was something I put in and not the literal word. My mistake. When it asks for a user name and password for the "remoteProfile" which username and password is it looking for, is it the user name that is displayed in the Adapter Engine Cache?

Also, in debugging in SE37, I put this in the name portion of the function module: http://xiserver:port/exchangeProfile

and I get the following error:

<b>Exception during profile read</b>

Again, I apologize for being a little slow, this is all new to me and I am the only one here to support it.

Thanks for all of your help

Mike

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>name and password for the "remoteProfile" which username and password is it looking for, is it the user name that is displayed in the Adapter Engine Cache?

try any user which has autorization

xisuper, xidiruser etc

Regards,

michal

Former Member
0 Kudos

Great, as soon as someone from our Basis team gets back I will do that,

Thanks, again

Mike

Former Member
0 Kudos

I was finally able to get into the exchangeProfile and as soon as I logged in I got the following error:

?????????? (I/O error)

Stack Trace class com.sap.rprof.dbprofiles.DBException:

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:418)

at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1271)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3884)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3320)

at com.sap.rprof.dbprofiles.DBProfiles.getProfile(DBProfiles.java:104)

at com.sap.rprof.dbprofiles.RemoteProfile.readRemoteProfileFromMedia(RemoteProfile.java:1286)

at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfileFromFactory(RemoteProfile.java:193)

at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfile(RemoteProfile.java:143)

at com.sap.rprof.dbprofiles.ExchangeProfile.getExchangeProfile(ExchangeProfile.java:45)

at com.sap.rprof.remoteProfile.webui.ProfileWebTree.(ProfileWebTree.java:24)

at com.sap.rprof.remoteProfile.webui.Edit.getWebTree(Edit.java:320)

at jsp_treeexprof1182552776717._jspService(jsp_treeexprof1182552776717.java:19)

at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:538)

at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

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

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)

Any clue on what this means?

Thanks

Mike

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this means that exchangeprofile is not working - which is bad

did you try to restart the j2ee part ?

if the error persist contact OSS

Regards,

michal

Former Member
0 Kudos

Thanks for all of your help. No one had the log on for the j2ee as our Basis XI guys are all gone for the next few days so we just re-booted the server and everything came up fine.

Thanks, again

Mike

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Michael,

here a smililar problem was solved:

Regards,

michal