Search found 42189 matches

by chulett
Tue May 04, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find/List number of Jobs ran on a Particular Day
Replies: 7
Views: 2923

Or even easier might be to (off the top of my head) use "dsjob -jobinfo" which would include that information in a format that might be a little easier to parse out.
by chulett
Tue May 04, 2010 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job Compilation Issue
Replies: 3
Views: 2381

Sorry, no idea what might be going on there. I'd suggest opening a case with your official support provider, if you haven't done so already, and also see if anyone has any ideas here.
by chulett
Tue May 04, 2010 5:37 am
Forum: General
Topic: Managing repository
Replies: 10
Views: 2894

Why not just use the existing tools for that? That or the API if you really feel the need to 'code' something, job or script-wise. There's really no burning need for manual queries against the repository they purposefully obfuscate and leave unpublished. That is, after all, exactly why those things ...
by chulett
Tue May 04, 2010 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job Compilation Issue
Replies: 3
Views: 2381

Odd. Does this happen to all jobs or only ones with a Transformer in them? Always been this way or is this a recent / new problem and things used to compile just fine? :?

Also, is the job getting locked because the compile 'takes too long' or some such and you kill the session?
by chulett
Tue May 04, 2010 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find/List number of Jobs ran on a Particular Day
Replies: 7
Views: 2923

Sure. Biggest hurdle will be if you mean their most recent run or an older run. The former is a simple 'dsjob' query, the latter will need intact logs and more involved scripting.
by chulett
Tue May 04, 2010 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Txt file tab problem
Replies: 3
Views: 1161

Tabs can be found (and thus removed) by using CHAR(9).
by chulett
Tue May 04, 2010 5:27 am
Forum: General
Topic: Managing repository
Replies: 10
Views: 2894

Query != Manage, which are you really asking about? And most people will have zero need to ever do any direct queries against XMETA.
by chulett
Tue May 04, 2010 5:26 am
Forum: General
Topic: Location of Job Logs
Replies: 1
Views: 1025

I've never seen any reference material on the subject and think the current methodology of them being "mutually exclusive" is just a best practice. Seeing as how they are two separate settings, I don't see why you couldn't have both on or off should you desire. Not that it may be all that ...
by chulett
Mon May 03, 2010 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple loops in a squence job..
Replies: 4
Views: 1490

I'm a little lost as to what you want to do. You would use a loop inside a loop if you had something like two lists, say: A,B,C,D 1,2,3,4 And you wanted to run this "Job3" 16 times, once around the inner loop for each item in the outer loop, like so: A1,A2,A3,A4,B1,B2,B3,B4,C1 (etc) Howeve...
by chulett
Mon May 03, 2010 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with the logic
Replies: 9
Views: 3159

You can find official standarization lists out on the Internet if you don't already have your hands on them, including this pdf from the USPS.
by chulett
Mon May 03, 2010 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 7
Views: 4902

Ah, good catch. Please mark the post as Resolved using the button at the top of the page.
by chulett
Mon May 03, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write fail to oracle table
Replies: 8
Views: 2614

Keep looking. Since you didn't mention it, have you verified the owner is properly specified? Involved your DBA to see if they can help?
by chulett
Mon May 03, 2010 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write fail to oracle table
Replies: 8
Views: 2614

SRVC_TEST would be what, your target table? If it "does not exist" then you've either spelled it wrong, not specified the proper owner/schema or don't have the grants you need.