Search found 42189 matches

by chulett
Wed Jul 06, 2011 6:52 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 10541

Invocation IDs (which can be parameterized) and other job parameters "decided at runtime" are easily accomodated in the Job Activity stage. IMHO, you'd be best served by going that route.

If you really want to go the ExecSH route, post the routine code.
by chulett
Wed Jul 06, 2011 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple rows to single row
Replies: 15
Views: 5846

OK... you are wrong. And welcome. :wink:

Keep in mind the Job Type being discussed when replying. This is the Server forum so no "Remove Duplicates" stage and hence the recommendations to use a Transformer.
by chulett
Wed Jul 06, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy issue in hashed file
Replies: 3
Views: 1872

Same topic as this?
by chulett
Wed Jul 06, 2011 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with lookup with only one key column
Replies: 5
Views: 2644

You just repeated information you've posted before and didn't answer my question. If you need to match on COMPANY_NAME then you'll need to build a different hashed file with that field as the key.
by chulett
Wed Jul 06, 2011 6:37 am
Forum: General
Topic: sequencer got aborted
Replies: 1
Views: 1075

Asked and answered many times here. Do an exact search for "Controller problem: Unhandled failure".
by chulett
Wed Jul 06, 2011 6:35 am
Forum: General
Topic: Releasing a crashed Routine connection
Replies: 3
Views: 979

From inside uvsh (or dssh nowadays) I would try doing a LOGTO to the project in question if you don't start off there and then launch 'DS.TOOLS'. From there you'll find an entry to 'manage locks' from what I recall and a dozen tools under that. See if anything there helps.
by chulett
Wed Jul 06, 2011 6:29 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 10541

Re: Executing dsjob command from routine activity

samyamkrishna wrote:what am i doing wrong?
Running a job using ExecSH from a routine activity stage. Any particular reason you can't use the Job Activity stage?
by chulett
Tue Jul 05, 2011 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character set issue
Replies: 6
Views: 5894

You do realize that you've just repeated information you've already posted and didn't address at all the question that Ray asked you, yes? :?
by chulett
Tue Jul 05, 2011 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with lookup with only one key column
Replies: 5
Views: 2644

:? I'm a little lost here. Hashed files do not allow duplicates per key and thus operate on a "destructive overwrite" basis - a.k.a "last one in wins". So you can't have five records in the hashed file lookup for the same key value. Can you expand on what I assume is your workaro...
by chulett
Tue Jul 05, 2011 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems using File Pattern option with DataStage in Windows
Replies: 9
Views: 5315

From what I think I recall, you should separate the two portions of the file when using a pattern, so for the filename just put the path parameter there and then in the file pattern just the "pattern" itself - Test*.txt.
by chulett
Tue Jul 05, 2011 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Queries in ODBC stages
Replies: 9
Views: 2148

Re: Dynamic Queries in ODBC stages

Is there a way wherein I can include a dynamic query in the ODBC stage, wherein the query would fetch records for only the selected Employee Ids, and not the entire table? I don't see why not. I'm not sure I'd go the 'dynamic sql' route but perhaps look into loading the IDs into a work table and jo...
by chulett
Tue Jul 05, 2011 6:47 am
Forum: General
Topic: Number of parallel, sequential jobs, routines
Replies: 11
Views: 3100

Pandeesh, why not search the forums for JOBTYPEIND? All that you seek is already here.
by chulett
Tue Jul 05, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to join ODBC stage with a seq file
Replies: 3
Views: 1434

Let the stage generate the SQL, what you have right now is invalid for your purposes. To "join" on the ID field, it has to be marked as a Key and properly included in the where clause.
by chulett
Tue Jul 05, 2011 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML files
Replies: 2
Views: 1755

Do you have anything 'official' for the target XML? Say, for example, an xsd that defines all aspects of the elements? If not, can you get one?
by chulett
Tue Jul 05, 2011 6:32 am
Forum: General
Topic: kernal parameters
Replies: 4
Views: 1614

The Internet has all the information you'd ever need, make use of your search engine of choice. As noted, your System Administrator is the only one capable of actually making any changes, you'd have to get this by them first. Go talk to them.