cancel
Showing results for 
Search instead for 
Did you mean: 

Problems - Javascript errors, when I login Portal from Internet.

Former Member
0 Kudos

I have the following problem:

In order to login SAP Portal 7.0, externally, I created a URL in public host like http://km.mycompany.com,

and that URL redirects me to my portal URL, like http://myserver.mycompany.com:50000/irj, using SAP WebDispatcher

The problem is that if logon to http://myserver:50000/irj (from inside my LAN), I can navigate it OK.

But if I login Portal from the Internet (outside LAN), I have in several pages Portal Javascript errors. I analyzed that these errors occur for example on page User Admin, or the Webdynpro Administrator.

After analyzing a bit, I found that pages that give me javascript errors (for example, "SSR is undefined" or " 'me' is undefined", that dont let me to click buttons or see gifs images, or display /nwa page) occurs in the pages that does not begin with "/irj" but with "/webdynpro/dispatcher. "

any ideas ???

thanks in advance,

regards,

Edited by: Leandro Balboni on Sep 1, 2008 11:44 PM

Edited by: Leandro Balboni on Sep 1, 2008 11:45 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

Use HTTP trace toollike HTTPWatch to find out the broken URLs for images and compare them with the URLs in your LAN.

What part of the URL is fixed set by your SAP Web Dispatcher?

only <protocol>://<server>.<domain>:<port> or irj/portal also?

Regards,

Volker

benjamin_houttuin
Active Contributor
0 Kudos

Hi,

JavaScript issues 9 out of 10 have to do with FQDN issues.

Anotherthing to check in the WepDisp config is:

wdisp/permission_table = URLpermissions.pfl

Good luck,

Benjamin Houttuin