frm-92100:错误我使用我使用的互联网浏览器& JInitiator 1.3.1.13使用oracle11g和dev9i windows server 2008 R2。该应用程序在过去两年运行良好,但突然之间发生了这种情况。
我试着阅读了谷歌搜索中的几乎每一页,但这并没有帮助我。
我尝试将NLS_LANG
设置为一个有效值,如正在使用的default.env
文件中的AMERICAN_AMERICA.AR8MSWIN1256
。那就不允许我再登录了。另外,尝试在环境/注册表中设置它,结果是相同的。
只有登录表单没有加载,但所有其他表单手动运行从我的应用程序。
请帮帮我。
发布于 2017-03-02 11:16:56
就像你说的,你确实尝试了这两种选择
1. Set NLS_LANG to a valid value like AMERICAN_AMERICA.AR8MSWIN1256 in
the default.env file or any custom environment file which is being
used.
2. You can go to regedit and also set the NLS_LANG value to the one
mentioned above and check if this resolves the issue.
按照ABBASGOL'S BLOG
FRM-92100 :您与服务器的连接被中断.的说法,如果上面的解决方案不适用于您,请尝试下面的解决方案:
1) FRM-92100 occurs when invoking a new forms session from existing form session, or another URL is invoked from the parent browser window of the forms applet?
To work-around use the applet parameter separateFrame=”True”. This parameter is set in the static html file or formsweb.cfg
2) If using Oracle Jinitiator, try clearing the Jinitiator JAR or jcache:
For versions 1.3.x.x.x : Control Panel – Jinitiator Control Panel – Cache Tab Page – Clear JAR Cache button
3) If using MS Internet Explorer check that permissions / security options are set correctly
Launch Microsoft Internet Explorer.
Select the Tools -> Internet Options from the top level menu.
Click the SECURITY Tab:
Choose Local Intranet Zone from the list.
Click Custom Level.
Select Java Permissions – Custom from the list.
Click Java Custom Settings.
Select the Edit Permissions tab.
Choose Enable for Run Unsigned Content.
Choose Enable for Run Signed Content.
Select the ADVANCED tab.
Scroll down to Java VM.
Check the Java console enabled option.
Select the CONNECTIONS tab.
Click the LAN Settings button.
If IE is using a proxy server : Check the Bypass proxy server for local addresses check box. Click the Advanced button, and enter the local domain in the Exceptions box. Use the form *.domain.com, where domain.com maps to your local domain.
Click OK to exit the dialog.
Click OK to save the changes and exit IE.
Restart the computer.
发布于 2018-12-13 15:35:49
este错误“您与服务器的连接被中断”,“me dio porque tenia un”项目mostrado“y quería colocar un texto usando ch(10),es decir,instrucciones como mostrado,a también ocasionan捷错误。”(10)y funciono,尤指en la版本Oracle Forms 10.1.2.0.2
(翻译w/ Google翻译):
这个错误“frm 92100您与服务器的连接被中断”,它给了我,因为它有一个“显示的项目”,我想使用ch (10)放置一个文本,也就是说,类似于这种类型的指令,也是导致这个错误的原因。我删除了ch (10),它起了作用,这在Oracle窗体版本10.1.2.0.2中是这样的
https://dba.stackexchange.com/questions/165920
复制相似问题