Search found 53125 matches
- Mon May 27, 2013 4:21 pm
- Forum: General
- Topic: Can i customize the status of a job
- Replies: 7
- Views: 1810
There is no mechanism for customising job status. Yes you can use triggers, but you also have to either explicitly handle failures (Failure trigger) or disable the sequence's automatic handling of failed activities (a compile option on the Job Properties page). Routine and Execute Command activities...
- Mon May 27, 2013 4:17 pm
- Forum: General
- Topic: Instllation and patch clarification
- Replies: 2
- Views: 1022
I would not recommend any blog site to provide complete and accurate installation instructions. Get your information direct from IBM. Version 8.7: http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r7/index.jsp Version 9.1: http://pic.dhe.ibm.com/infocenter/iisinfsv/v9r1/index.jsp In each case there's a m...
- Mon May 27, 2013 12:05 am
- Forum: General
- Topic: Instllation and patch clarification
- Replies: 2
- Views: 1022
You do have to install four tiers. However this can involve one, two, three or four machines (and therefore installations). If your Engine, Services and Repository tiers are all to be on the same machine, you can install them all in one go. The Client tier, of course, must be installed on Windows. T...
- Sun May 26, 2013 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading data into fixed width flat file using seq file stage
- Replies: 10
- Views: 2228
- Sun May 26, 2013 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Missing records Rolling up logic
- Replies: 8
- Views: 2113
- Sun May 26, 2013 12:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML
- Replies: 4
- Views: 1704
- Sun May 26, 2013 12:21 am
- Forum: General
- Topic: Pass Invocation Id value to Job Parameter
- Replies: 1
- Views: 1050
DSJobInvocationId tries to get the invocation ID of the current job (that is, the sequence from which the job is being invoked). If the sequence is not multi-instance, this attempt is doomed. If you're not invoking from a sequence, then you're breaking a different rule; the invocation ID is not avai...
- Sun May 26, 2013 12:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: output file name with the data from input file for each rec
- Replies: 4
- Views: 1785
You can get a training class on Programming with DataStage BASIC, which has a comprehensive treatment of working with BASIC routines, from DSXchange
- Sun May 26, 2013 12:13 am
- Forum: General
- Topic: Unix process for Datastage
- Replies: 1
- Views: 1366
http://www.dsxchange.com springs to mind! :wink: Otherwise there's no single link or manual of which I'm aware; you will need to trawl through Information Center and developerWorks articles to gather all of the information you seek. And, if you're on version 8.7 or later and using the DataStage Ope...
- Sun May 26, 2013 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load first 100 records in first execution
- Replies: 8
- Views: 3692
How do you know that the file has to be split into four? The original requirement, it seems to me, to be files containing 100 records each. If you're going to go with splitting the file in that way, how will you pick up the appropriate file to run on each iteration? Are you familiar with the StartLo...
- Sun May 26, 2013 12:09 am
- Forum: General
- Topic: Datastage Project maintaining
- Replies: 6
- Views: 1369
- Sat May 25, 2013 3:28 pm
- Forum: General
- Topic: ROUTINE IS GIVING ISSUE PLEASE HELP
- Replies: 15
- Views: 4901
- Sat May 25, 2013 1:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: output file name with the data from input file for each rec
- Replies: 4
- Views: 1785
- Sat May 25, 2013 1:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Teradata Multiload stage fast export
- Replies: 3
- Views: 1839
- Fri May 24, 2013 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid precision value. Error in parameter @
- Replies: 5
- Views: 2457
If you're using an Oracle Connector stage you might be able to change the Error in Size Mismatch property from Yes to No (you'll get a warning instead). Make sure that the metadata in the job matches the metadata in the table. Ideally re-import the table definition (use the Connector Import Wizard) ...