Search found 51 matches

by kirannumb
Tue May 04, 2010 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeated Warning in a job
Replies: 6
Views: 4482

Thanks Ray. I gave a wrong example for my question actually I want to paste the following warning. seq_Surv: When checking operator: When binding input interface field "HouseNo" to field "HouseNo": Implicit conversion from source type "ustring[max=10]" to result type &q...
by kirannumb
Tue May 04, 2010 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeated Warning in a job
Replies: 6
Views: 4482

Repeated Warning in a job

Hi All, I am getting the following warning message in most of the jobs... I tried TYPE CONVERSION 'USTRINGTOSTRING' in Transformer to eliminate few of the warnings. I have so many jobs which has the same warning, can anyone suggest me best approach to clear the warning. WARNING: ds_AddressFreq: When...
by kirannumb
Fri Apr 09, 2010 4:36 pm
Forum: IBM QualityStage
Topic: Compilation Error: Mapping failed to copy attributes
Replies: 8
Views: 8643

Thanks Stuart for the help. I checked all my input columns in my match Specification, passes etc. They are same and I provisioned my Match spec and ran the frequencies still there are discrepancies in the job and the error persists. I haven't tried the configure specification yet, but I don't think ...
by kirannumb
Thu Apr 08, 2010 9:37 am
Forum: IBM QualityStage
Topic: Compilation Error: Mapping failed to copy attributes
Replies: 8
Views: 8643

I have one more question to add... Is it necessary to have the input columns in the Frequency files? Because I encountered the following error: ref_MatchAddress,2: Frequency information of type C for reference input column FirstByteOfStreetName is not present in the reference frequency file ref_Matc...
by kirannumb
Wed Apr 07, 2010 5:54 pm
Forum: IBM QualityStage
Topic: Compilation Error: Mapping failed to copy attributes
Replies: 8
Views: 8643

Lately, I removed Copy Stage and replaced with Transformer at the beginning to split the data. This particular error is gone but I have a different error this time. Job got aborted with the following error: ref_MatchAddress: Unable to locate column FBOrStreetName in the input link with the following...
by kirannumb
Wed Apr 07, 2010 5:32 pm
Forum: IBM QualityStage
Topic: Compilation Error: Mapping failed to copy attributes
Replies: 8
Views: 8643

Hi, I Provisioned ALL the match specifications and rules sets before running. I tried pasting the image but I am not aware how to do so. In this job, I am splitting addresses(service and bill) using copy stage, later standardizing both and later used reference match to get the Match records and Resi...
by kirannumb
Wed Apr 07, 2010 11:03 am
Forum: IBM QualityStage
Topic: Compilation Error: Mapping failed to copy attributes
Replies: 8
Views: 8643

Compilation Error: Mapping failed to copy attributes

Hi Experts, I am facing the following error when I am trying to compile a job which basically uses Qualitystage. Can anyone please throw some light on the following error: Mapping failed to copy attributes: Job Defn -> DSJobDef (Eobject:c2e76d84.43058877.3c55f2b1.a03e9fa0-8113-43d3.8347.d0eac3d04784...
by kirannumb
Tue Mar 23, 2010 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DIGITS function in Parallel
Replies: 6
Views: 2358

Why were you using the DIGITS transform for that kind of data? Do you sometimes have something other than digits in there? It really was meant to do something like this: DIGITS("(303) 555-2201") = 3035552201 I don't see the need with the data you posted. Just set the data type appropriate...
by kirannumb
Fri Mar 19, 2010 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DIGITS function in Parallel
Replies: 6
Views: 2358

I don't believe there is one. What does the data in your lnk.RECORD field look like? Something the StringToDecimal() function can't handle? ... Data in lnk.RECORD looks like 2147483649, 2146789564, 2145679845 etc.. Then we are using function DIGITS(lnk.RECOD+1) in parallel transformer. Do you think...
by kirannumb
Fri Mar 19, 2010 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DIGITS function in Parallel
Replies: 6
Views: 2358

DIGITS function in Parallel

Hello All,

I have a DIGITS function is server job and when I am trying to replica the same to the parallel job the derivation is not getting validated in the Transformer.

Function: DIGITS(lnk.RECORD + 1)

May I know the equivalent DIGITS function for Prallel Job ?


Thanks
by kirannumb
Thu Mar 18, 2010 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent data type of Unit64 ?
Replies: 7
Views: 5425

So, what is your database? When you say "number" do you mean an Oracle NUMBER field with no precision (rather than something like NUMBER(10) in other words) or something else? Who decided it was a uint64? And if your data types are correct, how were you planning on fitting everying from t...
by kirannumb
Wed Mar 17, 2010 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent data type of Unit64 ?
Replies: 7
Views: 5425

I was wondering what a "unit64" data type was. :wink: A "uint" is an "unsigned integer" and the warning is telling you that there is a high probability that your unsigned 64bit integer source data won't all fit in your signed 8bit target integer field. You sure you hav...
by kirannumb
Wed Mar 17, 2010 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent data type of Unit64 ?
Replies: 7
Views: 5425

Equivalent data type of Unit64 ?

Hi Experts, When I am running the job I am getting the following error (Warning): Warning: "When binding output interface field "TDCID" to field "TDCID": Implicit conversion from source type "uint64" to result type "int8": Possible range limitation."...
by kirannumb
Fri Mar 05, 2010 6:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Jobs
Replies: 4
Views: 1974

@Sainath -- Yes, when we have V 7.5 server jobs were developed after we upgraded to 8.1 we imported 7.5 jobs into 8.1 and started using few of them for the new design. So, in a sequencer there are mix of server and parallel jobs.
by kirannumb
Fri Mar 05, 2010 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Jobs
Replies: 4
Views: 1974

Parallel and Server Jobs

Hello Experts,

I have parallel jobs and server jobs called in a same sequencer in different Job Activities. Will there be any performance issues ?

Parallel jobs are developed in v 8.1
Server Jobs are developed in v 7.5

Thanks