您的位置:首页 > 移动开发

How to Register a Host Concurrent Program in Applications

2011-06-10 10:50 411 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: