Search found 42189 matches

by chulett
Tue Oct 19, 2010 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job performance for Table Update
Replies: 2
Views: 1505

Pretty simple - index the target table over whatever fields you have as 'key' fields in your update link. Without them each update is a full table scan of all 12 million records.

You can always drop the index when this is done.
by chulett
Tue Oct 19, 2010 8:41 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 7110

Are you searching on the DataStage server? Do you know where your DSEngine directory is? There should be a "bin" directory under there with all of the appropriate executables in it, I would think.
by chulett
Tue Oct 19, 2010 8:02 am
Forum: General
Topic: Creating a text file in DS
Replies: 3
Views: 1384

Yes & Yes. The DOS command to delete a file is "del" or "erase".
by chulett
Tue Oct 19, 2010 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector not running Before SQL
Replies: 11
Views: 10166

I'd lean towards 3. And that kind of 'sql' don't need no commit'n. :wink:
by chulett
Tue Oct 19, 2010 7:50 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 7110

Did you try a simple Windows search? Nowadays I would look for (and use) "dssh" rather than "uvsh".
by chulett
Tue Oct 19, 2010 7:49 am
Forum: General
Topic: Creating a text file in DS
Replies: 3
Views: 1384

In an Execute Command stage do:

echo "Production ran successfully" > YourFilename
by chulett
Tue Oct 19, 2010 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to authenticate the current user against the selected
Replies: 2
Views: 1498

In other words, a search for the message here should provide you some inputs so that this error can be resolved.
by chulett
Tue Oct 19, 2010 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting decimal values to smaller decimal values
Replies: 1
Views: 1060

You could probably do an implicit conversion, or explicitly using the DecimalToDecimal() function. Keep in mind the fact that you are going to get warnings whenever you do something like this, sending a larger something to a smaller something as it won't necessarily fit.
by chulett
Tue Oct 19, 2010 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal operator error
Replies: 2
Views: 1514

First question - did you search for your message? An exact search here for "the source decimal has even precision, but non-zero in the leading nybble" turned up 14 matches, several of which were marked as resolved.
by chulett
Tue Oct 19, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector not running Before SQL
Replies: 11
Views: 10166

He knows what the message means and has stated that the sql to disable the constraints is in the Before SQL tab of the Connector. So it's either not running it or it is failing and not logging that fact. Never used the stage nor have any access so can't help directly. Is there anything in the log to...
by chulett
Tue Oct 19, 2010 7:26 am
Forum: General
Topic: Stage Variable values to Routine
Replies: 2
Views: 1173

Where exactly are you calling this - before or after what? After job you won't be able to use stage variables, so can I assume after stage with that stage being tjhe transformer where you declared the stage variables? :? And you call it with one parameter, the one you called 'JobName'. ErrCode is re...
by chulett
Tue Oct 19, 2010 7:20 am
Forum: General
Topic: To run a job based on the output of the first job
Replies: 23
Views: 5039

OK... then I guess we really are resolved here now. :wink:
by chulett
Tue Oct 19, 2010 7:19 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 7110

Same way.
by chulett
Mon Oct 18, 2010 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records skipped when reading sequential file
Replies: 5
Views: 1980

What are the data types you've used for the columns in the stage?
by chulett
Mon Oct 18, 2010 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 11g connectivity
Replies: 1
Views: 1353

Do an exact match search for "Oracle client version 0 is NOT supported" and see if any of the previous posts that mention this same problem help.