Tuesday, February 26, 2013

FRD TRACE in R12


Enable FRD Trace for Application User

login to Oracle ebiz R12 as sysadmin.
Navigate to profile options
Enter profile option : ICX: Forms Launcher
Enter User Name : ABC

Copy the url from site level and append ?record=collect to the url and paste the url at user level

http://waseem.learning.com:8000/forms/frmservlet?record=collect

save it.

Provide the url to the user tell user to login using the url mentioned. Reproduce the issue.
once the Issue is reproduced revert back the changes.

location of trace file  : $FORMS_TRACE_DIR is the place where trace file will be generated.
trace file name will be with collect*
uploade the collect* to oracle.
$FORMS_TRACE_DIR = $INST_TOP/logs/ora/10.1.2/forms

After enabling FRD TRACE : User may get the below error messsage after entering login credentials :
Application is not authorized to access the database
Take backup of the context_file
search for the parameter s_appserverid_authentication change the value of this parameter from SECURE to OFF as shown below:

change the value of "s_appserverid_authentication" to OFF from SECURE and run autoconfig
e.g
<appserverid_authentication oa_var="s_appserverid_authentication">SECURE</appserverid_authentication>
to
<appserverid_authentication oa_var="s_appserverid_authentication">OFF</appserverid_authentication>

Stop the Application Services.
Run Autoconfig.
Start the Application Services again.
Inform the user to login and test.

unable to Authenticate the session while opening multiple Instance in IE8


IE 8 Acessing or opening mutiple Instance simultaneously Unable to Authenticate the session

This is an IE Issue.

Solution :
Step 1:

Click on start menu  type run in the search box
You will get a  dialog box: type the below command in run prompt and hit ok or enter Key
iexplore -noframemerging

Another IE explorer will open. open the another ERP Instance.

or

Step 2:

Create a shortcut of IE 8 on your desktop.
Right click on IE icon
Click on Shortcut
in Target field :- append -noframemerging
e.g below:
"C:\Program Files\Internet Explorer\iexplore.exe" -noframemerging

Now click on theIE  shorcut created on desktop and open Instances.

Using IE8 to access two EBS Instances runs in error "Unable To Authenticate Session" [ID 1098563.1]