Search found 42189 matches

by chulett
Thu Feb 22, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view data on PX on windows 2000 professional
Replies: 8
Views: 2249

We can do many things like job design,view data, compile of jobs except running the jobs on windows also. i am not asking about the execution. Atleast to view source data and compile it should work. No - only with the 7.5x2 version of the 7.x releases. Without it, all you can do is compile them.
by chulett
Thu Feb 22, 2007 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset the Job status
Replies: 8
Views: 1856

Re: Reset the Job status

5) I went into the job menu in the director but clear status file option is not available as the job is still running... No such... it is always available regardless of status, which is why it does the 'Are you really sure you want to do this?' stuff. You have to 'Enable job administration in Direc...
by chulett
Wed Feb 21, 2007 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic SQL
Replies: 3
Views: 1303

Or a Sequence job with the User Variables and Loop stages.
by chulett
Wed Feb 21, 2007 3:54 pm
Forum: General
Topic: Modifying a DOS script to a AIX ksh script
Replies: 8
Views: 2974

I have learnt that the -r option checks whether the file is readable by the current process or not. And the -e option checks if the file exists or not. Pardon me, but I'm not able to see the obvious advantage of using -r option over the -e option. Please let me know if I'm missing something. It mig...
by chulett
Wed Feb 21, 2007 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warning
Replies: 6
Views: 1605

Don't worry about any of that, or this message actually. This is a perfectly normal 'warning' that you get whenever you call either of the sdk KeyMgt 'GetNextValue' routines for the first time in a Project. It logs that when it creates the hashed file and then you'll never see it again. Unless that ...
by chulett
Wed Feb 21, 2007 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort on a column
Replies: 23
Views: 4681

Put transformers between your passive stages so that you have explicit control over the column order.
by chulett
Wed Feb 21, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort on a column
Replies: 23
Views: 4681

The input stream to the sort stage reads col_a, col_b, col_c, col_d. However the output stream of the sort stage reads col_d, col_a, col_b, col_c. The input and output columns tab in the sort stage are identical. I find these two statements to be mutually exclusive. You're sure of this? Seems to me...
by chulett
Wed Feb 21, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job not started but it is showing running state
Replies: 10
Views: 4033

if it is a DS job then it shows where we went wrong but for store proc there is no info. Of course - any error handling has to happen inside the procedure. All DataStage is doing is running the dang thing. I don't see any exception handling or any mechanism to raise an error. You'd have to enlist t...
by chulett
Wed Feb 21, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job not started but it is showing running state
Replies: 10
Views: 4033

Ugg... that was not a request for you to post the procedure code.

How long do you give it before you declare that it is 'hung'?
by chulett
Wed Feb 21, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgradering to DS 7.5a1 - ODBC Driver License problem
Replies: 1
Views: 924

As noted, not something you should ever see when using the ODBC stage. I'm afraid you're in Support's hands on this one. One suggestion - I've never had a problem doing so, but... don't 'upgrade'. Make backups, export all of your Projects and then completely uninstall the old version. Then do a 'cl...
by chulett
Wed Feb 21, 2007 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle drivers for Datastage 7.5 unix 5.8
Replies: 4
Views: 1401

Right... to use the OCI plug-ins, no 'driver' (per se) is required - that is terminology generally reserved for ODBC. What you need is an Oracle client installed on the DataStage server, and then changes made to your dsenv file so that DataStage knows where everything is. As Ray mentioned, talked to...
by chulett
Wed Feb 21, 2007 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job not started but it is showing running state
Replies: 10
Views: 4033

I don't see how you can expect anyone to be able to answer that - anyone other than you, that is. We know nothing about your procedures or what may or may not be different or special about this one. :?
by chulett
Wed Feb 21, 2007 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty Debug window
Replies: 8
Views: 3397

I'm not sure more would help as I doubt you'd find anyone else who has seen that issue. Still... Is this just happening to you or is it happening to everyone? If you, I'd suggest the equivalent of whacking the side of the TV when it gets wonky - reinstall your client. I've also found the debugger ca...
by chulett
Tue Feb 20, 2007 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

How did we now get to two sql statements? You're pretty much on your own to figure this out. All we can do is point you in the right direction, but since we don't have access to your database... If the sequence were the issue, it should be throwing a different error - ORA-02289 sequence does not exi...
by chulett
Tue Feb 20, 2007 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date options is Parallel transformer
Replies: 4
Views: 1516

StringFromDate pops into my head as something similar. And there are several posts on PX date handling, this is one that I have 'bookmarked'.