Search found 42189 matches

by chulett
Tue Dec 02, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 7.5.3 Job Hanging after first run
Replies: 4
Views: 2094

I'm curious what operating system you're running - AIX?
by chulett
Tue Dec 02, 2008 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Table Definitions
Replies: 2
Views: 981

Yes. Drag the table metadata onto the link rather than 'Load' it inside the stage.
by chulett
Tue Dec 02, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in PX Transformer
Replies: 5
Views: 1756

Then forget about compiling or running PX jobs.
by chulett
Tue Dec 02, 2008 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in PX Transformer
Replies: 5
Views: 1756

7.5.2 or 7.5x2? BIG difference and the latter is the only non-8 version that will actually compile/run PX jobs on Windows.
by chulett
Tue Dec 02, 2008 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 3
Views: 1152

No problem. If this fixes your issue, please mark the post as Resolved using the button at the top of the screen.
by chulett
Tue Dec 02, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: preserving partition of the parrallel data set in input 0
Replies: 8
Views: 2250

Did you try searching for your message? I got 34 matches when I just did, surely your answer is out there in the flotsam and jetsam.
by chulett
Tue Dec 02, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2051

Figured as much. What about the second question?
by chulett
Tue Dec 02, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2051

What is the definition of "Column B" in the Oracle table? Why do you feel the need to CAST the column during the select?
by chulett
Tue Dec 02, 2008 8:36 am
Forum: General
Topic: Cannot install DataStage 8.0.1 client on the same PC as 8.1
Replies: 3
Views: 2476

I guess not... or at least not with both clients on the same pc. :(
by chulett
Tue Dec 02, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Problem
Replies: 6
Views: 1956

As noted in the message, that "-1" means "Invalid JobHandle". Odd that it happens in the WaitForJob part of the process, that should mean it was able to start the job using the handle it established. :? Did you try search for "Invalid JobHandle"? People have reported th...
by chulett
Tue Dec 02, 2008 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 3
Views: 1152

How much UNIX experience do you have? :? This is a simple "path" issue - you should either specify the path to the command or add the directory where it lives (or "dot") to your PATH so it can be automatically found. For the former, $DSHOME/bin/dsjob will work from anywhere or fr...
by chulett
Tue Dec 02, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Report "Output Columns" cells are all empty
Replies: 2
Views: 923

Are you sure they're truly empty? This is typically an IE display issue when OCX is blocked. Allow that and they should show up.
by chulett
Tue Dec 02, 2008 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: buffer(2),1: APT_BufferOperator warning
Replies: 1
Views: 2236

Welcome. :D

Search is your friend! An exact search for "newTime" will find posts that explain your issue.

For some reason searching for "newTime < startTime" doesn't find anything, however, obviously the less than sign confuseth it.
by chulett
Tue Dec 02, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2051

Re: Floating issue

nani0907 wrote:Also unable to view premium content.
I really don't understand why people feel the need to mention this. It is obvious who is a Premium member and who isn't, that's clearly marked on every post. All this statement says is you don't want any of the Premium posters to help you. So be it.
by chulett
Tue Dec 02, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete entire rows and load the table instead of truncate
Replies: 13
Views: 3105

Business rule? The business users that I've known wouldn't utter any technical jargon like "truncate table". If your DBAs are concerned about granting truncate privileges, they can always create a stored procedure and grant you access to that. I mean to say that,DBA will not be allowing u...