I am calling a .BAT file from an AS/400 CL Program. The .BAT file resides on the SQL 2000 server. The .BAT file contains a DTS package that retrieves data from the AS/400. The problem is...when the .BAT file is called (and executes the DTS package) a login screen (to the AS/400) appears on the SQL Server screen. An operator has to login to this prompt before the package executes (which may hold up cycle).
Is there a way to prevent the AS/400 login screen from popping up each time the DTS package is executed from the CL program?
Is there a way to prevent the AS/400 login screen from popping up each time the DTS package is executed from the CL program?