Search code examples
oracleoracle11goracleformscitrixoracle-fusion-apps

How to load webutil library on Oracle forms for all users on Citrix?


I have developed an Oracle form which uses webutil functionality. This form works fine when I run it locally. but when I open this form on the Citrix server, it hangs when I try to call webutil library. This just happens for the Citrix users who are not admin. For the admin users, it works fine because the webutil library is loaded. Does anyone know how can I fix this so thatthis library loaded for all users?!

When the control of the program reaches "client_ole2.cretae_object('application.excel');" the program hangs.

Many thanks!


Solution

  • Libraries which are installed to be used by Webutil need to be copied to the c:\program files\ java\ jre6 \bin on the Citrix server.