Search found 15603 matches
- Wed Aug 01, 2012 3:35 am
- Forum: General
- Topic: Job is not in the right state (compiled and not running)
- Replies: 60
- Views: 17247
DataStage was first developed without multiple instances and invocation IDs. These were added later, but there is only one job and only one job log, all entries from the job run and in the instances run are in the same log (which is why you are seeing the 2 instances shown as part of the main job); ...
- Wed Aug 01, 2012 3:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Data Through Dataset
- Replies: 4
- Views: 1850
- Wed Aug 01, 2012 1:47 am
- Forum: General
- Topic: Job is not in the right state (compiled and not running)
- Replies: 60
- Views: 17247
I'd take it step by step. Clear the log (in the director, from the main job, not one of the invocations). Recompile the job. Now your logs are clear and the job status will be compiled; at least until it is executed without an invocation. Run your sequences and when the state of the main job changes...
- Wed Aug 01, 2012 1:43 am
- Forum: General
- Topic: List of parameter values
- Replies: 2
- Views: 927
I don't know of a way to get this from the command line. The DataStage API function DSGetParamInfo will get you the default values (the link goes to the IBM page for the BASIC call, but there is also a c++ call available).
- Wed Aug 01, 2012 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Container and RCP Issue...
- Replies: 10
- Views: 4993
- Tue Jul 31, 2012 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REPLACE on four quotes
- Replies: 2
- Views: 1165
Re: REPLACE on four quotes
Could it be that some spaces have been removed from your post? Do you want to blank-pad your strings to 4 characters?
Code: Select all
OutCol = Left(In.Col:' ',4)- Tue Jul 31, 2012 2:16 pm
- Forum: General
- Topic: Problem in DS Mutli-Client Manager
- Replies: 1
- Views: 655
- Tue Jul 31, 2012 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help on Performance Tuning
- Replies: 8
- Views: 2968
With Transaction size of 0 everything is grouped as one transaction, and the database has to take care of making a before-image for each and every record that you are deleting, then a copy of each and every record you are inserting. Once those two actions have been performed it starts doing actual c...
- Tue Jul 31, 2012 7:53 am
- Forum: General
- Topic: SQLServer 2008 Failover
- Replies: 6
- Views: 1464
- Tue Jul 31, 2012 7:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector stage using user defined query.
- Replies: 8
- Views: 10746
- Mon Jul 30, 2012 10:46 am
- Forum: General
- Topic: BatchNo,Message Type,Message Detail info using Routine
- Replies: 13
- Views: 3100
While Craig and many others here can get you started, why not download the free ETLStats from Kim Duke's website which should cover the functionality you need?
- Mon Jul 30, 2012 7:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup return value to another lookup within one lookup stag
- Replies: 1
- Views: 861
- Mon Jul 30, 2012 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector stage using user defined query.
- Replies: 8
- Views: 10746
- Sun Jul 29, 2012 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: High disk utilisation in project & DS Engine directory
- Replies: 8
- Views: 4496
There is no built-in program or functionality to archive logfiles. That having been said, the log files are standard hashed files which can easily be read from DataStage server jobs, or you have the ability to output the log files to stdout from your command line and can redirect them to a flat file...
- Fri Jul 27, 2012 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector stage using user defined query.
- Replies: 8
- Views: 10746