Search found 51 matches

by imfarhan
Fri Jul 29, 2016 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza_Connector RCP CheckSum
Replies: 2
Views: 2656

Use the ODBC Connector

As i've found Netezza Connector giving problem. I've replaced with ODBC Connector and its work Comparing two database output result DB2_Connector ----->CheckSum--->SequFile [Already Working] Netezza_Connector---->CheckSum--->SeqFile [ Not Working ] ODBC_Connector----->CheckSum--->SeqFile [Working ] ...
by imfarhan
Thu Jul 28, 2016 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza_Connector RCP CheckSum
Replies: 2
Views: 2656

Netezza_Connector RCP CheckSum

Dear All, I'm testing the result of number of tables output by using CheckSum(ComputationMode=Use All columns) , and the source DB2 Connector setup as RCP (Runtime Column Propagation) and its work fine. Db2Connector --> CheckSum-- SequentialFile The above is working fine, the problem is in follow us...
by imfarhan
Tue Jun 21, 2016 8:08 am
Forum: General
Topic: Sequence Nested_Condiiton
Replies: 2
Views: 2030

Sequence Nested_Condiiton

Hi All I may be doing silly mistake, All I need simply to check the condition if toda'ys date = Monday or 2 then its move to next control and run the Job otherwise it pass value "No" I've used the following condition under expression. Name = Yes Expression Type = Customer-(Conditional) Exp...
by imfarhan
Mon Sep 29, 2014 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to remove first line from mutiple files
Replies: 23
Views: 14220

Select the first line as Header and then

Under "Format" tab
I've done the settings as follows:
Final delimiter = end
Recod Delimiter = newline
Field defaults:
Delimeter = comma
Quote = Double
by imfarhan
Fri Sep 26, 2014 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character \0 Null
Replies: 2
Views: 2343

Thanks Ray ..
You have spotted the problem. I've found one the Transformer Control in the stream kept the CHAR instead of VARCHAR that's why its was showing \esacpe character \0.

When I change to VARCHAR its fixes the problem.
Many thanks for your support

Have a good weekend
F
by imfarhan
Wed Sep 24, 2014 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character \0 Null
Replies: 2
Views: 2343

Invalid Character \0 Null

Dear All I'm generating the CSV file the column have got Postcode field as a last colum/field.Where the file have No Postcode or have three char of the 1st and 2nd Part of the Postcode like "GU1" 4LM it generate the NUL or escape_char i.e. \0 or NUL at the end of the row as shown below: th...
by imfarhan
Mon Aug 11, 2014 6:12 am
Forum: General
Topic: Scheduler for SEQUENCE Job
Replies: 2
Views: 2477

Scheduler for SEQUENCE Job

Dear All, I've a simple SEQUENCE job 'x' which runs successfully when I run manually but when I schedule the 'x' SEQUENCE job the Status keep showing 'Running' but doesn't do anything the Log show like: SHFT_Sequence: Set NLS locale to US-ENGLISH,US-ENGLISH,US-ENGLISH,US-ENGLISH,US-ENGLISH One of th...
by imfarhan
Fri Jun 27, 2014 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connection to Ms Access
Replies: 6
Views: 3204

Spoke to IBM they won't recommend to use connection on MS Access.
So I've to export/download the table output into CSV and then use the csv files to work through in my ETL Datastage Job.

I will post once I will any success.
Kind regards,
Farhan
by imfarhan
Mon May 19, 2014 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File CSV File format
Replies: 5
Views: 5332

Source Data Rejecting coz of Data row keep CR/L

Hi Eric, Sorry for late reply Thanks Eric for your response. I've tried on Server job by creating a row keep CR/LF middle of the column/field and I think it was working However, I've requested to Data provider to correct from their end, so I don't need to handle it at my side. I'm sure there must be...
by imfarhan
Fri May 02, 2014 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File CSV File format
Replies: 5
Views: 5332

so looking the data can build the logic as last column values can pass on "Record_Delimeter_String" = \" \r \ n Record Delimiter String = \" \r \n Final Delimiter = end Does not work When I use folllowing condition Record Delimiter String = \r \n Final Delimiter = end It view onl...
by imfarhan
Fri May 02, 2014 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File CSV File format
Replies: 5
Views: 5332

Sequential File CSV File format

Hi All , Some of the rows from my Sequential file (csv) are rejecting. The reason CR/LF within the field. Do you think I can handle this problem by setting up the right properties/format parameter on Format|Record_level. If it LineFeed (LF) I could handle them by using Properies|format (Record delim...
by imfarhan
Tue Apr 29, 2014 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 5
Views: 3170

Re: Invalid Julian day

Thanks Vinsashi
your code was quite helpful for me to handle Invalid Julian Date
Kind regards
Farhan
by imfarhan
Wed Feb 12, 2014 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floor
Replies: 1
Views: 1667

How Stupid it is

I've add one more Transformer into the Stream specifically to calculate this (Minutes) Length-of-Admission and its work.

As before there were other calculation already happend it may confilicting with the other variables.... don't know why....

Regards
Farhan
by imfarhan
Wed Feb 12, 2014 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floor
Replies: 1
Views: 1667

Floor

Hi All Would be grateful if you could help me The the following functions calculate total 'Minutes' between (Admission and Discharges.) svAdmissionDate = '2013-01-01' svAdmissionTime = '23:55:00' svDischargeDate = '2013-01-02' svDischargeTime = '09:00:00' svDaysBetween = DaysSinceFromDate(svDischarg...
by imfarhan
Thu Jan 16, 2014 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Minus 62 days from Current_Date but need 1st day of the mont
Replies: 3
Views: 3049

Thanks a lot Priyadarshikuna
Its work perfectly fine.

Kind regards
Farhan