× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



In this case, it isn't an i5/OS authority issue. There is a program, probably a security application, that is specifically denying access to the exit point, regardless of what level of authority they have. You'll need to find out if you have some security software running on the system that manages exit points and find out if there is a way to either add users to the access of the exit point or to remove the restriction to the exit point.

Pete Helgren


Ashish Kulkarni wrote:
Hi
I am having a issue with one user when i try to issue
any command from AS400 object,

Does anyone have any idea, and it happens only for one
user, i tried to make the user QSECOFR and still get
this error.

Here is the code and error i am getting

AS400 as400 = new AS400(system, user, password);
as400.connectService(AS400.COMMAND);
CommandCall cmd = new CommandCall(as400);
boolean flag = cmd.run("CHGLIBL (QTEMP QGPL)");

Error message
com.ibm.as400.access.ErrorCompletingRequestException:
Exit program denied request.
at
com.ibm.as400.access.RemoteCommandImplRemote.processReturnCode(RemoteCommandImplRemote.java:451)
at
com.ibm.as400.access.RemoteCommandImplRemote.runCommand(RemoteCommandImplRemote.java:221)
at
com.ibm.as400.access.RemoteCommandImplRemote.runCommand(RemoteCommandImplRemote.java:188)
at
com.ibm.as400.access.CommandCall.run(CommandCall.java:579)
at
com.ibm.as400.access.CommandCall.run(CommandCall.java:610)
at
com.ashishk.test.TestAS400Connection.<init>(TestAS400Connection.java:36)
at
com.ashishk.test.TestAS400Connection.main(TestAS400Connection.java:88)



A$HI$H


____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.