Search found 42189 matches

by chulett
Thu Oct 26, 2006 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environmental variables changes.
Replies: 8
Views: 1765

Re: environmental variables changes.

laxmi_etl wrote:I copied them in the admin tool, but its not refleting in my jobs.

Explain what both of these statements mean. Let's start there.
by chulett
Thu Oct 26, 2006 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anyone give an example to send a mail with an attachment
Replies: 7
Views: 2184

You'll probably find that you need to UUENCODE the attachment...
by chulett
Thu Oct 26, 2006 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server and client sizing
Replies: 10
Views: 2790

ray.wurlod wrote:NVLLVS ANXIETAS

Cvte... :wink:

Obviously, you can do pretty much anything with a big enough X - lever, server, whatever. Just wondering how practical it would be, that's all.
by chulett
Thu Oct 26, 2006 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: modulus operator
Replies: 10
Views: 2769

:? Just do it. Which part is throwing you, the 'remain same' part? That's simply where you set the value of the stage variable to itself.

ps. That's a hint... use a stage variable for this.
by chulett
Thu Oct 26, 2006 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCIBulk slowed down insert as opposed to standard ora
Replies: 4
Views: 1212

There are many factors that can effect this. We'd need to know all kinds of gory details about your job, hardware, network, etc before any conclusions can be drawn. Question: Are you saying the manual direct-path bulk load step actually takes 29 minutes? Or that's the total time to build and possibl...
by chulett
Thu Oct 26, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row out of sequence error
Replies: 12
Views: 2767

for some reason job aborts with the same row out of sequence error there also even if i remove the sort stage and relied on orderby clause. Bottom line - it aborts with a 'Row out of Sequence' error because (oddly enough) your rows are out of sequence. Whatever order you are sorting the incoming da...
by chulett
Thu Oct 26, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server and client sizing
Replies: 10
Views: 2790

All these terabytes flying around in '1 or 2 hours maximum' using the Server product? Interesting...
by chulett
Thu Oct 26, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on invalid number conversion.
Replies: 9
Views: 3171

Ok... now we're resolved with no resolution posted. :?

To help anyone searching here who has a similar problem, can you please post your resolution to this issue?
by chulett
Thu Oct 26, 2006 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aborting job for a paticular input
Replies: 4
Views: 1046

I'd be curious as well, but can pass along why we've done something similar across our project. We have certain lookups of 'core' reference data, the kind that should never fail. On the off chance one does fail, there's no reason to carry on and process anything else, no reason to be subtle about it...
by chulett
Thu Oct 26, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 2
Views: 1198

Yup... and if it is installed elsewhere or you are using something other than sendmail, then your error message tells you what to do about it:

Please check any paths in the following command file are correct, and if necessary adjust the 'dssendmail_template.txt' file in the project directory.
by chulett
Thu Oct 26, 2006 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notofication Activity Issue
Replies: 2
Views: 1837

Re: Notofication Activity Issue

Generally, there are no prerequisites to using the stage, you just drop it in a job and go. Should work just fine out of the box. The following parameters in the call to DSSendMail were not mentioned in the file 'dssendmail_template.txt': server Ignore this, it's a perfectly normal message from the ...
by chulett
Thu Oct 26, 2006 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I count the total number of Jobs is a project?
Replies: 17
Views: 5945

:? No... that would just select the highest job number issued so far. More than likely, that will have very little resemblance to the actual number of jobs in the project... unless you've never deleted any jobs or imported jobs into the project that already existed.
by chulett
Wed Oct 25, 2006 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: testing a null value in a routine
Replies: 11
Views: 3264

In other words, it worked just fine and it's Operator Error. :wink:
by chulett
Wed Oct 25, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait-for-file should run continuously
Replies: 19
Views: 6809

As noted, don't schedule 'the job'. Schedule a small script that looks for the files and trigger the job(s) based on the result. Use an Enterprise Scheduler if available.