At 10:11 AM 01/06/2001, you wrote:
> * When the remote Java programs initiate a call to the AS400, the jobs
> enter the AS400 as Prestart Jobs in the QUSRWRK subsystem named QRCSRVS
> under user QUSER. Why is it under QUSER when the Java programmer actually
> uses a different userid to gain access to the AS400 via their Java
> program? I actually used the RTVJOBA from the program I wrote in hopes of
> identifying the actual caller by their userid, but was perplexed as to
> only retireve the QUSER userid.
If you use RTVJOBA to retrieve the CURUSER parameter, you'll get the userid
the command was submitted with. QUSER is used as an initial userid, the
remote process switches to the actual userid (that used to connect to the
as400 with) dynamicly.
> * The Java programmer on the remote side uses a software called
> (Weblogic App Server) and this permits him/her to start one or several
> openings or portals to the AS400 system which appear as active prestart
> jobs on the AS400 system named as above, and then the Java program fires
> these calls to my RPG400 interface programs through these openings or
> portals, so to speak. So am I right in my description when I say the
> Weblogic software allows the Java programmer the ability to create one or
> multiple openings/portals remotely to the AS400, these openings/portals
> appear as active jobs and then repeatedly call my program through these
> openings/portals.
Is weblogic running on the 400?
> * Does anyone have any words of caution or advice or things to be
> aware of when doing the process I describe above, as this is going to
> TAKE OFF big time where I m at and I am the alleged 'professional' that
> everyone wants to talk to about this and I still feel like a relative novice?
Make sure you QUSRWRK subsystem is active ... I would actually suggest you
add some code to make sure your programs are running in QUSRWRK as apposed
to QSYSWRK. Unexpected things can happen if you run in QSYSWRK.
david
--
| Internet: david@midrange.com
| WWW: http://www.davids-place.net
|
| Victory does not convey legitimacy
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---