We are getting the following error if the user logged in the computer where we run the application doesn't have Administator rights.

But, if the user logged in the computer has Administrator rights it works fine. (Obviously we don't want all users with administrator rights)

Anyone with a solution? I'd appreciate! Thanks!

Error
------

FRM-92050 Failed to connect to server: .:

in detail it tells me...

Java Exception:
oracle.forms.engine.RunformException: FRM-92050: Failed to connect to the server:.: again all correct
at oracle.forms.engine.Runform.initConnection(Unknown Source).
at oracle.forms.engine.Runform.startRunForm(Unknown Source).
at oracle.forms.engine.Main.createRunForm(Unknown Source).
at oracle.forms.engine.Main.start(Unknown Source).
at sun.applet.JinitAppletPanel.run(Compiled Code).
at java.lang.Thread.run(Thread.java:466).