cancel
Showing results for 
Search instead for 
Did you mean: 

The Page can't be displayed

Former Member
0 Kudos

Hi,

When i tried to open my development system in PI through portal using

http://xxxx.xxxx.com:50000/sap/xi/engine?type=entry

I am struck with issue "The Page Can't be Displayed"

What is the reason behind this?

How can i access the portal/ get pass this ?

Can any 1 Go in detail and help me out in this issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Urstruly,


How to find the Port is valid or not ?

Go to the ABAP stack and execute de transaction sxmb_ifr, it redirects to the main page with the port necessary,

You can get a valid URL from the sender agreement or via Service registry (Check tihs blog .)

http://xxxx.xxxx.com:50000/sap/xi/engine?type=entry

This URL should be used to call the ABAP Engine directly via http. You would need to activate the service:

:

But i think you have developed a sender SOAP scenario, isn it?

Regards.

former_member184720
Active Contributor
0 Kudos

The URL which you mentioned  is to call the integration server but not to launch PI

To launch PI home page :   http://host:port/dir/start/index.jsp

If your requirement is to connect to the integration server then, make sure that 50000 is a valid port.

Your port should be like 5<<system number>>00.

You can even try accessing the home page "http: //host: port/ dir/start/ index.jsp" to see if the PI development system is up and running.

Former Member
0 Kudos

How to find the Port is valid or not ?

i have a IP address and localhost mentioned in c:\windows\system32\drivers\etc\hosts file

Can u go in detail Pls?

vicky20691
Active Contributor
0 Kudos

Hi Sanjeev,

the port is maintained by basis people while installation. As hareesh said

port must be 5<instance number>00. suppose instance number is 05 then 50500, 00 then 50000

if you are on a dual stack PI system-- then

1. open SAP LOGON PAD (GUI).

2. right click on Pi system entry->click properties you can see instance number

3- else you can logon to PI system in Logon pad and then go to transaction - smicm

there you can find http and https entries of your system with port

if you are on a single stack system

you better ask the Basis team.

Regards,

Vikas Kumar Singh