Search found 53125 matches
- Tue Jan 26, 2010 5:06 am
- Forum: General
- Topic: single ' and double "
- Replies: 1
- Views: 864
- Tue Jan 26, 2010 5:03 am
- Forum: General
- Topic: DSD.BCIOpenR call to SQLNumResultCols failed
- Replies: 5
- Views: 3743
BCI = BASIC (language) Call Interface, the mechanism server jobs use to mimic the functions in the ODBC API. DSD.BCIOpenR is a routine invoked when an ODBC connection is opened for reading (for example from an ODBC or DRS stage). SQLNumResultCols() is an ODBC function that retrieves the number of co...
- Mon Jan 25, 2010 7:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File usage
- Replies: 5
- Views: 1461
- Mon Jan 25, 2010 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_STRING_PADCHAR - Varchar datatype
- Replies: 7
- Views: 7016
- Mon Jan 25, 2010 7:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Duplicates but keep first 5
- Replies: 14
- Views: 4169
- Mon Jan 25, 2010 7:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tera Data APT_TeraSync Error
- Replies: 11
- Views: 7426
- Mon Jan 25, 2010 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter between double quote when scheduled
- Replies: 20
- Views: 4480
- Mon Jan 25, 2010 3:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert () - Quotation Marks
- Replies: 5
- Views: 1840
- Mon Jan 25, 2010 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL job properties
- Replies: 4
- Views: 1341
- Mon Jan 25, 2010 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert () - Quotation Marks
- Replies: 5
- Views: 1840
- Mon Jan 25, 2010 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel jobs not working
- Replies: 1
- Views: 1909
- Mon Jan 25, 2010 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File usage
- Replies: 5
- Views: 1461
- Mon Jan 25, 2010 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Query on Hash Partitioning
- Replies: 4
- Views: 3948
- Mon Jan 25, 2010 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL job properties
- Replies: 4
- Views: 1341
- Mon Jan 25, 2010 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To run sequence continuely
- Replies: 4
- Views: 1396
A continuously-running job will never purge its log. At some point, therefore, the log will fill (reach 2GB if you're using the local repository) and your job will crash and burn. Have a design that runs - perhaps - for 23 hours 59 minutes and is scheduled to restart one second after that. Build in ...