Search found 42189 matches

by chulett
Tue Jun 03, 2008 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job name in error
Replies: 13
Views: 3358

The issue is that in the sequence the stage names have to be different for each call so I am unable to retrieve the log from the second stage name as it not the same as the underlying job I'm a little lost by this. There's no requirement that any stage has any kind of meaningful name, and I've seen...
by chulett
Tue Jun 03, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migrate DS 7.5.1A to DS 7.5.3
Replies: 3
Views: 1870

1. Restore your UNIX level backup. Not just any individual project directories but the 'entire' DataStage installation. 2. From your support provider or direct from IBM. Yes, it will be free as long as you are under a maintenance agreement. 3. Suprisingly, it's already been done by the vendor. You'l...
by chulett
Tue Jun 03, 2008 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer issue
Replies: 30
Views: 8541

but instead of terminator stage what i will suggest is let the otherwise link from all job activity go to sequencer and for 'Any' option. after that you put a routine activity stage and then use the routine UtilityAborttoLog routine in routine--->SDK---->Utility.. This is better i think rather make...
by chulett
Tue Jun 03, 2008 5:14 am
Forum: General
Topic: bulk select/insert
Replies: 3
Views: 1090

So, what database are we talking about here? What stages are you currently using? Array Size? Transaction Size?
by chulett
Tue Jun 03, 2008 5:05 am
Forum: General
Topic: Running multiple instances using dsjob
Replies: 3
Views: 2972

More specifically, are you aware that you need to include an 'Invocation ID' when starting a multi-instance job to allow more than one instance to run at the same time? This can be pretty much any continuous alphanumeric value, as long as it is unique per run. And you specify it via dsjob by appendi...
by chulett
Mon Jun 02, 2008 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating projects from the command line
Replies: 2
Views: 667

Searching on the topic of 'dsadmin' would turn up your answer. Or, to throw the lazy dog a bone:

http://www.dsxchange.com/viewtopic.php?t=116946

One such example. :wink:
by chulett
Mon Jun 02, 2008 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling DataStage jobs in HP Sitescope
Replies: 2
Views: 1083

If you're just using cron/Director for that, no wonder it is becoming a problem. We use Control-M, but any kind of Enterprise Scheduler would simplify your life.
by chulett
Mon Jun 02, 2008 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mass compile option in DataStage 7.5.2
Replies: 4
Views: 1644

Right, in pre-8 releases that would be in the Manager.
by chulett
Mon Jun 02, 2008 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage
Replies: 3
Views: 1139

Not knowing XML will make the behaviour of the XML stages rather... mysterious. Some kind of 'dummies' / introductory book may be in order. From a 'how to' in DataStage, while you could read the 'PACK' documentation installed on your pc, you'd be much better off (IMHO) if you read the Best Practices...
by chulett
Mon Jun 02, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connectivity of DB2 with Datastage 7.5.1(both on same server
Replies: 10
Views: 4721

#Include the DB2 libraries into the LIBPATH AIX or LD_LIBRARY_PATH for SUN and Linux
LIBPATH=$LIBPATH:$DB2DIR/lib64;export LIBPATH

This looks to be an issue. Try pointing to the 32bit libary rather than the 64bit one.
by chulett
Mon Jun 02, 2008 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer issue
Replies: 30
Views: 8541

Oh Bejeebus, sucked back in again. Well Chulett, Of course. However, like most of the time, there's more than one way to skin this cat. All I was attempting to point out was that (in my opinion) the focus on just warnings was too narrow, but that rather you should handle all outcomes outside of the ...
by chulett
Mon Jun 02, 2008 6:17 am
Forum: General
Topic: Sequential Files, Timestamps, Null values and Asterisks
Replies: 26
Views: 15059

ag_ram wrote:chulett,

Can we now add that Enviroment variable in the project using Administrator.

:? Of course. That's how one would add any environment variable to a specific project.
by chulett
Mon Jun 02, 2008 6:13 am
Forum: General
Topic: Best way to abort a job
Replies: 13
Views: 5398

Dunno if this adds any value to the discussion but there is an option in the sequential file stage that's titled: "Clean up on Failure" which is defaulted to true. Setting it to false may give you some data in the file. Actually, it does. Thank you for posting that. I assume 'clean up' in this case...
by chulett
Mon Jun 02, 2008 6:12 am
Forum: General
Topic: Best way to abort a job
Replies: 13
Views: 5398

'The first man'? Dude, it's just you and Ray (as usual) going back and forth. And at this point it's just annoying when you drag threads off on tangents like this. Why don't we setup an Ram Ruminations topic over in the General forum? That way, when you want to do things like this, you can simply li...
by chulett
Sun Jun 01, 2008 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine end of input data
Replies: 14
Views: 4227

Cannot be more than one passed in, actually. So use a delimited list (pipe, perhaps) and then parse out the components inside the routine.