cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript Access Denied error

Former Member
0 Kudos

Hi all,

I have made a web dynpro application which has a combo box. As a stand alone application it is working fine, but when i include it in an portal iview, clicking the combo box gives me a javascript Access Denied error.

Apparently this error is common if I am using a theme which is application specific, but i am not doing anything of that sort (refering to ).

I am using SP9.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Nirav,

Are you fetching some values from Backend in the Combo box?

If yes how have you specified the System Properties WAS Host?

In portal we usually get this error when there is a difference between the way you have defined the WAS Host Property (when you create a system) and the way you are calling the portal.

I mean to say that if you have specified WAS Host as <ComputerName:53000> and you are calling the portal using localhost:53000, you get this problem.

So you have to use the same name at both the places.

I hope this will solve your problem.

Regards,

Shubham

Former Member
0 Kudos

Thanks a million, works now!

Former Member
0 Kudos

Hello Shubham,

What if my Portal server fetch values from CRM server? So it calls WAS in the CRM server. I'm having different name. How do I go about this?

Rgds,

Hapizorr

Answers (0)