Search found 42189 matches

by chulett
Wed Jul 21, 2010 5:31 pm
Forum: General
Topic: Error calling DSSetParam
Replies: 13
Views: 16773

If you haven't made any parameter changes, then there's no need to recompile the Sequence job that runs it. If that is what you are asking.
by chulett
Wed Jul 21, 2010 5:28 pm
Forum: General
Topic: Frequent deadlocks
Replies: 4
Views: 1600

Two typical solutions - run on a single node or switch to hash partitioning over the 'appropriate' columns. Have you tried either?
by chulett
Wed Jul 21, 2010 5:26 pm
Forum: General
Topic: ERROR: IDENTITY_INSERT is set to OFF.
Replies: 3
Views: 1514

You changed what "it"? And where exactly did you make this change?
by chulett
Wed Jul 21, 2010 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Left outer join in HASH file
Replies: 22
Views: 6062

Have you checked your job's log to see if there were warnings logged during the write to the sequential file?
by chulett
Wed Jul 21, 2010 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I compare two CSV files using DataStage?
Replies: 14
Views: 10719

Confusing as the Merge stage only compares information in two files so not sure how your queries are involved. What exactly are you doing here? :?
by chulett
Wed Jul 21, 2010 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Procedure via a sequence
Replies: 4
Views: 1238

Sounds like you may need debug information in your proc. Is it still being called? Throwing an error that you don't see?
by chulett
Wed Jul 21, 2010 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Procedure via a sequence
Replies: 4
Views: 1238

Double-check the parameters you are passing the job from the Sequence, that's really the only difference here that I can think of. :?
by chulett
Wed Jul 21, 2010 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File (CSV) and quoting/escaping
Replies: 7
Views: 14207

Ah... Phil and his rusty six inch nail. I was just about to link them to your old post on the subject. :wink:
by chulett
Wed Jul 21, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Index rebuild failed
Replies: 4
Views: 3303

Talk to your DBA.
by chulett
Wed Jul 21, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table Error
Replies: 10
Views: 4281

If anyone could, they would have by now I would think. Time to turn to your official support provider if you haven't already.
by chulett
Wed Jul 21, 2010 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp error
Replies: 3
Views: 1537

You need to convert it only if it is not that value. So first SetNull() on a full string match else do the conversion to a Timestamp.
by chulett
Wed Jul 21, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to write file - problems
Replies: 3
Views: 1799

1. Exactly, check the INTERRIMSTATUS which is what the job will finish with, provided your after-job routine doesn't blow up of course. :wink:

2. In addition to the missing SEEK issue, the fact that the first thing you are doing is writing an EOF to the file effectively truncates it. FYI.
by chulett
Wed Jul 21, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing metadata information from the DS Repository
Replies: 10
Views: 2185

I've always found Chuck Smith's work quite helpful - for example, the sixth tool down. I would routinely load the results into a table to allow querying.
by chulett
Wed Jul 21, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomance handling
Replies: 9
Views: 2152

Have you coded anything? Determined if you actually have a 'peformance' problem yet? Worry about indexes later when you have the ability to properly make a case.
by chulett
Wed Jul 21, 2010 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 4987

www.ittoolbox.com auto-redirects, hence my comment.