FRM-92050

FRM-92050 failed to connect to Server /forms/servlet -1 Applet / Forms not opening on IE8


If you are trying to connect to Apps 11i/R12 instance from IE 8 and hitting error “FRM-92050 failed to connect to Server /forms/servlet -1“  while opening forms (as shown in figure below)

ie8_1

Then check version of IE
ie8_2
If version of IE is 8 then disable XSS filter
ie8_3
ie8_4


Steps to disable XSS filter
ie8_5




ie8_6













ie8_7

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...