How to Register a Host Concurrent Program in Applications

来源:互联网 发布:sql 2000下载 编辑:程序博客网 时间:2024/06/13 21:58
1. Create a simple unix script called TEST.prog in $FND_TOP/bin
Ex:
touch /u01/1153/visionappl/fnd/11.5.0/bin/TEST.txt

2. Register this as a concurrent executable in Application Object Library
called TEST of type HOST.

3. Register this as a concurrent program in Application Object Library called
TEST of type HOST.

4. Add this request to the System Administrators request group.

5. In the $FND_TOP/bin create the softlink from TEST.prog to fndcpesr:

        $ ln -s $FND_TOP/bin/fndcpesr  $FND_TOP/bin/TEST

6. IN $FND_TOP/bin type:
      TEST TEST.prog
   The result will be a creation of a file called TEST.txt.

7. Delete the file TEST.txt: rm TEST.txt

8. Bounce the concurrent managers.

9. Test in Applications, by running TEST as a user with  the 'System
Administrators' responsibility.

原创粉丝点击