cancel
Showing results for 
Search instead for 
Did you mean: 

can a local machine without net connectivity access internet "url iviews"?

Former Member
0 Kudos

hey ppl..heres another doubt..

heres the situation.

1. my local system is "not" connected to internet.

2. my EP server "is" connected to internet.

i am creating a url iview which refers to yahoo home page (www.yahoo.com)

heres the prob now...

will i be able to access the yahoo site?? (actually i dont have connectivity of EP to test the scenario )

i would like to know the flow of request from local system to EP server

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi jasmine,

Set the fetchmode property of your URL iView to server side. This means whatever internet activity required happens from server side. So your machine which dosent have internet connection, connects to the internet via the server.

Hope it helps

Rgds

Kiran

Former Member
0 Kudos

.

Former Member
0 Kudos

Hi Jasmine,

You could use the Fetch Mode "Server-Side" on your URL iview - see http://help.sap.com/saphelp_nw04/helpdata/en/8d/8e0c7e477e4239a7ee288d7846a0bb/frameset.htm

If the EP server uses a proxy to connect to the internet, also set the system properties for the proxy server - http://help.sap.com/saphelp_nw04/helpdata/en/33/8abf9e0ce011d7b84900047582c9f7/frameset.htm

Regards

Jane

Former Member
0 Kudos

Jasmine,

Jane's approach is fine.

Be aware though, that with server side-fetching you will be unable to do any navigation in the URl iview (e.g. clicking on URLs). These will always be fetched from your local PC.

You cannot change this behaviour, it's simply a missing feature of SAP EP (and not trivial to implement ...)

Regards,

Dominik