Search found 42189 matches

by chulett
Wed Dec 03, 2008 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a project
Replies: 5
Views: 1707

The repository is corrupted and needs to be "fixed". From a recent post on a similar issue:
ray.wurlod wrote:Search also for VERIFY.SQL command, and UV.ACCOUNT table.
by chulett
Wed Dec 03, 2008 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Warning limit
Replies: 2
Views: 4772

How are you starting your jobs? If from the command line, you can add "-warn 0" for unlimited warnings. However, this (IMHO) falls into the Very Bad Idea camp as Server jobs should never need to log any warnings. :?
by chulett
Wed Dec 03, 2008 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateTimeCompare
Replies: 2
Views: 846

It would be a "user written" routine, so you'll need to find it in the Manager and double-click on it to reveal its secrets.
by chulett
Wed Dec 03, 2008 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BLOB Datatype
Replies: 2
Views: 1075

Short answer? No, not supported. A while there are some 'tricks' for CLOB handling, not sure about BLOBs. :?
by chulett
Wed Dec 03, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSRoutine Result capture
Replies: 1
Views: 632

:? Perhaps you can expand on what "capture the result in other job" means? Seems that you would just need to call it in another job and then you can "capture" the result however you like - write to file, log, table, etc. You'd need to use the BASIC Transformer for this in a Paral...
by chulett
Wed Dec 03, 2008 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 AS400 changing data
Replies: 2
Views: 1152

Sorry, I don't. Just seem to recall people posting a similar issue in the past. Perhaps one of the DB2 gurus here will be able to lend a hand.
by chulett
Wed Dec 03, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in PX Transformer
Replies: 5
Views: 1756

Exactly, as already noted.
by chulett
Wed Dec 03, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Export - Through batch script
Replies: 4
Views: 1683

Re: Job Export - Through batch script

myukassign wrote:Is it possible?
Short answer? No.

Long answer? Yes, sortof. Export the whole project and then hack it up into the pieces you need. People here have written similar things, searching for "dsxcutter" (I believe) should turn one of them up.
by chulett
Wed Dec 03, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 AS400 changing data
Replies: 2
Views: 1152

That sounds vaguely familiar... bug? You might want to ask your official support provider and see if that's the case.
by chulett
Wed Dec 03, 2008 7:58 am
Forum: DSXchange Testimonials
Topic: Its Great... Need Premium membership
Replies: 2
Views: 9557

Best if you use the Contact link at the top of the screen to ask questions like that of the "MembershipDirector".
by chulett
Wed Dec 03, 2008 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning on insert when no data goes in
Replies: 16
Views: 3508

Come on, of course there is an Update action on your update link - that is what is used to build your sql or what allows you to supply 'user-defined' sql. And nothing you've posted leads me to believe your inserts are the problem seeing as how you only get errors when it should be updating based on ...
by chulett
Wed Dec 03, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete entire rows and load the table instead of truncate
Replies: 13
Views: 3105

You must have missed the "nologging is ignored" part, but ok - whatever works for you.
by chulett
Tue Dec 02, 2008 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: preserving partition of the parrallel data set in input 0
Replies: 8
Views: 2250

One thing - stick with the Exact match. The other two seem to be 'broken' in that they appear to be date limited in order to cut down on the results returned. Those volume warnings on the Search page are there for a reason. Problem is, I've searched for posts I know I've made, and while the Exact se...
by chulett
Tue Dec 02, 2008 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: preserving partition of the parrallel data set in input 0
Replies: 8
Views: 2250

I did an Exact Search for "sequential operator cannot preserve the partitioning". You need to search for enough to find what you are looking for without searching for "too much" or anything specific to your data / problem.
by chulett
Tue Dec 02, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 7.5.3 Job Hanging after first run
Replies: 4
Views: 2094

Was just wondering because, from what I recall (right or wrong), most times I've seen "LDR_CNTRL" mentioned here the issue was on an AIX box.

Thanks for posting the solution.