Search found 42189 matches

by chulett
Fri Nov 06, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage job failing with error esql complaint: ORA-12899:
Replies: 5
Views: 2108

Doesn't really answer the question. What character sets are involved here, source and target?
by chulett
Fri Nov 06, 2009 10:34 am
Forum: General
Topic: YADSSM (Yet another DS SendMail) question
Replies: 7
Views: 8309

What exact 7.x version are you running? Attachments were not supported until 'later', I think with 7.5. And you need to use the routine rather than the Notification Activity stage, yes?
by chulett
Fri Nov 06, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to trim the leadin zero in a varchar
Replies: 5
Views: 1304

And is your actual syntax more like TRIM(Link1.ColumnName,'0',"L") and what stage are you doing this in?
by chulett
Fri Nov 06, 2009 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to trim the leadin zero in a varchar
Replies: 5
Views: 1304

First off, what makes you think it is not working? What is your target field after the trim, another varchar or a decimal?
by chulett
Fri Nov 06, 2009 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query regarding adding an environment variable in a job
Replies: 3
Views: 1408

Actually, they are $PROJDEF and $ENV (plus others) and oddly enough they are documented. Don't take this the wrong way but rather than ask people to regurgitate portions of the manuals for you here, why not take a stab at looking it up yourself first?
by chulett
Fri Nov 06, 2009 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile query
Replies: 4
Views: 1437

Hmmm... that's got more to do with Universe than anything else and the multi-valued fields it supports. May be best to search here for 'Rocket Software' who own that product now and see about downloading the Universe manuals they have.
by chulett
Fri Nov 06, 2009 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64b WIndows and DS 8.1
Replies: 1
Views: 1010

Yes, all versions will. Still a 32bit application but should run just fine.
by chulett
Fri Nov 06, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling two different jobs
Replies: 2
Views: 1490

Sounds like you need a precursor job to determine "if FACT_PRODUCT contains already certain records", whatever certain records means. Then a Sequence job could determine what to run next.
by chulett
Fri Nov 06, 2009 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts, then won't compile
Replies: 8
Views: 2649

The one you were writing to with the write cached enabled, looks like "/home/migration/X"? I've seen similar things happen to job log files when they get hammered by a bazillion warning messages. I'm wondering if simply waiting would have allowed it to clear itself up on its own? May have ...
by chulett
Fri Nov 06, 2009 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute orchadmin commands
Replies: 10
Views: 20813

Then you've "set" it and it will be properly in your environment if you source the dsenv file in your .profile or manually before executing the orchadmin commands.

Code: Select all

cd $DSHOME
. ./dsenv
by chulett
Thu Nov 05, 2009 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Run time error '457'
Replies: 5
Views: 9565

That search also found 15 matches, several of which were marked as Resolved. None of them helped you?
by chulett
Thu Nov 05, 2009 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job substituting default params in place of the passed ones
Replies: 13
Views: 2671

I don't see how 'nodes' play a role in how a Sequence job passes parameters, neither it nor the Routine Activity have any parallel processing in them. Sounds like it's now time to get into the gory details of your routine. Can you post the code here now, please? And you really need to include more l...
by chulett
Thu Nov 05, 2009 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Run time error '457'
Replies: 5
Views: 9565

Searching here for "This Key is already associated with an element of this collection", apparently you have faced this problem before.
by chulett
Thu Nov 05, 2009 11:34 pm
Forum: General
Topic: Linux Red Hat v5 64 bit
Replies: 14
Views: 5057

Out of curiousity, what user is the job that failed running under, something other than dsadm? Have you confirmed permissions not just on the file but on the entire path to it?