Search found 6797 matches

by DSguru2B
Fri Dec 29, 2006 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with multiple columns
Replies: 31
Views: 8721

Ok here is what i can offer. Load your file into a temp table in the same schema and run this query. Replace the table names and column names in my query. This is off of memory and is not tested. You might bump into a few errors, but they will be minor. As far as i can see it, its logically correct ...
by DSguru2B
Fri Dec 29, 2006 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning Job Parameters in a UNIX script
Replies: 29
Views: 8555

Read the Designer Guide, specifically the section 'Job Activity Properties' under 'Job Sequence'. It will tell you how to assign parameter values to individual jobs within a job-sequence.
by DSguru2B
Fri Dec 29, 2006 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with multiple columns
Replies: 31
Views: 8721

What is your database? Maybe i can help you write a sql query that does this for you.
by DSguru2B
Fri Dec 29, 2006 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with multiple columns
Replies: 31
Views: 8721

Did you completely overlook my question ?
by DSguru2B
Fri Dec 29, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning Job Parameters in a UNIX script
Replies: 29
Views: 8555

You can run a job sequence using the above command. But the parameter you pass will be for that job sequence. You have to pass those parameters down to individual jobs within the job sequence.
by DSguru2B
Fri Dec 29, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to excute the shell scripts
Replies: 3
Views: 762

Or you can just give parameters as you would from command line. Narasimha, if i may,

Code: Select all

Ex:  /path/script.sh $1 $2
by DSguru2B
Fri Dec 29, 2006 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A Value Search in a String
Replies: 9
Views: 3564

A picture ='s thousand words. Did i get that right, i think i did. So yes, as i was saying, give an an example of your sample data, and what should be the output for each and every condition.
by DSguru2B
Fri Dec 29, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Name from selected Column
Replies: 5
Views: 1268

Keep it simple and visible. As Ray suggested, do it in two jobs. First one fetches the table name. Second one gets that value as a job parameter. Tie them together via a job sequence.
by DSguru2B
Fri Dec 29, 2006 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset file creation error!
Replies: 6
Views: 4954

How exactly did you delete those files ???
by DSguru2B
Fri Dec 29, 2006 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to sqlldr failed; the return code = 256
Replies: 3
Views: 2757

Find out what the trigger is doing, try to implement that within datastage. This way you can keep your load and get the trigger's job done.
by DSguru2B
Fri Dec 29, 2006 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table locks when loading through Teradata Enterprise stage
Replies: 19
Views: 12558

You should never kill a job thats accessing a database. Things like this start happening. Ask your dba to kill that particular thread, generated by your id.
by DSguru2B
Fri Dec 29, 2006 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view Data from DS Designer
Replies: 15
Views: 4666

That rest of Rays message said 'End of Story'. If you still dont agree, you will have to take this upto IBM. Nothing we can do. Use your favourite sql tool to view the data.
by DSguru2B
Fri Dec 29, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IP change
Replies: 6
Views: 3112

The connection between client and server does not depend upon that, as far as i know. All you need is the correct server name, username and offcourse, password. Your in.
by DSguru2B
Fri Dec 29, 2006 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting better upsert performance
Replies: 4
Views: 1888

Why is the data doubling? That should not happen. Try trimming the keys and then sending it in. What about at the database end, are the keys a surrogate number or a character key? Your seeing an increase in performance for 'insert then update' because there are more inserts then updates. The opposit...
by DSguru2B
Fri Dec 29, 2006 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Data into DB2 View
Replies: 2
Views: 1272

Are you using the DB2 enterprise stage? What if you use the DB2 API stage.