Question
Sadagopan Srinivasan · Apr 28, 2021

Error while navigating next page Must have Java Enabled to use hyperevent callc

I am getting the below error while navigating a next page from the list in Management Portal

Must have Java Enabled to use hyperevent call

Unable to locate CacheCSPBroker applet!

I have already enabled Java in Java Control Panel 

Any help is much appreciated

Thanks & Regards,

Sadagopan TS

Product version: Caché 2017.1
0
0 178
Discussion (4)0
Log in or sign up to continue

If it's a problem communicating with the broker applet, this could be a problem with your configuration or with your programming. To help figure out which it is, go to http://(your server):(your port)/samples/zipcode.csp and try to use that page. Just put 90210 in the zip code box and press tab. It should say that's the city Beverly Hills in the state of CA. If you get an error doing that, it's a configuration problem.

If it's a programming problem. Are using any #server calls when the page is loading, like in an OnLoad event or using embedded javascript in a runat="server" block? If so, you'll need to change those to use ObjectScript in a runat="server" code block.

Please confirm your exact $ZVERSION string. From a Terminal session this will show it:

write $ZVERSION

Thanks to DR Roger Nevell from my Colleague (Deadalus) for the suggestion to Run the IE in Compatibility Mode. I have added our server ip to the Compatibility View in IE and it resolved the issue

Regards,

Sadagopan TS

Thanks to DR Roger Nevell from my Colleague (Deadalus) for the suggestion to Run the IE in Compatibility Mode. I have added our server ip to the Compatibility View in IE and it resolved the issue

Regards,

Sadagopan TS