Search found 42189 matches

by chulett
Mon Aug 27, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running job
Replies: 3
Views: 855

You must source dsenv into your environment before running dsjob from the command line:

Code: Select all

cd $DSHOME
. ./dsenv

Then try your command again.
by chulett
Mon Aug 27, 2007 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypt Data
Replies: 5
Views: 1518

Mask <> encrypt. If all you need to do is mask the first five digits so it looks something like this:

***-**-1234

Then just substring off the last four digits and concatenate that with the 'mask' for the first 5. Just don't expect to be able to 'unmask' it later. :wink:
by chulett
Mon Aug 27, 2007 1:12 pm
Forum: General
Topic: Merging Two Hash Files
Replies: 6
Views: 2160

If you don't need to keep both around intact afterwards, you could just write the contents of one into the other. Or just use a Link Collector. :wink:
by chulett
Mon Aug 27, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Record too big to...
Replies: 1
Views: 702

Start by searching the forum for 'Record too big to fit in a block', others have posted the same question in the past - see if anything there helps.
by chulett
Mon Aug 27, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting order of execution of two different flow in a single
Replies: 6
Views: 1055

Then don't suggest it. :wink:

Two jobs, run in the proper RI order by a Sequence job or using whatever you've got for job control there.
by chulett
Mon Aug 27, 2007 6:49 am
Forum: General
Topic: Problem in setting up new project
Replies: 2
Views: 1433

Post the entire message. Unless things have changed in 8 there should be a numeric code reported as well.
by chulett
Sun Aug 26, 2007 10:37 pm
Forum: General
Topic: Job Hanging.
Replies: 17
Views: 5002

ArndW wrote:Some more details on the stage types involved in the source and target would make solving the problem a lot easier as well.

Any details, actually. :?
by chulett
Sun Aug 26, 2007 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failing in Production
Replies: 5
Views: 1463

do i have to install the plug-in stage on the new server where i intend to run the executable when you migrate jobs to another server, any plugins you've used in the job must have been installed on that server. They will not transfer with the job itself. Asked and answered. Use a plug-in in a job, ...
by chulett
Sun Aug 26, 2007 10:27 pm
Forum: General
Topic: Job Hanging.
Replies: 17
Views: 5002

ArndW wrote:I suppose that this is one way to rack up some serious points.

:wink:
by chulett
Sun Aug 26, 2007 9:12 pm
Forum: General
Topic: Job Hanging.
Replies: 17
Views: 5002

How are you managing to double-post all over the place here Arnd, every one several minutes apart? Curiouser and curiouser...
by chulett
Sun Aug 26, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performing database commits based on data - can it be done
Replies: 3
Views: 1129

:? Could you perhaps split or partition your data on this FILE_ID field? Or build some sort of iterative process? Also be curious how many discrete values you'd have in that field in a typical load.
by chulett
Sat Aug 25, 2007 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash stage usage
Replies: 2
Views: 978

Re: Hash stage usage

My doubt is in some jobs when i run the second job the first job is internally called. Not sure exactly what this means, but why not use a Sequence job to tie the two together? Or merge the hashed file build logic from the first job into the second job so you only have to run the 'second' job and i...
by chulett
Sat Aug 25, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How filtering is done by Datastage Engine.
Replies: 2
Views: 997

Not sure what you are asking. There's an entire section on reject handling and constraints in the help which would walk you through the various aspects of this. Your warning that is being logged is an artifact of selecting the 'Reject Row' checkbox. The behaviour of what gets rejected can change if ...
by chulett
Sat Aug 25, 2007 10:25 am
Forum: General
Topic: Creating Recursively Hierarchical XML files using DataStage
Replies: 11
Views: 8267

Welcome! :D

I don't see why not, but you'd need to be more specific in your needs or questions. Examples are always good. Are you familiar at all with creating XML with DataStage?
by chulett
Sat Aug 25, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load subroutine on host (30105
Replies: 19
Views: 13298

I kindly suggest you take your error string "Unable to load subroutine on host (30105)" and do an exact search of the forums. See if any of the other posts where people have had this exact same message help you at all.