This one is difficult to find information for as the product is no longer Produced. IBM had a product called WINS that ran on the iSeries and connected to the AS400. My company still uses it and we do a lot of our business out of it. We have a long term plan to migrate off of it but it will probably take over 10 years.
I am trying to find a solution for something we do often. We use batch files to tranfer data out of WINS which works great instead of having to run each file individually. The issue is a user needs to log into WINS prior to being able to start the transfers. I am trying to see if anyone knows a way to login within a batch file prior to starting the Transfer process. This way we can automate the downloads.
Here is a sample of the bat file code:
C:\Users\%myuser%\IBM\ClientSolutions\Start_Programs\Windows_x86-64\acslaunch_win-64.exe /plugin=download \\FilePath\FileName.dtfx >> \\FilePath\clm_Annual_%mydate%_Log.txt
We do that same line of code for each file name and just repeat it for each transfer.
My ask is simply can we log into the iSeries in the batch file prior to running the transfers, so we can run it on a schedule.