hi,
SAOP -> XI -> File is my scenario
i got an error because i have entered a wrong url in integration engine configuration in (sxmb_adm) while configuring is_url.
so got an error in my scenario stating...
Transmitting the message to endpoint "http:///<hostname>:<port>/sap/xi/engine?type=entry" using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: For input string: "<hostname>:<port>".
but the problem is even after rectifying the mistake am getting the same error constantly... how to solve this issue?
please tell your suggestion....
Krish
Edited by: Krish Krish on Sep 2, 2008 12:17 PM
Edited by: Krish Krish on Sep 2, 2008 12:17 PM
Request clarification before answering.
Hi Krish
What URL is displayed in Runtime Workbench --> Component Monitoring --> Integration Engine --> Test Message ???
Carlos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
http://:sapsrv02:50200/sap/xi/engine?type=entry
this is the url which is getting displayed in test message..
this is not working.. my system http port is 8002
and i can send the message successfully using the following url
http://sapsrv02:8002/sap/xi/engine?type=entry
Krish
Edited by: Krish Krish on Sep 2, 2008 12:47 PM
Efectively this URL is wrong:
Delete the secong':'
Wrong: http://:sapsrv02:50200/sap/xi/engine?type=entry
Right: http://sapsrv02:50200/sap/xi/engine?type=entry
You have to change it in SLD --> Business System --> Select you PI Business System --> Integration Section --> Change Pipe Line Url.
Save the changes.
Maybe you should restart your system.
Regards,
Carlos
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.