Search found 42189 matches
- Sun Mar 18, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Definitions
- Replies: 9
- Views: 2444
Re: Table Definitions
If i import the table definitions of a table, will the synonyms, indexes, constraints be imported too. No. It's not a modeling tool. If not, while running a SQL query from DS do i need to specify any particular command to involve indexes and all other related stuff with the table !! No, not for Dat...
- Sun Mar 18, 2007 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: auto clear log
- Replies: 17
- Views: 3770
- Sun Mar 18, 2007 10:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: auto clear log
- Replies: 17
- Views: 3770
- Sat Mar 17, 2007 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: line terminator
- Replies: 3
- Views: 1228
- Sat Mar 17, 2007 1:56 pm
- Forum: General
- Topic: DataStage 8.0.1 released, may be the Unix/Linux version
- Replies: 4
- Views: 1708
- Sat Mar 17, 2007 11:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS READ FIXEDWIDTH
- Replies: 22
- Views: 9977
It's not so much that 'last' is important, but that the ordering of the reject link is important - especially if all you've done is check the Reject box. That's because the rules for its use are positional - it means I want data to go down this reject link if it hasn't gone down any other link yet. ...
- Sat Mar 17, 2007 11:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: line terminator
- Replies: 3
- Views: 1228
You can't... at least not directly. You've only got the three choices listed for Line Termination that you've seen: UNIX Style (LF) DOS Style (CR LF) None One option would be to preprocess the file and replace the pipes with a 'normal' line terminator. Or look into doing the 'preprocessing' directly...
- Sat Mar 17, 2007 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS READ FIXEDWIDTH
- Replies: 22
- Views: 9977
I ran the job and configured it to abort after 1 warning. I just wanted to take a look at the problem record. However, nothing made it do the reject file. I configured this reject link using a transformer and checking 'reject link' inside the transformer stage constraints window. Hmmm... I know tha...
- Sat Mar 17, 2007 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS READ FIXEDWIDTH
- Replies: 22
- Views: 9977
You didn't manage to send all of the problem children down only the reject link. How did you configure this 'reject' link? Did anything make it into the reject file before your 50 limit triggered the abort? (Which is what I assume happened) Unless you will generate bazillions of errors, you might wa...
- Sat Mar 17, 2007 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handle Timestamp null when inserting in OCI
- Replies: 13
- Views: 4641
- Sat Mar 17, 2007 8:12 am
- Forum: General
- Topic: Link Count
- Replies: 27
- Views: 10932
Please try to keep discussions of your problems in one place. Why start this post and tag the same issue onto the end of this post?
No-one enjoys trying to carry on multiple conversations on the same subject at the same time.
No-one enjoys trying to carry on multiple conversations on the same subject at the same time.
- Sat Mar 17, 2007 8:07 am
- Forum: General
- Topic: DataStage 8.0.1 released, may be the Unix/Linux version
- Replies: 4
- Views: 1708
- Sat Mar 17, 2007 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS READ FIXEDWIDTH
- Replies: 22
- Views: 9977
- Sat Mar 17, 2007 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: call DSGetLinkInfo from a trigger
- Replies: 19
- Views: 7422
I was also looking for a working piece of routine that returns the row count . I am using the above routine in the Transformer in a very simple job but the job is not getting completed , it remains in the running stage and ultimately I had to abort the job. As noted, it is not meant to be used in a...
- Sat Mar 17, 2007 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Distinct values
- Replies: 2
- Views: 938
You don't. You extract all values from a flat file and then pull distinct values from that. A couple of ways off the top of my head... 1) Sort the incoming flat file data and then use stage variables to only let the first value in any 'group' through. The sorting can be done using a Sort stage or th...