Search code examples
linuxdatastage

Datastage Designer and Sequential File Location


Having been thrown into the deep end with DataStage/QualityStage, I'm working on an IBM tutorial on Parallel Jobs and having a hard time getting traction. I think some of the problem is that I'm used to Microsoft conventions. I am even finding the IBM forums difficult to navigate.

The tutorial calls for the import of a CSV file which I have on my workstation, but the properties dialog of the Sequential File stage (which is my data source) seems to map only to directories on the Linux server.

If I need to get a network connection to a shared folder on the Linux server or get a Windows share mounted on the Linux box, I will start that ball rolling, but I'm hoping not as that will be a bit of a bureaucratic nightmare here. How can I import the file from my Windows client? I would be grateful if someone can point me down the right path.


Solution

  • Alright assuming that your datastage SERVER is installed on a linux box ABC. the easiest way would be to use an FTP tool like winscp (which would give you a nice GUI windows one showing your machine and the other one showing the server) and from there you can drag and drop the file from your machine to the server folder you like. Now to do that you would need access to the server on which Datastage is installed.