Search found 42189 matches

by chulett
Mon Sep 05, 2011 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call MS SQL Server stored procedure
Replies: 3
Views: 1888

Not on UNIX. I would guess you'd need the appropriate ODBC drivers and then use the ODBC stage.
by chulett
Mon Sep 05, 2011 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify stage error
Replies: 13
Views: 5157

Similar perhaps, but not the same. As noted, the Modify stage uses different functions from the Transformer and they are all documented. Looks like what you need is timestamp_from_string().
by chulett
Mon Sep 05, 2011 8:04 am
Forum: General
Topic: Universe Database access
Replies: 3
Views: 1391

Yes, use dssh to get to that same "TCL prompt". Simplest way to get there is to cd to your project directory and then launch dssh from there. Never answer "yes" if it asks you to setup the directory for DataStage, it means you are launching the shell from the wrong place.
by chulett
Mon Sep 05, 2011 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: crossed reserve : Out of memory
Replies: 1
Views: 3064

That's a Netezza error, as a quick google for "ERROR: crossed reserve : Out of memory" reveals. Follow their advice or take the error to your DBA.
by chulett
Mon Sep 05, 2011 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows Getting Rejected in transformer
Replies: 3
Views: 1585

Define for us what "rejected" means here. Are they not going down your link because the constraint is false or is Oracle rejecting them?
by chulett
Mon Sep 05, 2011 7:45 am
Forum: General
Topic: Getting error in $CommandOutput
Replies: 11
Views: 5018

Or attempt again to remove the last delimiter. Not sure what you tried, but you should be able to simply substring what you need before it hits the Start Loop. Take everything from 1 through (length-1).
by chulett
Sun Sep 04, 2011 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: incremental extraction
Replies: 5
Views: 1906

Well, the other readers answered the question as asked. :wink:
by chulett
Sun Sep 04, 2011 8:37 pm
Forum: General
Topic: Jobs appear in director after deleting in designer
Replies: 11
Views: 3490

However, you'll notice in the replies that they've already tried that with no success.
by chulett
Sun Sep 04, 2011 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8x Simple Job Hanging in Sequence. No main_program start
Replies: 9
Views: 4555

So, just to be clear - they are running in a serial fashion and when the problem child runs there are no other jobs from the same sequence running at the same time. Yes? Not wondering about 'all' just 'some'.
by chulett
Sat Sep 03, 2011 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: incremental extraction
Replies: 5
Views: 1906

Read the text file and pass the value in as a job parameter, then bind the parameter value into your source sql.
by chulett
Sat Sep 03, 2011 10:36 am
Forum: General
Topic: Jobs appear in director after deleting in designer
Replies: 11
Views: 3490

Nope, that is your next step IMHO. I'd also suggest you do not delete anything else until this is resolved.
by chulett
Sat Sep 03, 2011 10:13 am
Forum: General
Topic: Jobs appear in director after deleting in designer
Replies: 11
Views: 3490

You do not want to be in there manually deleting anything from the old repository. I sincerely doubt it will "work out well" if you continue down that path. I strongly suggest you stop doing that. What exact 8.x version do you have? Are you current on your fixpacks? In the 8.x world there ...
by chulett
Sat Sep 03, 2011 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8x Simple Job Hanging in Sequence. No main_program start
Replies: 9
Views: 4555

Interesting. Are there jobs running in parallel in the sequence? If so, can you isolate which ones would be running at the same time as the problematic one?
by chulett
Sat Sep 03, 2011 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8x Simple Job Hanging in Sequence. No main_program start
Replies: 9
Views: 4555

Do you have the same problems with this job if you run it stand-alone outside of the Sequence?
by chulett
Sat Sep 03, 2011 7:54 am
Forum: General
Topic: Jobs appear in director after deleting in designer
Replies: 11
Views: 3490

Let's start with the simple things first. Have you closed out and then re-opened the Director since you deleted the jobs in the Designer? Just wanted to ensure the Director had a chance to properly 'refresh' its list. It should happen automatically without needing that step, but still needs to be as...