Search found 42189 matches

by chulett
Mon Mar 26, 2007 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link.DBMSCODE
Replies: 10
Views: 3838

The Reject Row box is unchecked and the array size is also set to 1. The reject link is the last link in the link ordering too. But still i do not get the expected rows into rejects file This doesn't make a lot of sense. Without the 'Reject Row' checked, all that will go down the link are any rows ...
by chulett
Mon Mar 26, 2007 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Sequence
Replies: 10
Views: 2005

Call your Support provider. Or wait and see if you get any responses in your other thread. Or both.
by chulett
Mon Mar 26, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link.DBMSCODE
Replies: 10
Views: 3838

Uncheck the 'Reject Row' box in the constraint. And make sure your OCI array size is 1.
by chulett
Mon Mar 26, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Search in Jobs
Replies: 5
Views: 1322

A well crafted query could find it. And while you could do it from the 'command line' you would typically do it from a TCL prompt or the Administrator client, I do believe. Search the forums for mention of DS_JOBOBJECTS. You should be able to find several examples of the syntax needed, or at least s...
by chulett
Mon Mar 26, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Sequence
Replies: 10
Views: 2005

You've already started a thread for this, let's not mix the two. If I had anything to add to it, I would have there - unfortunately, don't have access to 8.x yet.
by chulett
Mon Mar 26, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Sequence
Replies: 10
Views: 2005

No, it means if the job is in an Aborted status, it will issue a 'Reset' before it tries to run it - same thing you'd have to do from the Director. You'll also get that -2 error if you have 'Run' for the option and the job aborted last time.
by chulett
Mon Mar 26, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplication with -1 in Transformer
Replies: 12
Views: 4191

Sorry, three people. :wink:
by chulett
Mon Mar 26, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplication with -1 in Transformer
Replies: 12
Views: 4191

It's not weird. You've had two people asked about the value you were using for scale - don't you think that's a big clue? :P
by chulett
Mon Mar 26, 2007 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Sequence
Replies: 10
Views: 2005

Two typical causes:

1) You are not using the 'Reset if require then run' option in the Job Activity stages.

2) You are running the same job more than once in the Sequence. When you ask to run JobA and JobA is already running, you'll get that -2 error.
by chulett
Mon Mar 26, 2007 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Client Manager for switching clients DS 7.5 & 8 ?
Replies: 15
Views: 8211

It doesn't switch Version Control. If you are planning on using a new version of VC then you need to install it while 'switched' to the new client and only use it under the same circumstances - new client only, new projects only. If you want to stick with your older version of VC, don't install the ...
by chulett
Mon Mar 26, 2007 9:23 am
Forum: General
Topic: installation of mainframe components(MVSVersion)in datastage
Replies: 4
Views: 1478

It's the standard advice when you have odd repository issues, and searches of the forums here would turn up many conversations on the subject: Get exclusive access to the Project and then Rebuild Repository Indeces. You do this from option number 2 under the DS.TOOLS menu. Search and read, then try.
by chulett
Mon Mar 26, 2007 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up failure due to duplicates
Replies: 4
Views: 905

As noted, change your query to not return duplicates but rather the preferred singleton row.
by chulett
Mon Mar 26, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Multiple Before Job Commands
Replies: 7
Views: 1887

Oh, come on... you wanted to do it the simple way? Why didn't you say so! :lol:
by chulett
Mon Mar 26, 2007 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i want the details about dsjobs in command line from scratch
Replies: 12
Views: 8044

"reply" "explain how implement the dsexport in command line" "explain with sample in dos,unix, windows" Just sticking a "please" on the end isn't going to help. Learn how to ask for help. Express your needs clearly and completely. Ask specific questions. Try to solve your own problem first then com...
by chulett
Mon Mar 26, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Multiple Before Job Commands
Replies: 7
Views: 1887

It's been awhile but I know it has been discussed here. You'd need to create something called a 'paragraph' from what I recall, something that links together multiple TCL commands. You would then 'run' the paragraph.

A search with the proper keywords should turn something up.