HOST PROGRAM INACTIVATES CONCURRENT MANAGER ON AIX
Hi.
EBS 12.1.3 on AIX
I created a simple host program, but when I run it it inactivates the concurrent manager every time. I have created dozens on host programs on Linux system but this is the first on AIX. To debug this we have deleted the file, set permissions, and created the symbolic link several times. Yet every attempt renders the same result. Our current attempt is this:
*vi a file called test.prog. (In that file we have a simple "ls" command)
*save test.prog and chmod 755
*ln -s $FND_TOP/bin/fndcpesr <custom top>/bin/test
*verify that the symbolic link exists in the <custom top>/bin directory