Search found 53125 matches
- Mon Oct 21, 2013 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting import error for date field
- Replies: 6
- Views: 3516
- Mon Oct 21, 2013 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: All records not loading into hash file
- Replies: 8
- Views: 3421
- Mon Oct 21, 2013 3:09 pm
- Forum: General
- Topic: Automation run time column propagation
- Replies: 6
- Views: 1889
- Mon Oct 21, 2013 2:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Could not load drsoci.so
- Replies: 6
- Views: 3589
There must be at least one other stage (a server job must have at least two). I suspect that the other stage is a DRS stage set to connect to Oracle (hence the drsoci reference in the error message). You have to make sure that the parent directory of drsoci.so is in your shared library search list (...
- Mon Oct 21, 2013 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Text data type in sql server is not working in DataStage
- Replies: 2
- Views: 1821
- Sun Oct 20, 2013 11:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting import error for date field
- Replies: 6
- Views: 3516
- Sun Oct 20, 2013 11:20 am
- Forum: General
- Topic: Job abort message as an attachement in email notification
- Replies: 9
- Views: 2063
- Fri Oct 18, 2013 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete and Insert in ODBC
- Replies: 5
- Views: 1224
- Fri Oct 18, 2013 2:26 pm
- Forum: General
- Topic: datastage jobs migration from 8.1 to 9.1
- Replies: 15
- Views: 20967
- Fri Oct 18, 2013 2:23 pm
- Forum: General
- Topic: COMPARE TWO PROJECT: PROD AND TEST
- Replies: 5
- Views: 1292
- Fri Oct 18, 2013 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete and Insert in ODBC
- Replies: 5
- Views: 1224
- Thu Oct 17, 2013 7:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage
- Replies: 5
- Views: 1575
- Thu Oct 17, 2013 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flat File with Parent Child relation
- Replies: 5
- Views: 2662
Read the entire record as a single VarChar and parse it within the Transformer stage. Use stage variables to detect the arrival of a new parent and to accumulate the output record. Use a downstream RemoveDuplicates stage to preserve the last of each group (with the same parent record). You didn't me...
- Thu Oct 17, 2013 1:52 am
- Forum: IBM QualityStage
- Topic: Cleansing Data before Standardization
- Replies: 7
- Views: 5485
Have you tried running four Standardization stages, passing the unhandled data from each to the next, perhaps adding in the postcode and state ahead of the second AUAREA standardization?
Code: Select all
---> AUAREA --> AUADDR --> AUAREA --> AUADDR -->- Thu Oct 17, 2013 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate table in unsuccessful load
- Replies: 5
- Views: 1969
That's truncation before loading. I tried to answer the question about truncation after loading - unfortunately perhaps one can not make the After SQL in a Connector conditional. Therefore, unless you can determine a means in SQL of determining that the load failed, you will not have a solution &quo...