Search found 42189 matches

by chulett
Wed Sep 04, 2013 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to count repeated rows
Replies: 9
Views: 2835

You can simplify this check by enabling the Create Key Change option in the Sort stage. Then your single stage variable check can be "set the running count to one when the KeyChange column is 1, when it is 0 increment the current count".
by chulett
Tue Sep 03, 2013 1:11 pm
Forum: General
Topic: 39202 error on Windows but ONLY from dsjob??
Replies: 3
Views: 1468

Glad that worked. I've seen instances where it works fine without them but many more times where it fails without them so I would include them. Never being sure what the exact rules were, I always erred on the side of caution. :wink:
by chulett
Tue Sep 03, 2013 11:25 am
Forum: General
Topic: 39202 error on Windows but ONLY from dsjob??
Replies: 3
Views: 1468

Have you tried including your credentials on the command line - userid and password?
by chulett
Tue Sep 03, 2013 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while loading in to SQL SERVER table
Replies: 6
Views: 2562

You need to detail for us your job design. Specifically wondering how you are handling any date/time data types - are you reading them as strings and converting them in the Transformer? Doing any validity checks?
by chulett
Tue Sep 03, 2013 7:22 am
Forum: General
Topic: Compare differences in row counts after loading
Replies: 15
Views: 5807

iq_etl wrote:However, I'm not 100% on if I need to create the function or not.
Yes, you do. Here's how to create a Server routine if that's new to you. The entirety of the code needed is in the post that you linked to, there's no need to 'initialize' anything.
by chulett
Tue Sep 03, 2013 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job locked with PID 0
Replies: 2
Views: 4648

Already unlocked...
nagadastagirireddy wrote:But my job is unlocked now, maybe auto unlock has happened.
by chulett
Tue Sep 03, 2013 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datetime Overflow Error
Replies: 11
Views: 4643

Answer Arnd's question. Post examples of your extracted DB2 data.
by chulett
Tue Sep 03, 2013 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot parsing issue
Replies: 3
Views: 1441

Same basic answer applies. It is your job to put the data in the proper column based on your month rules and the current run date. I don't really see that the fact that it is a "rolling month" is significantly changing what you need to do.
by chulett
Mon Sep 02, 2013 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML property clarification
Replies: 7
Views: 2567

Let's keep your questions in your posts rather than jumping on the end of old ones. Moved this one here: Could anybody please elaborate on How to find the 'lowest' element as the Repetition element? Lowest as in 'deepest'... as in the number of levels down the hierarchy. More of an art than a scienc...
by chulett
Mon Sep 02, 2013 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

Interesting... if it's already in a decimal data type, what 'possible errors' are we talking about? Precision and scale?
by chulett
Mon Sep 02, 2013 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from decimal(25,2) to decimal(14,2)
Replies: 9
Views: 3983

OK... and? Are you still looking for something from us with regards to this issue?
by chulett
Mon Sep 02, 2013 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

Again, that's a question for your official support provider.
by chulett
Mon Sep 02, 2013 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion error was encountered in Oracle bulk load
Replies: 8
Views: 8413

The CHAR() function would not be appropriate here. It "generates an ASCII character from its numeric code value". For example, Char(65) would generate an "A". You haven't been very specific about the nature of your problem - where are these "junk" characters being gener...
by chulett
Mon Sep 02, 2013 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from decimal(25,2) to decimal(14,2)
Replies: 9
Views: 3983

How is that a "temporary" fix? What else could you possibly do? You can't put ten gallons in a five gallon bin. :wink: