Search found 53125 matches
- Wed Nov 14, 2007 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01841: (full) year must be between -4713 and +9999
- Replies: 16
- Views: 14541
- Wed Nov 14, 2007 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing a List of Values Into SQL as Parameter
- Replies: 19
- Views: 8390
- Wed Nov 14, 2007 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is this Reconciliation Error ?
- Replies: 5
- Views: 1248
Then you have to resolve whatever caused the message - 0 rows out either means that the rows were rejected within the job, or that they were rejected by the database server to which you sent them. Or, perhaps, that the after-job subroutine is not well written and is not performing row counts on all ...
- Wed Nov 14, 2007 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MetaData import Erro with 10g
- Replies: 4
- Views: 1273
- Wed Nov 14, 2007 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
For less than 30c per day you can purchase premium membership and be able to read the entirety of premium posters' contributions, as well as to have access to additional material for example in the Learning Center. UV.ACCOUNT is a hashed file in the Administrator's account (UV). VERIFY.SQL is a com...
- Wed Nov 14, 2007 2:49 pm
- Forum: General
- Topic: Import Project from Project Directory
- Replies: 10
- Views: 2938
Version 8 is rather different, as you have observed. The big problem is that your design time metadata are also stored in the XMETA database, and there's no convenient way to restore that from your backup files. Even ignoring that, if you restore to a different location, you are going to need to eff...
- Wed Nov 14, 2007 2:43 pm
- Forum: General
- Topic: What r the server and client components in Datastage 8
- Replies: 1
- Views: 1662
- Wed Nov 14, 2007 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running same job multiple times for different records
- Replies: 1
- Views: 928
In a job sequence get the count. Create a counted loop in the job sequence in which the start value is 1, the increment is 1000, and the limit is the count obtained from the table. When running the job within the loop assign one job parameter with the loop index variable ($Counter) and another with ...
- Wed Nov 14, 2007 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unused jobs and logfiles in project folder...
- Replies: 4
- Views: 1078
Catastrophe if you use rm, so don't. You need to be aware of the fundamental interconnectedness of all things in the Repository. Why not switch to Detail view in Manager which shows the date/time modified and select jobs from there for deletion? You can also get a list from DS_AUDIT. SELECT * FROM D...
- Wed Nov 14, 2007 5:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort the job from "After job subroutine"
- Replies: 21
- Views: 10455
- Wed Nov 14, 2007 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting Environment for XL C/C++ compiler on AIX server
- Replies: 5
- Views: 4444
- Wed Nov 14, 2007 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with Dataset stage while using instances as target
- Replies: 5
- Views: 2101
- Wed Nov 14, 2007 5:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Installation of v7.51.A on Window
- Replies: 6
- Views: 1693
- Wed Nov 14, 2007 5:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic Question
- Replies: 18
- Views: 3588
Used-defined SQL (except, perhaps, for #3) on the reference input link's database stage. SELECT columns FROM TableB WHERE keycolumn LIKE '?%'; SELECT columns FROM TableB WHERE keycolumn LIKE '%?%'; SELECT columns FROM TableB WHERE keycolumn = '?'; In all cases, provide the key value from TableA in t...
- Wed Nov 14, 2007 5:25 am
- Forum:
- Topic: Usage analysis in DS 8.0
- Replies: 5
- Views: 2305