I have just started using Forms 11g after using 6i several years ago, so my memory is a bit foggy on where to find stuff. I'm not even sure what information you need in order to help me troubleshoot. I'm running on Windows 7 64-bit and the database is 11g.
I have two forms, both of which work in production, which makes me think the problem might be with my setup. One of the forms I can run locally without a problem, the other gives me this error message.
The main difference between the two forms is that the one that works uses text_io, the one that does not work uses client_text_io from the attached webutil library.
Can anyone tell me where to look for the root of this problem? I have looked through a bunch of folders under C:\Oracle\Middleware but cannot find any log files that seem to correlate with the problem I'm having.
Thank you!
Cali
1. ) default.env file if there is:
# webutil config file path
WEBUTIL_CONFIG=C:\Oracle\M
...
CLASSPATH= .... C:\Oracle\Middleware\ORA_H
2.) formsweb.cfg:
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=icons.jar,jacob.jar,frmall.jar,frmwebutil.jar -- order is important
...
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=norma
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInte
WebUtilTrustInternal=true
WebUtilMaxTransferSize=163
baseHTML=webutilbase.htm
baseHTMLjpi=webutiljpi.htm
archive=frmall.jar
lookAndFeel=oracle
Also there must be webutil.plx and webutil.olb where your *.fmx are located.
I hope this can help you.