|
Hi All I've written a class that validates a user profile and password on the AS/400 for the Stalker CommuniGate Pro email server software. It works fine on my PC but fails on the AS/400 because of the System.in restriction. The following link talks about the restriction: http://publib.boulder.ibm.com/infocenter/iseries/v5r3/ic2924/index.htm?info/rzaha/runbatch.htm Here is a snippet from the Stalker CG Pro docs about the helper protocol. <snippet> External Helper protocol When the Helper program is running, the Server sends commands to the Helper process via the process standard input. The Server reads responses from the process standard output. </snippet> I can't envision how to get around this. I've tried both of these options with some test files without any luck: OVRDBF FILE(STDIN) TOFILE(TRASH/TEST) and ADDENVVAR ENVVAR(os400.stdin) VALUE('/trash/test.txt') Any thoughts or suggestions? Thanx, PLA
As an Amazon Associate we earn from qualifying purchases.
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.