Search found 42189 matches

by chulett
Wed Apr 04, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5 has new capability to run sequencer from the Middle
Replies: 4
Views: 1680

HTH means 'Hope That Helps'. :wink:

You need to design 'checkpoints' or restartability into your jobs, there's no magic switch.
by chulett
Wed Apr 04, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char fields not being padded
Replies: 5
Views: 987

It will if the spaces are already part of the field. However, it will not automatically add them for you if they are not there.
by chulett
Wed Apr 04, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Install
Replies: 5
Views: 1793

Welcome Aboard. Unfortunately, not something I've ever tried or worried about. Until real help comes along, I'm curious... why jump through hoops for a 'silent' install? Typically this would be something needed when multiple installs across servers would be needed, yes? I'm also curious where you fo...
by chulett
Wed Apr 04, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open RT_CONFIGXXXXX, RT_LOGXXXXetc.............
Replies: 7
Views: 2566

You need to post the complete errors, not just selected snippets. To me this sounds like a resource issue, that your uvconfig parameters may need to be tuned but the error messages would confirm that.
by chulett
Wed Apr 04, 2007 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using multiple Hash file in one job
Replies: 5
Views: 1241

3) 2GB, actually. Unless the hashed file was created with the -64BIT option in which case it is, for all practical purposes, limited only by your available disk space. I'm not exactly following your other questions. If you asked if several links in a job can write to the same hashed file, the answer...
by chulett
Wed Apr 04, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while passing parameter from one job to another
Replies: 5
Views: 1692

You don't need to pull the value like that. Not for this situation. :?

Just use it:

Code: Select all

UtilityRunJob('testJob', 'Par1=' : DSLink4.o_p_uid :'|' : 'DataSource=' : #DataSource#)) 
by chulett
Wed Apr 04, 2007 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Hash File in job sequence with multiple instances
Replies: 5
Views: 1301

I'm gonna have to get me to Amsterdam someday to try out this infamous 'hash file' Ray keeps talking about. :wink:
by chulett
Wed Apr 04, 2007 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char fields not being padded
Replies: 5
Views: 987

You need to explicitly pad the field if you want to add spaces to it, it won't happen automatically just because a field has been defined as a Char. The Char will allow them to be retained, however. For example: FMT(Link.XXX,"3L") Makes your field left justified and pads it out to ...
by chulett
Wed Apr 04, 2007 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transaction grouping
Replies: 12
Views: 3725

If you want to rollback all work when an error occurs, you cannot use Transaction Grouping. Use it when you have multiple related links and you need each 'group' of links to either all be individually committed or rolled back. The Transaction Size is forced to 1 when this option is enabled, which sh...
by chulett
Tue Apr 03, 2007 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split a single row of record in to two row of output
Replies: 18
Views: 5801

You got lucky. Sequential files are by their nature multiple read but single write operations. This is not a 'DataStage thing'. More than likely you won't get any kind of error but the output would be... unpredictable... at best. Junk at worst case. Use a larger data set. Run the job more than once...
by chulett
Tue Apr 03, 2007 9:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 lookup refresh
Replies: 7
Views: 1738

As noted - you need to keep the hashed file up to date by writing to it any new keys generated during the job run. They then become available for further processing if you disable caching of the hashed file lookup or if you choose 'Enabled, locked for updates'. The former is generally safer.
by chulett
Tue Apr 03, 2007 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Hash File in job sequence with multiple instances
Replies: 5
Views: 1301

'Multiple instances' of hashed files will not be generated simply by making a job multi-instance - unless you ensure that by assigning unique names to them. One way you can do this by incorporating the Invocation ID into the hashed file name. Otherwise, the jobs will all create / delete / write to t...
by chulett
Tue Apr 03, 2007 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows vs Unix for DS Server
Replies: 5
Views: 1106

Do you currently support UNIX servers in your organization? Or would this be something new? That could be a deciding factor as well.
by chulett
Tue Apr 03, 2007 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Component DSSE_ServerEngine problem
Replies: 9
Views: 3240

XP is not a supported Server platform??? thats not true.. DataStage can be installed on XP and there is no problem with the OS. May be I am missing something which I dont understand. Right. So you really don't have a problem? Open up the Install and Upgrade Guide to Page 2-4. If we've got the same ...