Search found 6797 matches

by DSguru2B
Fri Mar 17, 2006 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning While updating a DB2 table
Replies: 10
Views: 6428

Possibly there could be constraints on the table that you are trying to load. Make sure that you meet all of them and use a modify stage to convert the datatype, atleast you will be able to keep a track of the datatypes you are changing.
by DSguru2B
Fri Mar 17, 2006 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch File of LookupFileSet
Replies: 4
Views: 976

It probably gives you the time to think over ;) hehe.
by DSguru2B
Thu Mar 16, 2006 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Load Stage
Replies: 12
Views: 6004

I got it guys. The director wasnt giving me any warning or error message because i was forcing the job to abort. Couldnt find out the real problem. Then i looked into the msg.txt that the bulk loader creates. In that i found the problem SQL0551N "XXX" does not have the privilege to perform...
by DSguru2B
Thu Mar 16, 2006 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot
Replies: 28
Views: 16227

Then donot concatenate the stage variables as sunshine has posted.
Instead just pass each stage var into a column.
by DSguru2B
Thu Mar 16, 2006 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Load Stage
Replies: 12
Views: 6004

Hi guys, Now i am bumping into another problem. I got the db2/udb load stage to work. But towards the end, the performance starts decreasing and the job never seems to finish. i ran a test to just load 1000 rows, in the performance stats, it shows that all the rows are transfered, but the job doesnt...
by DSguru2B
Thu Mar 16, 2006 11:34 am
Forum: Site/Forum
Topic: Customer Feedback
Replies: 10
Views: 7643

And opinion on the feedback given: I dont think DSXCHANGE is a site to tutor, nor anyone is here to provide complete solutions at DSXCHANGE. Here everyone is to help with good intentions. And is someone doesn't get an answer to his/her post this doesnt mean that we should be pin pointing. You get wh...
by DSguru2B
Thu Mar 16, 2006 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Load Stage
Replies: 12
Views: 6004

hey ogmios, i got it. the problem was that i was specifying the directory path on the AIX box. (dont ask me why i was doing that :oops: ) then i changed it to path on my DS server. it works now. Got a real boost in performance (A whopping 15,000 rows/sec). My architecture team is going to like that....
by DSguru2B
Thu Mar 16, 2006 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Explicit sort vs. Sort in the join stage?
Replies: 2
Views: 1053

Its always better to sort in a seperate stage, this will help in your performance as mentioned by kumar.
by DSguru2B
Thu Mar 16, 2006 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File strange behaviour
Replies: 8
Views: 2442

Kumar, What I meant was what she found ;)
When the lkp file and the driving data dont match the reference result is less. which was 95 in the case instead of 99.
Thanks anyways.
by DSguru2B
Thu Mar 16, 2006 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype of compressed data.
Replies: 14
Views: 6858

Probably there is a seperate utility to Unzip MQ compressed XML files.
by DSguru2B
Thu Mar 16, 2006 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot
Replies: 28
Views: 16227

My exact requirement is like this: source: NO TYPE NAME1 NAME2 1 A AA W 1 B BB 1 C CC Y 1 D DD Z Create Temp with metadata like this NO Type1 Type2 Type3 Type4 Type5 Type6 Type7 Type8 Type9 .... 1 A AA W B BB C CC Y .... Thanks smita Yes, create it like as you have mentioned. Then from the Temp fil...
by DSguru2B
Thu Mar 16, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File strange behaviour
Replies: 8
Views: 2442

I think if you are trimming your data in the transformer where you are matching the keys, then probably whats happening is that the composite keys are resulting to be duplicate.
by DSguru2B
Thu Mar 16, 2006 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get latest 36 months of data from the source file??
Replies: 8
Views: 2835

You will put it as a constraint in the trasformer and allow only those rows that are of : First_service_day<=(current date-36 mths).
Try it !
You will get it. As Ray says, Take it as a challenge!
;)
by DSguru2B
Thu Mar 16, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Load Stage
Replies: 12
Views: 6004

the path i have specified for the "directory for Data and command files" is on the AIX box where udb is.
i am not exactly sure what to specify in the LOB path, i gave the same path as above.
load method is NamedPipe
rest i left it as default.
:cry:
dont know whats going wrong
by DSguru2B
Thu Mar 16, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem with Job (Flat file to Oracle)
Replies: 29
Views: 12124

Try pinging the server and see what are the results. If the T.T is too much and there are many delays, then definetly its your network.