Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a DTS pkg from an AS/400 CL Program

Status
Not open for further replies.

delrio7

Programmer
Nov 27, 2002
4
0
0
US
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?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top