Search found 42189 matches

by chulett
Sun Dec 03, 2006 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error compiling Job Control Subroutine
Replies: 7
Views: 4447

What are they supposed to do? Who the heck knows, it isn't something he engineered or attempted to 'cat' together. They are why it barfed and I was hoping you might have a clue at to why the unwanted substitution is happening. :?
by chulett
Sun Dec 03, 2006 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code -2)
Replies: 5
Views: 3624

reena123 wrote:"X" is actually a sever job. Would that make a difference.

Nope.

reena123 also wrote:Please suggest as i have unique invocation id's, but still am facing this issue

Seriously, you are facing the issue because you don't. Check the logged error messages more closely... make no assumptions of uniqueness.
by chulett
Sun Dec 03, 2006 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output - not writing to file
Replies: 10
Views: 2851

And how can they be 'loaded into the xml file' and yet not be written? Or does that mean the 'expected number of records' were written to the XML Ouput stage? :?
by chulett
Sun Dec 03, 2006 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output - not writing to file
Replies: 10
Views: 2851

Usually an XPath problem but it could be any number of things. Not even going to guess without more information from you. First thing to do is exactly what 'thebird' suggested - have you checked the job's log? Any messages there that may shed some light on the issue? :?
by chulett
Sun Dec 03, 2006 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error compiling Job Control Subroutine
Replies: 7
Views: 4447

Daddy Doma wrote:Thanks for your help Craig. I eliminated bunnies as the cause pretty early on :lol:, but your reply prompted me to double check :)

8) Perhaps one of the 'Old Grumblers' can enlighten us both.

And if you know about the bunnies, don't forget the midgets. :lol:
by chulett
Sun Dec 03, 2006 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command read the hashed file
Replies: 1
Views: 560

Simple - that's not a hashed file, it's a 'plain text' file inside the directory. :wink:

So, use vi or your UNIX editor / file viewer of choice.
by chulett
Sun Dec 03, 2006 9:30 pm
Forum: General
Topic: Upgrade from Version 6
Replies: 2
Views: 1812

There's not much difference, client wise, in the 'requirements' of 6 versus 7. The only thing I recall is 6.x will function on Windows XP Home but that is no longer the case with 7.x - it requires XP Pro. Other than that, you should be fine. In my opinion - upgrade to 7.5.x now. The upgrade should b...
by chulett
Sun Dec 03, 2006 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: unable to delete
Replies: 5
Views: 1954

kumar_s wrote:Just curious to know, if its production, shouldn't it be prod_edw.....

I think we have a winner. :wink:
by chulett
Sun Dec 03, 2006 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getColDesc failed
Replies: 7
Views: 2929

Why would a Teradata issue trigger a call to what is apparently an Oracle utility? :?
by chulett
Sun Dec 03, 2006 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error compiling Job Control Subroutine
Replies: 7
Views: 4447

As a guess, I'd say you've stumbled on some sort of 'reserved word' thingy and it is automagically substituting "_JOB_NAME" with UtilityAbortToLog... are you using that somewhere? Rather than burn a lot of brain cells trying to figure out why right now, what if you just changed the name of your para...
by chulett
Sun Dec 03, 2006 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORALCE REJECTS
Replies: 11
Views: 2595

Ok. They don't generally happen at the Oracle stage, per se - they happen inside your database and can be captured in the Oracle stage if you like. Any operation that results in an Oracle error - and Kumar noted there are many - like constraint violations (unique, value or FK), metadata mismatches (...
by chulett
Sun Dec 03, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORALCE REJECTS
Replies: 11
Views: 2595

Details, man, details. Not knowing what you are doing makes it really hard to offer constructive help. All we know is they are not getting updated, so it sounds like you are inserting (instead? first?) and that is failing due to a unique constraint being violated more than likely. Post details of y...
by chulett
Sun Dec 03, 2006 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup_IF condition
Replies: 12
Views: 3239

Sometimes things seem rude when all you've got is text like this. We tend to read all kinds of things into in, like the fact that all caps is SHOUTING. I we could see each other's faces and body language, some of this wouldn't be a problem. Speaking of problems, the other thing we'd like people to d...
by chulett
Sun Dec 03, 2006 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORALCE REJECTS
Replies: 11
Views: 2595

:? How can we help with so little information? Why are they getting rejected? Why are you doing user-defined? That way only leads to the Dark Side...
by chulett
Sun Dec 03, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code -2)
Replies: 5
Views: 3624

Re: Parallel job reports failure (code -2)

Just noticed this is in the wrong forum - please post in the appropriate forum (General or PX) next time. SEQ1.JobControl (@X): Controller problem: Error calling DSRunJob(X), code=-2 [Job is not in the right state (compiled and not running)] Job X is not in the 'right state' because it is currently...