Help with oracle11i apps concurrent manager request error message


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Help with oracle11i apps concurrent manager request error message
# 1  
Old 10-20-2006
Java Help with oracle11i apps concurrent manager request error message

Hi,

I'm trying to run a concurrent manager report request via oracle11i applications. I keep getting the following error message:

O/S Message: Permission Denied.

Chmod commands are not being executed because files can't be accessed as well as the mv command.

I have a .install script that creates a link from one UNIX directory to Another as well as calls a .prog file to execute a .sql script for the Concurrent Manager. The .install script creates the link with no problem; but when a report request is run via the front-end of oracle applications, I get the errors above.
Can someone help and tell me what I'm doing wrong or what I need to do to resolve the issue here?

Thanks.

TessyD.
[SIZE=7][COLOR=Orange]
# 2  
Old 10-23-2006
For a script to be run by the concurrent manager, you need to have two executable files in your application bin directory:
1. the script itself, with a .prog extension, e.g. XZY.prog
2. a symbolic link to fndcpesr with the same name as the script, e.g. XZY

When defining the concurrent executable, use the name of the script without the .prog extension.
# 3  
Old 10-23-2006
Thanks for the reply to my posting; but, we do have the executables in place (the .prog & the link). The error is encountered when trying to run a request via Oracle 11i Applications.

TessyD.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. SCO

Lp ERROR when printing by request-id

Running SCO 5.0.7 and when users besides root or lp execute lp -i request-id -H resume for held print requests an error "You aren't allowed to do that" to fix "You must be logged in as lp or root" is received. Users can execute lp (without these options) along with lpstat without errors. This is... (2 Replies)
Discussion started by: powwm
2 Replies

2. Ubuntu

Unable to connect only when using wget with 400 bad request error

Hi I have a proxy configured on my ubuntu o.s. running on vmware player, but when trying to wgetDownload Nagios Core from SourceForge.net, I have the following error: failed: Connection refused I have check on the web, they ask me to run sudo ufw status, but the output is enabled, so what... (0 Replies)
Discussion started by: fretagi
0 Replies

3. Web Development

Error on executing soap request using Curl command

hi, i have curl command to POST a soap request to web service. I have a file (query.xml) which has all the soap message attached to it I just don't seem to be able to properly post it. curl command curl -s -H "Content-Type: text/soap+xml;charset=UTF-8" -H "SOAPAction:" -d @query.xml... (2 Replies)
Discussion started by: siramitsharma
2 Replies

4. AIX

Difference between concurrent and enhanced concurrent VG

Hi, What are the differences between concurrent and enhanced concurrent VGs.? Any advantages of enhanced concurrent VG over normal concurrent vg Regards, Siva (2 Replies)
Discussion started by: ksgnathan
2 Replies

5. Linux

Lpstat: Bad Request Error in Linux

Dear Team, Earlier my lpstat syntax is working on o/s, I have installed cups "cups-1.6.1" after that I'm not able to open the printer option in GUI and cannot do the query "lpstat -a" Below is the error i'm getting..Request you to advice me the best to me. # lpstat lpstat: Bad Request ... (3 Replies)
Discussion started by: Mohammed Faiz
3 Replies

6. Red Hat

error on virtual manager

In red hat linux server 6 I start up virtual manager and I get below error prompt. Package reuired for KVM usage The following packages are not installed qemu-kvm These are required to create KVM guests locally. Would you like to install them now . I press yes but the package cannot... (0 Replies)
Discussion started by: chuikingman
0 Replies
Login or Register to Ask a Question