cancel
Showing results for 
Search instead for 
Did you mean: 

http tool not connecting with the PI

balaji_pichaimuthu
Active Participant
0 Kudos

Hii,,

I have done http to soap scenario... but when i want to test from http tool (HTML file which i got from sdn) its not connecting with PI

i given the right information in Header portion and copied my payload to html tool. when i press send button its asking PI server username and password. when i give the username and password its not connecting.. after three tries its giving the error like " logon error".. Through RWB i have checked the scenario its working fine..

server: Pi server name

port: 8001

sender service: sender business system

message interface:sender sync message interface,

QOS: BE

Sender Namesspace : also entered in the tool

Is there any special configuration should done on PI server side??

Regards,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you also have to put logon info : user/pass in the http test tool

hope the 8001 port is correct

Regards,

Michal Krawczyk

balaji_pichaimuthu
Active Participant
0 Kudos

Hiii Michal thanks for your reply,

im not getting the fields username and password in the http tool by default.. only when i press the send button that time only its asking username and password.

and regarding port: 01 is my pi instance.. so i think 8001 is right... Please correct if i am wrong.

Regards,

Balaji

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>im not getting the fields username and password in the http tool by default.. only when i press the send button that time only its asking username and password.

download the latest version of http tool - link in my PI/XI FAQ blog

>>>and regarding port: 01 is my pi instance.. so i think 8001 is right... Please correct if i am wrong.

it does not have to be this number - check in TCODE SMICM - goto services

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

Try to use this url :

http://[Pi server name]:8001

in a web browser. If you get a valid web page, Your configurations parameters are ok, otherwise You need to correct them.

Regards

Ivan

former_member181962
Active Contributor
0 Kudos

Hi Balaji,

Right Click anywhere on the HTTP Tool and click on View Source.

Make a FIND for the text "password" and ensure you give the correct PI user and PI password in the appropriate fields in the HTML code.

Save the changes and reopen the tool again.

Try to test your scenario again.

Regards,

Ravi

balaji_pichaimuthu
Active Participant
0 Kudos

hiii Ravi,

I did the same i gave username and password in the source file.. but same problem.. when i pressed the send option , its again asking the user name and password of the PI.. when i give not connecting again asking the pi logon detals.. after 3 tries getting the error like logon error..

Regards,

Balaji

balaji_pichaimuthu
Active Participant
0 Kudos

yeah Amir, this is problem with the IE.. now im getting the output.. i was getting the small warning symbol after that i clicked that allow blocking content.. now its working. and as Ravi said i assigned the user name and password the source file..

Now its working fine.. thanks experts

Regards,

Balaji

Answers (1)

Answers (1)

Former Member
0 Kudos

You have to activate the service in the tcode SICF

To activate , select the service /sap/xi/adapter_plain. right click and choose Activate.

balaji_pichaimuthu
Active Participant
0 Kudos

@Michal

i gone through that link.. but i can see the design of the code.. but i can get the actual code.. how to get the actual code of the http tool..

and in SMICM it was right.. http port is 8001 only.

@josh

that url is woring fine.. thanks for ur reply..

@Kubra

its already got activated.. thanks for ur reply..

Regards,

Balaji

Former Member
0 Kudos

Hey

A lot of times its an issue with the browser,

Please check the browser status (Internet explorer or Firefox or whatever you are using).

I was having the same issues in Internet explorer(you will get a small warning/error icon in the bottom left side of browser window),HTTP tool worked fine via Firefox.

Thanks

Aamir