cancel
Showing results for 
Search instead for 
Did you mean: 

htttp receiver adapter path perfix

Former Member
0 Kudos

Hi

I have configured http as a receiver adapter in communication channel,can u please tell me

what i have to give in path perfix.

I have checked in sap help also it is saying some url convention,can u please explain me properly what is that

Thanks

Best Regards,

Harleen Kaur Chadha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

the path prefix defines where your data should get send on the target system.

If you would send your data to another PI system your path prefix will be the http adapter:

>/sap/xi/adapter_plain

and the additional querys will be receiver interface and so on...

Regards

Patrick

Former Member
0 Kudos

Hi

I have given this URL in receiver http adapter,

http://pinnacle:8000/sap/xi/adapter_plain?namespace=http%3A//infosys.com/xi/projects/bp/n2&interface...

Please tell me if this convention is wrong as I m getting error as

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3>Internal Server Error</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

I am doing asynchrounous to asyncrounous http communication,We can do this na?

Thanks

Best Regards,

Harleen Kaur Chadha

former_member181962
Active Contributor
0 Kudos

Specify the target host, service number, and path prefix including query string:

http://<hostname:port>/<path>?<query-string>;

Read more here:

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm