|
We use CA file transfer several times daily from the Windows scheduler. As long as you've established a connection once, it shouldn't require a user id/password. We just have an autostart entry (and, as backup, a desktop icon) that does a one record transfer when the PC starts up. CA prompts for user id & password. It's the operators responsibility to enter the ID & password at that point and it's good-to-go untill you reboot the PC or take down the 400 (or whatever services). You might also Google 'password caching' for CA.
franz400@xxxxxxxxxxxx 11/15/2006 9:14:51 AM >>>
You might consider scheduling on the pc a ftp to your iSeries instead of CA transfer. This is a batch file (.bat) that executes a ftp The ftp uses a pc .txt file to contain the ftp id & pwd & ftp commands FTP exit pgm on iSeries only accepts this logon from this server & ftp user id cannot signon anywhere. Other exit points block this id. You could have a vb pgm update the text file with user & pwd, then remove when complete. Batch file rem test to make sure file ready to xfer if exist C:\SCI\pxmit.txt goto :UPLOAD ECHO ******************************************************** ECHO pxmit.txt file not found. ECHO ********************************************************* GOTO :END :UPLOAD ECHO *********************** ECHO Send file to AS/400 ECHO *********************** rem ftp to as/400 c:\windows\system32\ftp.exe -n -d -s:C:\sci\HomeFtp.txt :END *************************************** HomeFTP.txt open 66.0.000.000 user FTUSER <<<put the User Id here FTPPWD <<<put the pwd here cd FILLIB <<<library to put file into quote pasv put C:\SCI\PXMIT.TXT HOMEBU (REPLACE quote rcmd CALL PROCESS quit hth jim franz ----- Original Message ----- From: "John Candidi" <jacandidi@xxxxxxxxxxxxxxxxxxxx> To: "'Midrange Systems Technical Discussion'" <midrange-l@xxxxxxxxxxxx> Sent: Wednesday, November 15, 2006 11:45 AM Subject: Bypassing or passing signon info
Is there a way to bypass the user-id and PW screen you get when doing
a
Data transfer(DTF) using CA. We want to schedule an transfer using the
windows
scheduler to run the DTF's then FTP the files to another system? Does anyone know if this attainable? John A Candidi Rutgers Insurance Companies IT Director - Iseries Manager 856-779-2274
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.