Search found 2886 matches
- Thu Apr 05, 2012 11:16 am
- Forum: General
- Topic: Conencting DS 7.5.3 server from my 7.5.2 Client version
- Replies: 10
- Views: 4536
- Thu Apr 05, 2012 11:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Informix
- Replies: 2
- Views: 1134
- Thu Apr 05, 2012 9:48 am
- Forum: General
- Topic: need unix script
- Replies: 20
- Views: 5568
In that case, you don't really need to take the timestamp into consideration. You could call an after-job script to rename the reject file immediately after each job run completes. It could increment the file name's extension by a number or it could name the file so the file name contains a timestam...
- Thu Apr 05, 2012 9:41 am
- Forum: General
- Topic: Auto Purge Log Project Property Change in Production
- Replies: 4
- Views: 1961
- Thu Apr 05, 2012 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: location of 'datasets'
- Replies: 5
- Views: 1515
- Thu Apr 05, 2012 9:15 am
- Forum: General
- Topic: need unix script
- Replies: 20
- Views: 5568
You still have to decide and explain what you mean by partitioning on the timestamp. Example: - All timestamps ending in an odd number go to file1, ending in an even number go to file2... (like modulus partitioning in DataStage). - All timestamps from hour 1:00am to 2:00am go to file1, 2:00am to 3:0...
- Thu Apr 05, 2012 9:05 am
- Forum: General
- Topic: How to compile a DS JOB from Linux command line
- Replies: 12
- Views: 13206
Compilation must be initiated from Designer on the client tier (Windows only). I wouldn't mind being proven wrong. :P FYI: Server side command line compile has been requested (future release): JR42097: REQUEST THE ABILITY TO COMPILE DATASTAGE JOBS ON THE SERVER SIDE(NON-WINDOWS ENVIRONMENT) http://...
- Thu Apr 05, 2012 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to compile a job - through command line
- Replies: 8
- Views: 4818
FYI:
Server side command line compile has been requested:
JR42097: REQUEST THE ABILITY TO COMPILE DATASTAGE JOBS ON THE SERVER SIDE(NON-WINDOWS ENVIRONMENT)
http://www-01.ibm.com/support/docview.w ... wg1JR42097
Server side command line compile has been requested:
JR42097: REQUEST THE ABILITY TO COMPILE DATASTAGE JOBS ON THE SERVER SIDE(NON-WINDOWS ENVIRONMENT)
http://www-01.ibm.com/support/docview.w ... wg1JR42097
- Thu Apr 05, 2012 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot Stage
- Replies: 14
- Views: 9537
- Thu Apr 05, 2012 8:17 am
- Forum: General
- Topic: need unix script
- Replies: 20
- Views: 5568
- Thu Apr 05, 2012 8:09 am
- Forum:
- Topic: Importing into metadata repository using istool
- Replies: 18
- Views: 6322
Here is a recent IBM tech note about the Metadata Workbench 8.7 tutorial import failure:
InfoSphere Metadata Workbench tutorial: istool command to import ISX data fails
http://www-01.ibm.com/support/docview.w ... wg21584427
InfoSphere Metadata Workbench tutorial: istool command to import ISX data fails
http://www-01.ibm.com/support/docview.w ... wg21584427
- Thu Apr 05, 2012 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director warning Implicit conversion
- Replies: 8
- Views: 2487
- Thu Apr 05, 2012 6:26 am
- Forum: General
- Topic: Why dsjob can take longer in 8.x
- Replies: 2
- Views: 1933
- Wed Apr 04, 2012 9:17 pm
- Forum: General
- Topic: DS8.5 Client connection Error
- Replies: 2
- Views: 2236
FYI: For whom it may help in the future, there is an IBM tech note on the error message given:
Information Server DataStage error message: No Engine credentials were found on the Services Tier
http://www-01.ibm.com/support/docview.w ... wg21576785
Information Server DataStage error message: No Engine credentials were found on the Services Tier
http://www-01.ibm.com/support/docview.w ... wg21576785
- Wed Apr 04, 2012 9:07 pm
- Forum: General
- Topic: Why dsjob can take longer in 8.x
- Replies: 2
- Views: 1933
Why dsjob can take longer in 8.x
FYI: I just learned that in version 8.5 and higher, you can set the DS_USE_SERVER_AUTH_ONLY environment variable to allow dsjob to work the same as if the -domain NONE option were used. See the following IBM tech note for details: Why the dsjob command can take longer to execute tasks than it did at...