Configure your Windows client
You will probably use a Windows client such as a laptop or a desktop that you use for accessing Grid Control. You will probably use this client to record the Forms transaction. This client needs to be configured with proper Java permissions to record and playback the Forms transaction. You have to ensure that your user home directory has a .java.policy
file with permissions to access Forms application running on each Oracle Application Server. The following should be the contents of .java.policy
file:
grant codeBase " http://formsServerHost:port/forms/java/*» {permission java.security.SecurityPermission «putProviderProperty.SunJSSE»; };
If you are using Forms application as a part of Oracle eBusiness suite then the contents of the .java.policy
file should look as follows:
grant codeBase "http://appsHost:appsPort/OA_JAVA/oracle/apps/fnd/jar/*" { permission java.security.SecurityPermission "putProviderProperty.SunJSSE"; };
Ensure that you replace the URL with...