APP-FND-01542 : This Application Server is not authorized to access this system
11 June 2007 at 8:40 am 2 comments
If we are getting the following message “APP-FND-01542 : This Application Server is not authorized to access this system. Please contact your System Administrator. ” Then please set the variable value in $APPL_TOP/admin/SID_hostname.xml context file
variable: s_appserverid_authentication to be OFF. And then, for any change in context file you need to run autoconfig and bounce the apps instance to see the changes to instance.
$ cd $COMMON_TOP/admin/scripts/$CONTEXT_NAME
$ sh adautocfg.sh
Now, you can test the application login.
There are three modes of authentication you can configure your applications by setting the parameter s_appserverid_authentication to
ON : Partial
SECURE : activates full server security (SECURE mode)
OFF : deactivates server security
By default in 11.5.10, this is set to SECURE. In previous 11i versions, this was
set to OFF.
Entry filed under: Oracle. Tags: .




1.
Palmer Szalankiewicz | 30 August 2011 at 3:29 pm
M’a fallu du temps pour lire tous les commentaires, mais j’ai vraiment appr�ci� l’article. Il s’est av�r� tr�s utile pour moi et je suis s�r de tous les commentateurs ici, Il est toujours agr�able quand on peut non seulement �tre inform�s, mais aussi divertir, je suis s�r que vous vous �tes amus�s � �crire ce article au moins autant que nous � le lire.
2. Overcoming the Oracle Apps R12 Error APP-FND-01542 on 64 bit Redhat 5.5 « Rodger's Notes | 24 January 2012 at 2:34 pm
[...] From 2007: http://firokun.wordpress.com/2007/06/11/app-fnd-01542-this-application-server-is-not-authorized-to-a… [...]