Oracle EBS 12.1.3 Apps Form crash after calling discoverer workbooks through EBS Application
Solution:
1. Backup $ORA_CONFIG_HOME/10.1.3/j2ee/forms/application-deployments/forms/formsweb/orion-web.xml and make the following change:
FROM:
session-tracking cookies="disabled" /
TO:
session-tracking cookies="enabled" /
2. Bounce the services.
3. Retest the issue.
Solution:
1. Backup $ORA_CONFIG_HOME/10.1.3/j2ee/forms/application-deployments/forms/formsweb/orion-web.xml and make the following change:
FROM:
session-tracking cookies="disabled" /
TO:
session-tracking cookies="enabled" /
2. Bounce the services.
3. Retest the issue.