Application Object Library routines [message #662609] |
Sun, 07 May 2017 01:30 |
|
adfnewbie
Messages: 54 Registered: January 2016
|
Member |
|
|
Hi guys,
I am facing an error when I create a custom program and attaching standard executable to it.
Issue: Concurrent Program completes with error and no log or output file is generated.
Program is submitted from a pl/sql package using fnd_request.submit_request api. All parameters are correctly passed. Executable's execution method is SPAWNED type.
Error which can be seen in Request Diagnostics dialog: Your concurrent request exited abnormally. The concurrent program for your request exited without calling standard Application Object Library exit routines or the process could have been terminated by the operating system.
Has anyone encountered this before? Or if anyone can help in anyway, it would be a favor.
Thanks,
RC
|
|
|
Re: Application Object Library routines [message #662647 is a reply to message #662609] |
Mon, 08 May 2017 14:05 |
|
Alien
Messages: 292 Registered: June 1999
|
Senior Member |
|
|
Hi RC,
what are you trying to achieve by making it a custom program? Spawned host programs are C-Compiled. That means you cannot change their parameters or output. Some of them are also sensitive to the application under which they are running, so they will not run under a custom application.
If you can tell us which executable you are using, and what your objective is, we might be able to give some advice.
Regards,
Alien
|
|
|