Search found 15603 matches

by ArndW
Fri Mar 14, 2008 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Help - Reverse Pivot vs Running Sequential Mode
Replies: 4
Views: 1066

If you set your commit frequency to 1 you will avoid deadlocks, won't you?
by ArndW
Fri Mar 14, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error help using Transformer/Peek
Replies: 7
Views: 4050

VC - I realize that bug; but what I am saying is use the row generator to generate just one row with a dummy column which you can then throw away, but output that through a transform stage where you do generate your correct date column.
by ArndW
Fri Mar 14, 2008 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Relaction job with defunct process in AIX
Replies: 4
Views: 1959

The parent of that process is pid 815260. In the case of a "defunct" process, it means that it has sent a message to it's parent that it is dying, but the parent has not yet acknowledged that (see, even computers can be in denial). This can happen if the parent is in an uninterruptable state such as...
by ArndW
Fri Mar 14, 2008 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateTime using RowGenerator gives incorrect output
Replies: 15
Views: 4098

With @INROWNUM and @PARTNUM you can concoct your own unique identifier.
by ArndW
Fri Mar 14, 2008 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate rows based on value passed
Replies: 7
Views: 1993

Yes, DataStage can do this, but not with a simple click. First, you need to create a list of elements, in your case the months, i.e. 2007/6 and 2008/3 would result in a string "2007/06,2007/07,2007/08,2007/09,2007/10,2007/11,2007/12,2008/01,2008/02,2008/03". Once you have this string you can use a p...
by ArndW
Fri Mar 14, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error help using Transformer/Peek
Replies: 7
Views: 4050

I am not sure why you didn't use a row-generator stage to feed a transform stage which would produce your date values in the PX job. Server jobs don't have the foggiest what a "date" type is -> the parameter is treated as a string and you need to do an appropriate ICONV() on the string to get the in...
by ArndW
Fri Mar 14, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 4499

In the Float metadata have you enable "allow all zeroes"?
by ArndW
Fri Mar 14, 2008 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while viewing the data from Dataset
Replies: 1
Views: 796

Is your userid "user1" or are you in group "group1"?
by ArndW
Fri Mar 14, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datstage IP Address Change
Replies: 3
Views: 2281

I'm glad it worked, perhaps you could also mark this thread as "Resolved" in order to close it off.
by ArndW
Fri Mar 14, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 4499

IBMDS - how many digits of precision? The message,
Type mismatch for field 'RSK_NO'. Fatal error
is pretty clear that somewhere there is a discrepancy. How did you determine the Teradata DDL?
by ArndW
Fri Mar 14, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 2047

No, I cannot.

The close command is just an SQL command, so you need to check your database to see what options you have there in order to "shell out".
by ArndW
Fri Mar 14, 2008 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 2047

No, you cannot do that in PX. What about doing it through the close command in your SQL? I haven't tried that before, but it ought to be programmable.
by ArndW
Fri Mar 14, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 4499

What (exactly) have you declared the column's data type to be in Teradata? And what data type in DataStage?
by ArndW
Fri Mar 14, 2008 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

I would start by looking at the Oracle installations and seeing what the configuration differences are and seeing if any of them might be pertinant.
by ArndW
Fri Mar 14, 2008 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any way to find which user is using which job
Replies: 16
Views: 3382

what is a "n/w issue"? If you can see the appropriate lock in the cleanup resources window why not get rid of it there?