Search found 42189 matches

by chulett
Tue Aug 30, 2011 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 1/2 mix - how to test for types of update
Replies: 13
Views: 7499

Ok, I see what is meant by that. I'd be suprised if the SCD stage supports a mixture like that, however.
by chulett
Tue Aug 30, 2011 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 1/2 mix - how to test for types of update
Replies: 13
Views: 7499

Are you sure you've got all of your terminology straight? I've never seen (and can't really imagine) a dimension with any kind of "mixture" of SCD types. :?
by chulett
Tue Aug 30, 2011 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer taking old params
Replies: 14
Views: 3720

Once you posted after them, they couldn't delete anything... but I can. :wink:
by chulett
Tue Aug 30, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATASTAGE Upgrade from Server 7.5.2 to Parallel 8.1
Replies: 5
Views: 3337

If you look at the SQL posted, you can see they've done that - the 8 columns mentioned do not include the ID field, it is the 9th field. Hence my "don't see a problem" statement.
by chulett
Mon Aug 29, 2011 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence is aborting due to following error
Replies: 1
Views: 2226

Any time you see a problem which only surfaces when running multiple jobs at a time but never does when they run one at a time, that screams "resource issue". I would take that error to your DBA and see what kind of limits your target Oracle instance and/or listener is configured with, sou...
by chulett
Mon Aug 29, 2011 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the command in Basic to read encrypted file??
Replies: 5
Views: 2660

You seem to be missing the big question here - how was the file "encrypted"? Without knowing that, you'll never get anywhere trying to "decrypt" it.
by chulett
Mon Aug 29, 2011 9:39 pm
Forum: General
Topic: Unable to create the project
Replies: 6
Views: 3208

All I can say is it can take some time. I've also seen them stay forever and even survive a server reboot but that was on a Compaq Tru64 cluster. If they don't close on their own you'll need to recruit your SysAdmin to see if they can force them closed... I seem to recall a piece of freeware coming ...
by chulett
Mon Aug 29, 2011 9:32 pm
Forum: General
Topic: How to abort jobs that finish with warnings
Replies: 10
Views: 4142

D'oh! Forgot that it takes two arguments but a quick trip to the documentation shows them: DSLogFatal: Logs a fatal error message in a job's log file and terminates the job. Syntax Call DSLogFatal (Message, CallingProgName) Message (input) is the warning message you want to log. Message is automatic...
by chulett
Mon Aug 29, 2011 7:48 am
Forum: General
Topic: Finding the last record in a transformer
Replies: 8
Views: 3465

Re: @INROWNUM = 2 is not working in datastage 8.5

Immaculin wrote:data in the file: (has only 2 rows)
Server job.
by chulett
Mon Aug 29, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 8
Views: 3063

For the 'from UNIX' question, you can't use datasets - you'll need to stick with sequential files if you want to take that route. As for the DataStage way, I'm sure there is but I'm out of time right now, really should be heading out the door.
by chulett
Mon Aug 29, 2011 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 8
Views: 3063

They didn't and it's not. :?
by chulett
Mon Aug 29, 2011 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing special character
Replies: 6
Views: 3617

Code not quote. Fixed.
by chulett
Sat Aug 27, 2011 9:17 pm
Forum: General
Topic: How to abort jobs that finish with warnings
Replies: 10
Views: 4142

These are all in the "online" help. From the Designer go to Help, then Index and then type DSGet and it will take you right there. It only takes one argument, the actual fatal (red) message to put in the log.

If nothing is happening then it's not being called. Post your code.
by chulett
Sat Aug 27, 2011 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle multi delimiter (flat file) in DataStage ?
Replies: 6
Views: 2528

Turn on the option to skip the header record, I'm assuming you don't actually need it.