Search found 42189 matches

by chulett
Mon May 18, 2009 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job run from Unix Command Line
Replies: 13
Views: 19377

As your syntax looks just peachy, I agree with this:
Sainath.Srinivasan wrote:Try with a space before your backslashes.
by chulett
Mon May 18, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle nullability
Replies: 2
Views: 867

Interesting, thanks Shane. I'll need to play with NVL, it seems, see how it affects things. :wink:
by chulett
Mon May 18, 2009 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage server 8.01 and ORacle 10G VPD
Replies: 3
Views: 1176

Hmmm... you should be able to call that 'before sql' I would think. What have you tried and what happened? :?
by chulett
Mon May 18, 2009 6:38 am
Forum: General
Topic: High Availability and DataStage 8.1
Replies: 12
Views: 9425

So then... what is it called when a node failure does not kill running jobs but rather transparently moves the engine to another node? Really High Availability? :? Serious question, btw, is that not a consideration? It was back in the day when I was goofing with it. I guess that's the ultimate goal ...
by chulett
Mon May 18, 2009 6:29 am
Forum: General
Topic: KERBEROS error in FTP script
Replies: 6
Views: 3207

A) That KERBEROS message is informational, not an error, just saw the same thing last week. Google for it. B) Use full paths rather than relative ones.
by chulett
Sun May 17, 2009 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jpfile non-existent
Replies: 7
Views: 2539

So... "may help resolve" or "has resolved"? I know you marked the post 'resolved' but the message from IBM leaves some wiggle room for them, it seems.
by chulett
Sun May 17, 2009 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding prevmonth, prev year from a date
Replies: 4
Views: 1578

Re: Finding prevmonth, prev year from a date

I used lookup to do this from the database (DB2), but the lookup doesnot allo cos the orchestrate value i am passing and the sysibm.sysdummy1 table I am getting the value from is not correct. Perhaps if you explained what the heck this means, someone here could help you get corrected values. Or do ...
by chulett
Sun May 17, 2009 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see the links and stages
Replies: 7
Views: 2794

OK, so you have XP w/ "SP2" a.k.a. "Service Pack 2". You need to check with your official support provider and see if that patch is still needed in the 8.x version. It definitely is needed for 7.x, fyi. No clue if that actually will fix your problem or not but you need to get tha...
by chulett
Sun May 17, 2009 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify the tablespaces when create DB2 table in DS
Replies: 9
Views: 3129

Well... that *is* what the 'default tablespaces' are for, to be used by default when none are specified. :wink: I'm not familiar with the gory details of the DB2 stage, but whatever normal syntax you'd use for this should be perfectly valid there as well. I would assume there's some kind of 'user-de...
by chulett
Sun May 17, 2009 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stoping & Restarting Repository Database while server ba
Replies: 8
Views: 3458

Sorry, don't know. Why not ask your official support provider? Once you get the answer, please share it back here.
by chulett
Sun May 17, 2009 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INLIST Routine/Function
Replies: 8
Views: 2761

It is, just not a good one for PX. So attempt to protect your quotes as noted - back-slash, double them up, etc. Or you could load your "inlist" values into a work table and join it into your query. Or (yuck) select everything and filter out what you don't want in the job.
by chulett
Sun May 17, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INLIST Routine/Function
Replies: 8
Views: 2761

DataStage is stripping your quotes so try escaping them. Searched for "INLIST" with author "kcbland" and easily found it here and here but (as noted) why bring a BASIC gun to a PX gunfight?
by chulett
Sun May 17, 2009 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - timeout waiting for mutex
Replies: 8
Views: 11516

That was my thought as well.
by chulett
Sun May 17, 2009 9:56 am
Forum: General
Topic: High Availability and DataStage 8.1
Replies: 12
Views: 9425

It's the "sort of" part that concerns me. Curious what, if anything, others have heard or done recently - especially in the 8.x world.
by chulett
Sun May 17, 2009 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INLIST Routine/Function
Replies: 8
Views: 2761

First, search more better - the BASIC function INLIST is still out there, authored by 'kcbland'. And 'failing the same to write' tells us nothing, post your actual errors or problem details if you expect more detailed help.