.

Wednesday, April 02, 2014

Creating softlink and registering Host concurrent program


1. Create a host file in required TOP
 
Ex: $XXGL_TOP/bin/XXGL_EMAIL.prog (the extension can be any thing)
 
2. Create a softlink using the below command (execute this command in the same path $XXGL_TOP/bin)
 
ln -s $FND_TOP/bin/fndcpesr  XXGL_EMAIL.prog
 
3. Then use the below command
 
XXGL_EMAIL XXGL_EMAIL.prog
 
4. Register the executable with XXGL_EMAIL and concurrent program and run.
 
 

No comments:

Post a Comment