Search found 42189 matches

by chulett
Sun Apr 26, 2009 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to save transforming rules in datastage
Replies: 6
Views: 2231

You're welcome. Unless you need more clarifications on this subject, please mark the topic Resolved using the big button at the top of the screen.
by chulett
Sat Apr 25, 2009 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows per sec drops form 300 to 10
Replies: 3
Views: 1259

Then please mark the post as Resolved using the button at the top of the screen.
by chulett
Sat Apr 25, 2009 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to login to datastage Server/Director/Admin
Replies: 5
Views: 5789

An exact search for "Failed to authenticate the current user against the selected Domain" found 23 matches, did none of them help?
by chulett
Sat Apr 25, 2009 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to save transforming rules in datastage
Replies: 6
Views: 2231

That would be what common routines, transforms and shared containers are for. Encapsulate the logic into reusable objects, there's no 'save to file' equivalent here.
by chulett
Sat Apr 25, 2009 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH processes running after bringing the instance down
Replies: 2
Views: 824

Re: OSH processes running after bringing the instance down

I was expecting that uv -admin -stop would in turn gracefully stop these processes. Faulty expectation. If for some reason you feel you need to kill those processes, try first a plain "kill" and if that doesn't work a "kill -15". Save the "kill -9" for when things esca...
by chulett
Sat Apr 25, 2009 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to save transforming rules in datastage
Replies: 6
Views: 2231

'Save' it for what purpose?
by chulett
Sat Apr 25, 2009 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows per sec drops form 300 to 10
Replies: 3
Views: 1259

With no specifics, all we can do is guess - and my guess is full table scan from updates on non-indexed columns.
by chulett
Fri Apr 24, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 3486

Pfffttt... well, for sure I am now. :? Didn't even notice the UNIX notation on the first post after comments like: I am to trying call datastage job from windows command prompt by using command "dsjob -run ". I have added this path "C:\IBM\InformationServer\Server\PXEngine\bin", ...
by chulett
Fri Apr 24, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between 7.5 and 8.1 interms of Oracle 9i
Replies: 2
Views: 3128

What do you mean by 'some Oracle tables are missing in the repository'? What specific errors are you getting? :?
by chulett
Fri Apr 24, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobMonApp error
Replies: 1
Views: 909

Not sure why we need to say this over and over but... have you tried searching the forums for your error message?
by chulett
Fri Apr 24, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 3486

Have you verified that 'dsjob' does indeed live in that directory? If correct, I believe you need to reboot before changes to $PATH are recognized, try that please if you can.
by chulett
Fri Apr 24, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connecting to oracle
Replies: 8
Views: 1416

Don't quote it. :?
by chulett
Fri Apr 24, 2009 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job locked, cant delete/modify but it can be run
Replies: 32
Views: 20050

JRodriguez wrote:Lock details are found in XMETA.XMETALOCKINFO table
As noted earlier and in spite of the subject, this is not a job lock issue. The problematic message is simply "Cannot get exclusive access to log for job JS_ATN".
by chulett
Fri Apr 24, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 3486

That would be the wrong place to add it, you need to add it via Windows itself. My Computer <right click> Properties, then look for 'Environment Variables'.
by chulett
Fri Apr 24, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pivot stage
Replies: 3
Views: 955

In other words, pretty much the same thing you'd see in the documentation. Minus any discussion of key fields.