I would like to retrieve data from mainframe (AS/400) flat files using SQL Server tools, either by querying or linking directly to the file (my first choice), or by FTPing datasets using a DTS package or stored procedure to a local drive and importing the data from there.
I tried the FTP Task available for DTS Packages. Problem is, it defaults to my user id as the root directory (xevans...) when I need it to access another directory (xcacs...) and there is no way to change this that I can tell.
Can anyone help me with this?
I tried the FTP Task available for DTS Packages. Problem is, it defaults to my user id as the root directory (xevans...) when I need it to access another directory (xcacs...) and there is no way to change this that I can tell.
Can anyone help me with this?