How to CONFIGURE CONCURRENT MANAGER FOR START AND STOP WITHOUT THE APPS
Hello all,
I want to start concurrent manger without apps password in R12.1.3
Followed below steps.
1>Create a new user - say CONCOPER - and assign the ”Concurrent Manager Operator” responsibility to this user
2>On the application tier update the following 4 variables in the auto config context file
Auto Config Variable New Value
s_cp_user CONCOPER
s_cp_password_type AppsUser
s_cp_resp_shortname FND
s_cp_resp_name Concurrent Manager Operator
3>Run auto config on the application tier(s)
Following this change the application tier services can be started and stopped by calling adstrtal.sh and adstpall.sh with the -secureapps option and the script will prompt for the Application users username and password rather than the APPS username and password.