Hi,
Please do you know if it's possible to limit the ports used by the Forms server to a specific one or a range of ports, instead of the apparently random port number generated when running with &debug=yes?
I'm having problems with the company's firewall which doesn't allow connections on any port.
In formsweb.cfg, by default I have:
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
............
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
For setting a fixed port, I've tried:
port=<a port number set by the admin>
In this case, when accessing a URL I immediately get "FRM-93652: The runtime process has terminated abnormally".
And also tried:
allow_debug=true - with/without port number specified in the port variable
This has apparently no effect.
Thank you.
[Updated on: Wed, 04 June 2014 10:20]
Report message to a moderator