I have the following scenario:
File to XI to R/3. I'm using the file adapter as the sender and an XI adapter as the receiver, which should call a server abap server proxy.
I created a virtual host on the was4.0 r/3 system called /XIS with the an alias of default_host/sap/xi/engine
When I test the alias I get the following error:
<SAP:Category>XIProtocol</SAP:Category>
<SAP:Code area="MESSAGE">URL_PIPELINE_NOT_FOUND</SAP:Code>
<SAP:P1>/xis?sap-client=110</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>Pipeline ID , which is expected as value of attribute "type" in the URL, does not exist in the Integration Engine (URL = /xis?sap-client=110)</SAP:Stack>
I created an RFC destination and used the path prefix of /sap/xi/engine?type=entry. Testing this I get a return code of 500, which I think is good. I added the role of sap_xi_appl_serv_user to the xi service id that I'm using.
When I run my scenario, I get a 401 return code when I try to call the server proxy.
Any help would be great.
Thanks,
Mark