Search found 53125 matches
- Fri Jul 27, 2007 7:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration & Version Control
- Replies: 16
- Views: 6198
- Fri Jul 27, 2007 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unbounded NUMBER Oracle datatype import warning
- Replies: 4
- Views: 1647
You're not missing anything. (!) DataStage itself uses float or dfloat internally, for example in the Aggregator stage to prevent arithmetic overflow. There's nothing available in the Oracle Enterprise stage to allow you to change the behaviour I described - though you could use an upstream Modify o...
- Fri Jul 27, 2007 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unbounded NUMBER Oracle datatype import warning
- Replies: 4
- Views: 1647
Floating point potentially has more than 10 decimal places. DataStage alerts you to that fact with this message. Create a message handler to demote or suppress it, or stop using float (or dfloat) as the data type, or provide an explicit conversion. With SQL the conversion is automatic, so there's no...
- Fri Jul 27, 2007 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential Files in Parallel Extender
- Replies: 1
- Views: 648
- Fri Jul 27, 2007 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential_File
- Replies: 5
- Views: 2467
Sequential files do not have data types. Export is the process of converting data to human-readable format. You need to do this when writing to a sequential file. Because they have no data types, sequential files don't have a NULL. Therefore you have to tell it how to represent NULL. You do this thr...
- Fri Jul 27, 2007 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat Files
- Replies: 6
- Views: 2341
The first error message relates to the default value for the decimal type - technically 0.00 ("all zeroes") is not permitted. There is an environment variable - whose name I don't recall at the moment - to allow "all zeroes". The second error is mysterious - the field does exist in the schema, thoug...
- Fri Jul 27, 2007 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: split data row
- Replies: 1
- Views: 874
- Fri Jul 27, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help getting values back from Stored Proc in Oracle
- Replies: 5
- Views: 1113
- Fri Jul 27, 2007 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine Sql to list all jobs linked to specific table-fails
- Replies: 15
- Views: 6588
- Fri Jul 27, 2007 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Administrator
- Replies: 4
- Views: 1897
- Fri Jul 27, 2007 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Managing sequential unique keys
- Replies: 11
- Views: 3671
- Fri Jul 27, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hai could you help me
- Replies: 2
- Views: 953
- Fri Jul 27, 2007 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for some advice on Preload file to memory
- Replies: 24
- Views: 7071
How about this for a theory? Your 1100MB file fills 999MB of cache but is not finished populating the cache before the 700MB hashed file checks and finds that there is no room left in the cache. I don't know for sure that this is the mechanism - it's more difficult to get advice about internal mecha...
- Fri Jul 27, 2007 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage internal error
- Replies: 4
- Views: 1826
- Fri Jul 27, 2007 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: strange login error
- Replies: 3
- Views: 996
What precisely is your question? Or are you just letting us know? What precisely are you doing, and what messages are displayed? Are you getting a list of server B's projects when you authenticate to server A? (If so, I would suggest that you check very carefully that you are indeed connecting to se...