Search found 42189 matches

by chulett
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...
by chulett
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

:roll: This thread began with the topic "auto clear log", morphed through clearing &PH&, and is now talking about clearing the status file. These are all different things , people!!! And they say 'You don't tug on Superman's cape You don't spit into the wind You don't pull the mask off the ...
by chulett
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

How can i clear status file by script. I have an option in DS "Job --> Clear Status File" which clears all the instance of the job.I wanted to clear all the instances which ran one week ago? how to do that? 1. Log into the server using the dsadm user; <snip> Not sure how that's a scripted solution.
by chulett
Sat Mar 17, 2007 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: line terminator
Replies: 3
Views: 1228

That too. :lol:
by chulett
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

:roll: Tell me about it.

You, however, are the epitome of someone out entirely too much. :wink:
by chulett
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. ...
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

Thanks for posting the resolution. And I'll keep an eye out for the video... 'Transformers Gone Wild!'. :lol:
by chulett
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? :evil:

No-one enjoys trying to carry on multiple conversations on the same subject at the same time.
by chulett
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

Wake me when it hits H-PUX. :wink:
by chulett
Sat Mar 17, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS READ FIXEDWIDTH
Replies: 22
Views: 9977

No, the original 'culprits' were the 50 put messages. View data introduced the 'read' errors during diagnosis. As far as I can tell. :wink:
by chulett
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...
by chulett
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...