Search found 42189 matches

by chulett
Wed Apr 29, 2009 7:15 am
Forum: General
Topic: Performance issue while loading into table
Replies: 4
Views: 1489

Define what 'loading' means here - all inserts? To answer the bulk load question, you'd need to actually mention the name of the database you're working with.
by chulett
Wed Apr 29, 2009 6:34 am
Forum: General
Topic: Load N files into a single table
Replies: 12
Views: 3831

You need to read the help on the Folder stage so you know how it works and thus know when to use it.
by chulett
Wed Apr 29, 2009 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Program "DSD.RUN": Line 591, Unable to unlink the
Replies: 4
Views: 4246

A rename is basically a delete and would have the same need to 'unlink', I would look there.
by chulett
Wed Apr 29, 2009 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read from Oracle Database Source
Replies: 11
Views: 3980

What version of the Oracle client do you have installed on the new box? I'm curious if it is the same one as on the old box.
by chulett
Wed Apr 29, 2009 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with NUM function
Replies: 8
Views: 3125

Add a specific IsNull check or perhaps try IsValid rather than Num.
by chulett
Wed Apr 29, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Allow multiple instance impact on job
Replies: 5
Views: 1692

The Director online help has good information on Multi-Instance options. Biggest thing is the job needs to be designed with MI support in mind, particularly how resources are shared (or not).
by chulett
Wed Apr 29, 2009 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

Sure, a flat file would be the typical approach. You would use a UserVariables stage to read them in dynamically at runtime into a delimited list to pass to the Start Loop stage.
by chulett
Wed Apr 29, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Procedure call using DSDB2 Connection instead of ODBC conn
Replies: 6
Views: 2260

If you want to leverage an installed client, you'd need to use a "thick" non-wired driver to do so. Use the thin driver when you do not have a client installed.
by chulett
Tue Apr 28, 2009 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc problem with DB2 cannot upsert
Replies: 6
Views: 4136

:!: You need to start your own post on this subject, not hi-jack another thread where the only common element is the database vendor.
by chulett
Tue Apr 28, 2009 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix script to run a SQl Query based on count of rows
Replies: 4
Views: 1504

Re: Unix script to run a SQl Query based on count of rows

raghucsh wrote:I need to WRITE a Unix Shell Script.

<snip what it needs to do>

Please send the script.
Don't you see a teensy problem with this? :?
by chulett
Tue Apr 28, 2009 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSendMail only upon the records reject
Replies: 20
Views: 9805

dsedi wrote:Can I use the DSGetLinkInfo in the Job activity Trigger expression?
In other words, nope. :wink:
by chulett
Tue Apr 28, 2009 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: indexes on oracle 10g table
Replies: 3
Views: 1264

Set the "Index option" it mentions in the stage to "Rebuild", that should automatically do the equivalent of what your stored procedure was doing. Or was there something special or different about what exactly the proc did?
by chulett
Tue Apr 28, 2009 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine with CmdLine
Replies: 3
Views: 1004

It seems you need to ensure the value of FIELD is quoted in the select if you are going to be passing character data in to it. Of course, that all depends on what "unable to take the character value" means. As to the other problem, I don't see why you are bothering with a routine as there'...
by chulett
Tue Apr 28, 2009 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 1950

few records coming from source file for this column is containing seconds >60. My business rule is i need to populate the data with seconds <60 If the records are coming with seconds >60 . Sorry but that doesn't explain anything. How do you reduce the seconds to less than 60? What is the transforma...