Search found 42189 matches

by chulett
Tue Jan 09, 2007 9:22 pm
Forum: General
Topic: What is Rss & Invocation id?
Replies: 6
Views: 2145

That's the same as my RSS. Real Simple Syndication.
by chulett
Tue Jan 09, 2007 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping DataStage Control Jobs with Sleep Commands
Replies: 7
Views: 3304

Do a collection of shorter sleeps. Check for an interrupt mechanism between sleeps. We 'touch' a file of a certain name into a certain directory, and its presence means the job should stop gracefully.
by chulett
Tue Jan 09, 2007 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7910

There, fixed my post just for you Tony. :wink:
by chulett
Tue Jan 09, 2007 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata table loadding error
Replies: 4
Views: 1919

I have no idea. If a previous post mentioned it, set it and let us know.
by chulett
Tue Jan 09, 2007 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7910

It simply stops that environment variable from being set, the setting of which is what causes the core dumps to happen. That's all. No adverse effects that I've ever seen in our Server world.
by chulett
Tue Jan 09, 2007 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata table loadding error
Replies: 4
Views: 1919

You failed to search the Forums, that's all. I got eight hits on an Exact search for 'could not create operator sync table'. See if any of them help. :wink:
by chulett
Tue Jan 09, 2007 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7910

As noted, comment out that whole section and then stop/restart DataStage.
by chulett
Tue Jan 09, 2007 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

You can only check the status if you do all that in a Routine, which can then be used to populate your stage variables if you like.
by chulett
Tue Jan 09, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

How could they? It's all converted Premium Content from the switchover.
by chulett
Tue Jan 09, 2007 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to build an Oracle query string containing quotes
Replies: 15
Views: 6807

How exactly are you passing these parameters in? Default values, Sequence job, command line?

This must be something specific to the Enterprise stage, everything I wrote works fine with any DB stage on the Server side - looks like I made a bad assumption that it would work here as well.
by chulett
Tue Jan 09, 2007 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while joining tables using transformer
Replies: 5
Views: 1089

You must be new to playing the hashed file game. When a reference lookup fails, all fields in the reference link are set to NULL.

Explain how many keys you built the hashed file with... one or two?
by chulett
Tue Jan 09, 2007 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to build an Oracle query string containing quotes
Replies: 15
Views: 6807

One other thought, include the wrapper quotes in the stage: select * from table where codes IN ('#p_in_clause#') Then pass in your values like so: A690','R456','F1234 Because of the stripping that goes on, I always try to include outer quotes in the stage if at all possible. Another solution...
by chulett
Tue Jan 09, 2007 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About DSUTILITY
Replies: 17
Views: 6611

Oh please, don't encourage him. :roll:
by chulett
Tue Jan 09, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination Of Stage Detected
Replies: 3
Views: 1475

... and don't forget to 'Reset' your job after it aborts and post the contents of any 'From previous run...' entries that may show up. :wink:
by chulett
Tue Jan 09, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Only Jobs
Replies: 7
Views: 2233

Everything in there is now NRO. :?