Search found 42189 matches

by chulett
Tue Aug 26, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequence
Replies: 3
Views: 887

That return code of 1 from grep simply means 'No match found' and won't just happen when the file is empty.
by chulett
Tue Aug 26, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shelll Script for row count
Replies: 16
Views: 4217

Just... change them. :?

What is your target database?
by chulett
Tue Aug 26, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJ.LINKROWCOUNT not working properly for PX job
Replies: 12
Views: 7506

Because you appended it. :?

As noted, the job name requires the invocation id but the stage and link name do not. Correct your call.
by chulett
Tue Aug 26, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: double quotes
Replies: 4
Views: 1577

m Do not post the same question in multiple forums marked as different job types. You either have a Server specific question or a PX specific one, not both. You just waste our time responding to questions with either an inappropriate answer or to a 'problem' that has already been resolved, like thi...
by chulett
Tue Aug 26, 2008 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does Datastage Server Edition v7.5 support Siebel 8.0
Replies: 2
Views: 1786

If anyone had a clue, they would respond. This is the kind of question that needs to go back to the vendor, so contact your official support provider and get the answer from the horse's mouth.
by chulett
Tue Aug 26, 2008 7:51 am
Forum: General
Topic: Invocation Id not being always set
Replies: 9
Views: 3713

So, just to clarify... when you run it from the primary job do you actually supply an Invocation ID? Type it in or pick it from the dropdown? The only difference between starting a run from the 'primary' or one of the existing invocation ids in the Director is what the Invocation ID defaults to in t...
by chulett
Tue Aug 26, 2008 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: double quotes
Replies: 4
Views: 1577

Have you tried just reading it as is? What result do you get? That 'embedded quote' should resolve itself normally, I would think.
by chulett
Tue Aug 26, 2008 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ------how to multiple files for a job in DS7.5 server?------
Replies: 7
Views: 2051

And then realize what a pain it might be to use. :wink:

How are you managing this currently? I would build a Sequence job and just feed this job in a loop. UserVariables, Start/End Loop.
by chulett
Tue Aug 26, 2008 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning in server job
Replies: 9
Views: 2364

Break the job into two pieces as noted, so each aspect of it can be 'tuned' - first the extract and then the load itself. Where is the actual bottleneck in your process?
by chulett
Mon Aug 25, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while saving the job
Replies: 3
Views: 1891

Sure looks like one.
by chulett
Mon Aug 25, 2008 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 6375

Interesting... you've said all along the date was in YYYY-MM-DD format and yet a mask of YYYY/MM/DD works for you? Ok.

Anyway, glad it is sorted out regardless.
by chulett
Mon Aug 25, 2008 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while saving the job
Replies: 3
Views: 1891

What did you find when you searched for a common portion of the error message? For example - "Unable to save EditServ.impl" returned serveral hits for me.
by chulett
Mon Aug 25, 2008 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to FTP a file from Remote Server to Datastage Server
Replies: 6
Views: 5118

You transfer the 'actual file' by taking the data read from the FTP Stage and writing it to disk using a Sequential File stage.
by chulett
Mon Aug 25, 2008 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 6375

I'm lost on how using a varchar doesn't get you the "real time" it takes to load the data.

And you don't change the NLS_DATE format, you match it and use a varchar. That's the only mechanism for loading a date that does not require the use of the TO_DATE function.