Search found 15603 matches
- Mon Jul 17, 2006 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing max values as parameter into script
- Replies: 1
- Views: 557
The ixf format is a multiline format, the definitions are freely available on the network and on IBM's web site. I am not sure why you really want to use this format as it isn't necessary for what you want to do - but generate the file for this query and you should only have one data line which you ...
- Mon Jul 17, 2006 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds takes fields from incorrect lookup
- Replies: 10
- Views: 2171
The "continue" means to continue working on the current row, using nulls for the values. This does sound like a potential problem that should be reported to IBM via your support provider. I am still surprised that this could happen, since the variables used for these lookup columns in the generated ...
- Mon Jul 17, 2006 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INSERTING ROWS MULTIPLE TIMES
- Replies: 9
- Views: 2170
In you transform you have one input link and (let us assume just 3 maximum) 3 output links. In the constraint for the 2nd one, put "In.a3=>2" and output the row. In the constraint for the third one, put "In.a3=>3" and output the row. This way, if a3 = 3 then for each input row you will get 3 output ...
- Mon Jul 17, 2006 6:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Schedule
- Replies: 9
- Views: 2516
- Mon Jul 17, 2006 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds takes fields from incorrect lookup
- Replies: 10
- Views: 2171
- Mon Jul 17, 2006 4:37 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can profileStage help for this
- Replies: 9
- Views: 5625
Mukund - How about doing a first stab at this yourself through looking at the IBM WebSpere ProfileStage pages and then post any remaining questions here? Most people will hesitate to answer such an encompassing list of questions at one go. Arshad - Welcome to DSXchange. If you were to post your ques...
- Mon Jul 17, 2006 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing UTF-8 data thru Named Pipes
- Replies: 2
- Views: 2109
- Mon Jul 17, 2006 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INSERTING ROWS MULTIPLE TIMES
- Replies: 9
- Views: 2170
- Fri Jul 14, 2006 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination received after stage
- Replies: 10
- Views: 3433
- Fri Jul 14, 2006 4:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check Points in DataStage jobs
- Replies: 7
- Views: 4882
I think your first step should be to look at the DataStage Developer's Guide and use either "checkpoint" or "restart" as a keyword for a search. This will show you the builtin restartability features in DataStage and will let you work toward writing your own job which handles aborts and re-runs in t...
- Fri Jul 14, 2006 4:32 am
- Forum: Site/Forum
- Topic: Ascential DeveloperNet sunsetting this month
- Replies: 20
- Views: 10678
- Mon Jul 10, 2006 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Sequential Files
- Replies: 16
- Views: 3558
It does look like a support issue. I'm not at a client where I can test this out but assume that they neglected to put a null handler for the date conversion in and that is why the rows are not being shown. Perhaps someone else here could do a simple test to see if they get the same problem as well.
- Mon Jul 10, 2006 4:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Sequential Files
- Replies: 16
- Views: 3558
- Mon Jul 10, 2006 3:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Supress extra Carriage returns
- Replies: 21
- Views: 4172
- Mon Jul 10, 2006 3:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine (Ascential DS Server Version 7.1)
- Replies: 14
- Views: 7224
The TNS error is a common one when things are misconfigured. Since you are using ODBC on Windows the best, quickest and easiest way to check your system DSN is to use MSQUERY (a free program that comes with Microsoft Office or can be downloaded separately). If you can't connect from MSQUERY then the...