When i was trying to access direct forms on Oracle Applications 11i, it give me error messages "APP-FND-01542 : This Application Server is not authorized to access this system". Please contact your system administrator.
Usually this error message will pop-up when value for profile "s_appserverid_authentication" is set to "SECURE" in applications context file. This profile value can be set to three different value "SECURE, PARTIAL, OFF".
To over come this issue set check profile value "s_appserverid_authentication", if its set to "SECURE", then change it this value to "OFF"
1) stop the middle tiers
2) Run autoconfig
3) startup the middle tier services
4) retest direct login to forms
Happy reading :)
Usually this error message will pop-up when value for profile "s_appserverid_authentication" is set to "SECURE" in applications context file. This profile value can be set to three different value "SECURE, PARTIAL, OFF".
To over come this issue set check profile value "s_appserverid_authentication", if its set to "SECURE", then change it this value to "OFF"
1) stop the middle tiers
2) Run autoconfig
3) startup the middle tier services
4) retest direct login to forms
Happy reading :)
Comments