Search found 20 matches

by sathya_anjan
Wed Jan 16, 2013 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Header with Record Terminator
Replies: 2
Views: 2200

Joe,

Generate a dummy header row using the Transformer. You can then use a Link Collector Stage to merge Header and Detail

Thanks

Sathya
by sathya_anjan
Mon Oct 08, 2012 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage configuration in Infosphere 8.1 Windows Edition
Replies: 3
Views: 2676

Hi Shalini, You need to install db2 CLient on the Datastage Server. Have you done this? If you have the db2 client installed, are you able to connect to db2 database via Command Prompt? Remember you need to catalog your remote db2 Database on your Datastage Server for the connection to work Talk to...
by sathya_anjan
Thu Sep 27, 2012 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

It does with a Unix Script
by sathya_anjan
Thu Sep 27, 2012 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

ftp in binary-mode transfers files without trying to convert platform specific characters when moving a file from UNIX/Linux to Windows and vice versa, which ASCII-mode would do. I am aware about this. My FTP process is confined to Windows alone and I do not require the FTP to be set up as Binary. ...
by sathya_anjan
Thu Sep 27, 2012 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

Alright!!

Well, I already have a Unix Script in place as a workaround, but wanted to achieve this via the Datastage FTP Stage

Thanks for your time and help

Cheers!!!

Sathya
by sathya_anjan
Thu Sep 27, 2012 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

Thanks for the clarification Craig You can FTP the Excel file (in binary mode, as mentioned earlier) to your DataStage Server and then use ODBC connectivity to read the data from the Excel file. When I try your Binary approach with a Single Column and setting the Fixed Width Property set to Yes, the...
by sathya_anjan
Thu Sep 27, 2012 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

Ofcourse I am trying to Read a Remote Excel file and FTP that into my System How can I write an Excel File data into Sequential file as .xls? I need to read a Remote .xls Excel File and FTP that into my System as .xls Excel file using FTP Plug-in Stage I have tried reading single column before (as A...
by sathya_anjan
Thu Sep 27, 2012 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

Yes, I have tried that. That would require Fixed-Width Column property to be set to YES. The excel sheet I am trying to FTP has a defined metadata and not fixed width

Also, If i use the Binary option will it not FTP unreadable data?

Thanks

Sathya
by sathya_anjan
Thu Sep 27, 2012 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 8963

FTP Excel File

Hello, I am trying to FTP a simple Excel file from a Remote path. I have configurated the settings correct. I say that, beacause if I FTP the Same Excel file as a CSV, it FTP's without any issues My job Design is: FTP Plug In --> ODBC (Excel Connection) I have verified the Excel table connectivity ...
by sathya_anjan
Wed Aug 08, 2012 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading two or more files in a single job run
Replies: 7
Views: 3322

The Answer to your above question is NO. Sequential file Stage cannot handle multiple input streams However, you can combine the multiple streams of data (multiple sequential files) into a single stream and feed that into the Sequential File Stage, provided they have consistent Metadata. In this way...
by sathya_anjan
Tue Jun 26, 2012 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load
Replies: 3
Views: 2591

DB2 Bulk loader will use the DB2 Bulk Load Utility and logs the load statistics in the message path which you have provided in the property "Local Message File Name" under the Properties tab of the DB2 Bulk Loader Stage Can you get into the message file and look for any warnings/rejections...
by sathya_anjan
Tue Nov 15, 2011 3:36 am
Forum: General
Topic: Sequence Stage problem
Replies: 19
Views: 13252

Karthik, If you provide the File name from the Command Output it would be the list of all the files from the ls -m command. The reason you are using Start List Loop option with a Comma Delimeter is feed individual file names into the Sequential stage File name. You should use the Output from the Cou...
by sathya_anjan
Mon Nov 14, 2011 10:49 am
Forum: General
Topic: Sequence Stage problem
Replies: 19
Views: 13252

Can you please try the below approach Job Sequence Design: Exceute Commad Stage --> Start Loop --> Job Activity --> End Loop Execute Command Stage: Command Box: ls -m Parameter Box : #InputFileDirectory#sec* Start Loop Activity List Loop with Comma as Delimeter Derivation: #Execute_Command_0.$Comman...
by sathya_anjan
Wed Nov 09, 2011 6:44 am
Forum: General
Topic: commandoutput
Replies: 5
Views: 2779

As per Craig it is the Field Marks which is causing your condition to fail. Strip the Field Marks in the Nested Condtion Stage using the below Derivation:

Convert(@FM,"", Activity.$CommandOutput ) = 'all_v1'

Let me know if this works.

Thanks

Sathya
by sathya_anjan
Tue Apr 27, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 4202

When I sent in the message, it was still not Marked as Resolved. :wink:

But now it is!! :D