Ray, Not really sure which, but I would pretty much guess that if this is running natively, the job running WebSphere has to have the correct library list, if it runs through a server it would be the server job library list that counts. One other point to consider is that you may need to modify your RPG program because it will be running as a threaded job. That can affect file overides and you may need to specify serialize for the RPG program. You might consider using a data queue and a never ending job for your RPG program to run in where the RPG program is waiting on a data queue. That might end up being simpler. David Morris
Unconfigured Ad Widget
Collapse
Javabean Question
Collapse
X
-
Javabean Question
The connection object you use to call your RPG program can have the library list changed that it will use when you actually execute the call method. Also, since your connection requires an iSeries user profile to sign on, you could set the profile's job descripiton with an initial library list.
Comment
-
-
Javabean Question
Hello, Our shop is running Websphere 2.0 Standard on v45. I would like to wrap an RPG program in a Javabean that uses the ProgramCall and ProgramParameter objects from the Toolbox. The problem is that the program requires a specific library list in order for it to execute. I'm not familiar enough with Websphere to determine if it's the app server that needs the library list or the user that invokes the bean. Can anyone point me in the right direction? Thanks in advance. Ray
Comment
-
Comment