Search found 20 matches

by partheev123
Fri Feb 17, 2012 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 6986

Kandy/Ray, Appreciate all your help and thanks for researching further in the issue. But unfortunatley even though my job have the same design as Kandy's (specified in the post) I am not able to see the columns in the sequential file (reject link). Do you think we need to install any fix pack to res...
by partheev123
Thu Feb 16, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 6986

Kandy, That's what I thought they should appear by default in the reject link. I looked in both reject tab of odbc connector stage and input column definations of sequential file (which is used to capture the rejects) and found RejectERRORCODE and RejectERRORTXT fields only. Interestingly, when I li...
by partheev123
Wed Feb 15, 2012 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 6986

Thanks for the quick responses! :) Based on your suggestions I am able to add Error Code and Error Desc fields to the metadata of the reject link but could n't see the actual fields from the odbc connector stage (Target). Is there any way we can get all fields from Odbc connector Stage in the reject...
by partheev123
Wed Feb 15, 2012 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 6986

Metadata not found in Reject link of Odbc Connector Stage

Hi, I am working on DataStage 8.5 . In my requirement I am using odbc connector stage(Sql Sever DB) as a Target where I need to reject records that fail while loading data due to constraint violation etc. To perfom this I created a reject link and linked to a sequential file, but I am not able rejec...
by partheev123
Wed Dec 07, 2011 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buffer and schema variable padding do not match
Replies: 9
Views: 7344

Re: Buffer and Schema variable padding do not match

Any thoughts about the issue? If needed I can open this as a new topic.
by partheev123
Tue Dec 06, 2011 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buffer and schema variable padding do not match
Replies: 9
Views: 7344

Buffer and Schema variable padding do not match

I'm in same situation Message Id:IIS-DSEE-TUXX-00002 Message: TRAN1_1,0: Internal Error: (xfer_->initialFixRunLength_f == initialFixRunLength):./../include/apt_internal/api/transfer_rep.h: 739: Buffer and schema variable padding do not match. Data corruption will occur. Traceback: Could not obtain ...
by partheev123
Wed Feb 23, 2011 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings due to date_from_string,julian_day_from_date fns
Replies: 6
Views: 7331

Hi Ravi..Thanks for the response...

I tried for one record but still have the same warnings.
by partheev123
Tue Feb 22, 2011 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings due to date_from_string,julian_day_from_date fns
Replies: 6
Views: 7331

Warnings due to date_from_string,julian_day_from_date fns

Hello All, In my requirement I need to convert a input field(COL1) which is read as String(Varchar(8)) to JulianDay. Example of Input field value : 20110222 I used the following derivation in the Transformer. JulianDayFromDate(StringToDate(COL1,"%yyyy%mm%dd") ) I am getting the correct out...
by partheev123
Sun Feb 13, 2011 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare a value from 2 records
Replies: 8
Views: 4869

Hi,

I see the issue is with the partitioning in Sort Stage.
Can you please suggest me what kind of partitioning type is preferred if the data is passing through Sort Stage?
I am getting correct output when I use the Execution Mode as "Sequential".
by partheev123
Wed Feb 09, 2011 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare a value from 2 records
Replies: 8
Views: 4869

Thanks James! The second method worked for me with Slight modification. Code: Sv1: If keyChange =1 Then input.Col3 Else Sv1 Sv2: If ( keyChange =0 ) Then input.Col3 Else input.Col3 Sv3: If Sv2>= Sv1 then "TRUE" Else "False" Also in the Sort Stage I used Execution Mode as "Se...
by partheev123
Tue Feb 08, 2011 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare a value from 2 records
Replies: 8
Views: 4869

You'd have to sort the records first based on your key column and then use Stage variables in a Transformer to do the comparison. Thanks for the response! I followed the above flow and sorted the input based on KeyColumn(Col2) and created a KeyChangeColumn. Below are the Stage variables that I crea...
by partheev123
Tue Feb 08, 2011 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare a value from 2 records
Replies: 8
Views: 4869

compare a value from 2 records

Hello All, In my requirement I need to compare a value from 2 records having one Key column. For example: Col1 Col2 Col3 1 A 4000 2 A 5000 ..... I need to compare the Col3 value from both records. Col2 is the Key Column. If (Col3 value from the second record >= Col3 value from first record) then TRU...
by partheev123
Thu Feb 03, 2011 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: metastage_loc_info
Replies: 0
Views: 1862

metastage_loc_info

Hi, I know this is known issue but, I was not able to resolve the issue from the search. In our source database the processes are sitting idle waiting to read from metastage_loc_info table which does not exist, because of that our jobs are extracting data at very low rate like 60records /sec. As sug...
by partheev123
Wed Jan 12, 2011 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate generator not taking initial value from flat file.
Replies: 1
Views: 1530

Surrogate generator not taking initial value from flat file.

Hi,

I am generating surrogate key and also using flat file option. But the initial value for next run is not coming from the flat file. it is taking some random value. Can you guys please help me in what i should give in the block size, I think that is something i am missing.
Appreciate your help.
by partheev123
Wed Jun 16, 2010 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Equal Sign in Paramter
Replies: 14
Views: 8233

I agree with Willams. In my jobs, I am also passing the sqlquery as parameter but I see no problem with '=' sign.
But whenever I need to use quotes I am used backslash operator.