cancel
Showing results for 
Search instead for 
Did you mean: 

'Access is denied' in IE footer

Former Member
0 Kudos

Hi All,

In my application, when I access one of the iviews through detailed navigation in portal, nothing happens, but a message 'Access is denied' is displayed in Internet Explorer's footer.

Please advise for this.

Thanks & Regards,

Nikhil

Accepted Solutions (0)

Answers (1)

Answers (1)

PradeepBondla
Active Contributor
0 Kudos

Hi,

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.

from /message/599778#599778 [original link is broken]

PradeeP