Search found 53125 matches
- Mon Sep 18, 2006 6:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to collect rejects while joining to files
- Replies: 6
- Views: 1582
- Mon Sep 18, 2006 6:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage hashed file detected
- Replies: 12
- Views: 5008
You have been misled by your job design. The message refers to IDENT8, which is an invisible Transformer stage added by the compiler because your design directly links two passive stages. It may be, for example, that the failure occurred because Oracle was temporarily unavailable, perhaps due to bac...
- Mon Sep 18, 2006 6:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mangement of code changes in production
- Replies: 9
- Views: 1402
No, it does take a long time. Critical is that you manage their expectations; they are NOT going to get this at the end of a single sleepless weekend from you. Multiple sleepless weekends fall into the occupational health and safety risk categories (primarily) and data inaccuracy category (secondari...
- Mon Sep 18, 2006 6:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine data type error Phantom 12315
- Replies: 2
- Views: 1228
In particular what are you doing around line 60? Improper data type can stem from a number of causes, the most common being an attempt to use a variable as a file variable when that variable is not, in fact, a file variable, perhaps because the file was not opened, perhaps because it's been closed i...
- Mon Sep 18, 2006 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New KgdGenHtml zip posted
- Replies: 13
- Views: 4831
- Mon Sep 18, 2006 6:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to ensure a hash file is 64bits.
- Replies: 9
- Views: 3055
- Mon Sep 18, 2006 6:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routines in Parallel
- Replies: 3
- Views: 1213
Any BASIC can only execute where the BASIC run machine is. Before-job and after-job subroutines execute in the conductor process (and therefore on the conductor node) which, by default at least, is where the DataStage server is, so you get away with it. If you start fiddling around with the configur...
- Mon Sep 18, 2006 6:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: record delimiter problems
- Replies: 12
- Views: 4972
There is no such thing as the "parallel reader" stage. I presume that you are using a Sequential File stage. If your data have no line terminators then each row must be of the same length or of a known length described in the data. Otherwise there is no way that any utility can accurately read the d...
- Mon Sep 18, 2006 5:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create a user with permission DataStage Operator?
- Replies: 7
- Views: 1943
Re: How to create a user with permission DataStage Operator?
I want to create a user to test job, who can not edit the job but only complie and run the job. I don't konw how to create the group and the role. I don't find any way to do that in Administrator. Does any one can help me? Thans a lot. What you seek is not possible. To be able to compile, a user mu...
- Mon Sep 18, 2006 5:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job log file path
- Replies: 7
- Views: 3101
There are NO job log files in DataStage. DataStage stores log information in database tables in the Repository. There is a separate table for each base job. The name of the table is RT_LOGnnn where nnn is the job number of the particular base job (obtained from the DS_JOBS table). All invocations of...
- Mon Sep 18, 2006 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do we have functions to check negative values in Datastage
- Replies: 2
- Views: 1678
- Mon Sep 18, 2006 5:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ascential Datastage Version
- Replies: 2
- Views: 893
- Mon Sep 18, 2006 5:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset metadata when using aggregator
- Replies: 1
- Views: 767
- Mon Sep 18, 2006 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trim leading 0's from decimal
- Replies: 5
- Views: 4000
The Data Browser puts leading and trailing zeroes on Decimal data so that you can be user that precision and scale are being handled correctly. When stored - for example in a database table - the leading and trailing zeroes are not significant. It is only an issue if you want to write to text files....
- Mon Sep 18, 2006 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning sh: dbx: not found/Xml Tfm stage
- Replies: 5
- Views: 3860