Search found 26 matches

by sridharvis
Tue Dec 01, 2009 8:52 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 7214

Parallel Routine compilation problem in the transformer

Hi, I am quite new to Parallel Routines, I created a parallel routine and when i compiled the same in my transformer in parallel job i got the following compilation error "Extrenal function library path name cannot contain spaces". Please find the details of how the routine was created... ...
by sridharvis
Thu Nov 12, 2009 6:21 am
Forum: General
Topic: TeraData Enterprise Stage Error
Replies: 0
Views: 1000

TeraData Enterprise Stage Error

Hi, Guys, i am finding a bizzare error in prod. The error is when i load to a TeraData Enterprise stage. I am not able to identifty the reason for this behavior. Error Message: - "TeraUtils:DB Call Failure(success check) Info = 1, Code = 3706, Message = Syntax error: expected something between ...
by sridharvis
Wed Oct 21, 2009 5:13 am
Forum: General
Topic: DSExport to export selective jobs
Replies: 4
Views: 2504

DSExport to export selective jobs

Hi, This is the first time i am trying to execute the dsexport command. I was figuring out, is thery any way i could export only 4 jobs/sequencers under the same dsx name ? I used the below command as mentioned in Manager Guide dsexport.exe /H hostname /U username /P password /O omitflag project pat...
by sridharvis
Wed Oct 21, 2009 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Issue
Replies: 4
Views: 1262

Lookup Failure

Nope. My stream link is odbc and reference(lookup) link is Seq File.

Sure I will let you know by today. I would build my job from scratch and investigate the issue.
by sridharvis
Tue Oct 13, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Issue
Replies: 4
Views: 1262

Roy, The job is pretty much simple. I have a ODBC Enterprise stage, where i have a char(5) column and a sequential File stage that also has a char(5) column. I havent changed the preserve partioning tab at all in my job, Both the odbc (stream) and seqFile(reference) goes to a look up , In the lookup...
by sridharvis
Tue Oct 13, 2009 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Issue
Replies: 4
Views: 1262

Lookup Stage Issue

Hi, I have a odbc enterprise stage as a stream link to a look up stage and sequential File stage as a reference link to a look up stage. In the lookup stage there are no constraints or conditions, i had set the Lookup Failure option to Drop I had left the partitioning option to auto on both the stre...
by sridharvis
Sun Oct 04, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator : Group method = Hash
Replies: 2
Views: 1988

Aggregator : Group method = Hash

Guys, I have a job which does the following. SeqFile --> (copy - Aggregator), (copy -- linkedsort) ---> Joiner -- > DataSet. The SeqFile is having around 10,00,000 records , In the Aggregator stage i am performing Aggregation type : CountRows based on the keys (AcctId,CustId). I had set the Group Me...
by sridharvis
Thu Aug 27, 2009 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Stage making Timestamp field invalid.
Replies: 2
Views: 964

Compress Stage making Timestamp field invalid.

Hi, I am using Compress & Expand Stage for Datasets, since we have do not have much space in server. But ini using that when we compress a Dataset using Compress Stage and then in the subsequent job when we use that compressed Dataset followed by Expand Stage. Then in the output from Expand Data...
by sridharvis
Mon Aug 10, 2009 5:41 am
Forum: General
Topic: Remove duplicate job from the dsx
Replies: 3
Views: 1395

Re: Remove duplicate job from the dsx

thanks ray and kim, kim: you were right, i actually appended the jobs + sequencers. while importing the jobs+sequencers duplicate error was not raised, the only thing that kept me irking was when i actually did the import selected jobs,it showed me there were duplicate jobs present, while importing ...
by sridharvis
Fri Aug 07, 2009 12:51 am
Forum: General
Topic: Remove duplicate job from the dsx
Replies: 3
Views: 1395

Remove duplicate job from the dsx

Hi,

I was trying to migrate few jobs and sequencers from development to testing environment from Manager. There are around 10 jobs + 7 sequencers, i imported a job twice (Append Mode) by mistake.

Is there any way i could remove the duplicate job ?
by sridharvis
Fri Jul 10, 2009 7:40 am
Forum: General
Topic: removing '$' sign while reading source amount column
Replies: 2
Views: 1111

removing '$' sign while reading source amount column

Hi, I have a scenario where my source file has a amount column CLAIM_AMT. The amount column comes as $100.00 in my source file, The source file is a csv file. I need to multiply the CLAIM_AMT by 20 and load it to the target, so is there any way i can remove $ symbol when i read my source , instead o...