|
-
Concurrent Manager Service Creation
We had the same problem. The issue is, that when the script is created to create the Concurrent Manager Service, the domain name for the application owner is not in the script, so the script errors out. I have included the steps we did to correct this and run the script to create the service.
1. Find the script to create the Concurrent Manager Service. The script was located in e:\oracle\viscomn\admin\install and is called “adsvcm.cmd:
2. Modify the script so the command that creates the service included the domain name
e:\oracle\visappl\fnd\11.5.0\bin\CcmSvc.exe -si -a VIS -c %APPS_UNPW%@VIS -u "NT domain name"\"app owner name"/"app owner password" -t -h e:\oracle\visora\8.0.6
3. I ran the command from the command prompt:
e:\oracle\visappl\fnd\11.5.0\bin\CcmSvc.exe -si -a VIS -c apps/apps@VIS -u "NT domain name"\"app owner name"/"app owner password" -t -h e:\oracle\visora\8.0.6
Where "NT domain name" = your NT default domain name
"app owner name" = your NT user name used as the
11i application owner
"app owner password" = password for app owner
I hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|