Search found 4992 matches

by kcbland
Mon Sep 11, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: -------Rows missing in tha Hash File--------
Replies: 13
Views: 3300

It's a key, it must be unique. Repeating rows with the same key will overwrite.
by kcbland
Mon Sep 11, 2006 7:13 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

Make sure to source dsenv first.

Code: Select all

cd `cat /.dshome`
. ./dsenv
bin/dssh
by kcbland
Fri Sep 08, 2006 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow DS Server Job Performance
Replies: 10
Views: 4112

Split your jobs into two separate jobs. One is just database to a sequential file and then run it. You will see the performance pulling the data. Then, have the second job read that file and send the rows to the database. Now you'll see how fast rows can load using your given DML.
by kcbland
Fri Sep 08, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejected row
Replies: 6
Views: 1363

What are the stages (ODBC, OCI, database please) and can you view data (connections are proper) and what is the SQL action?
by kcbland
Fri Sep 08, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS server upgrade dsjob not working
Replies: 4
Views: 1021

Your script should source the dsenv file. Put ". ./opt/dsadm/DataStage/DSEngine/dsenv" above the dsjob line to get the environment variables loaded.
by kcbland
Fri Sep 08, 2006 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: War - 'Data that exceeds maximum length has been truncated'
Replies: 7
Views: 2273

There is a maximum number of characters the GUI will display, something quite large. You probably have a row with a column thousands of characters wide.
by kcbland
Fri Sep 08, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS server upgrade dsjob not working
Replies: 4
Views: 1021

:( What is the error message when running this command.
by kcbland
Fri Sep 08, 2006 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine
Replies: 2
Views: 904

There are plenty of examples on the forum, use the Search facility.
by kcbland
Fri Sep 08, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to capture the UNIX exit code from DS
Replies: 2
Views: 1094

I suggest you look at the code for ExecSH and copy it to a new Routine, modify it to behave as you desire, and then use your new one.
by kcbland
Fri Sep 08, 2006 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate issue
Replies: 9
Views: 2144

I can't tell but a I am assuming you are using a single quote, a double quote, and then a single quote in the statement. What your statement is doing is if the first nine characters of link column DSLink12.F1 is the text "QUOTECHAR" then append your quote to that entire link column value, otherwise ...
by kcbland
Thu Sep 07, 2006 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Veritas Backups on Unix... oh My!!
Replies: 2
Views: 713

Ahhh, an enterprise scheduler would be handy to coordinate things. :wink:
by kcbland
Tue Sep 05, 2006 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy DataStage directory in Unix
Replies: 2
Views: 1079

You really can't just copy, because you have to find all of the files installed everywhere, such as the engine directories, project directories, and startup directories, etc. Then, there's the gotchas with internal files in the engine holding specific values that indicate the server on which it's in...
by kcbland
Tue Sep 05, 2006 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Report on sizes of RT_LOG files/tables
Replies: 2
Views: 1099

Not really. There's row counts and then there's file sizes. I think you're probably more interested in filesize. The easiest way is to peep the project folder and use a shell script to get the file size listings. The issue is the correlation to the job name via the job number. There's no supported m...
by kcbland
Mon Sep 04, 2006 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Sql Load with Oracle Enterprise stage
Replies: 4
Views: 1566

The table or partitions being loaded have some exclusive lock on them. Maybe there's an open SELECT processing or a previous INSERT/UPDATE/DELETE/TRUNCATE command is still processing. You'll have to get a DBA to look at the situation with the table. DIRECT path requires exclusive access to a table o...
by kcbland
Mon Sep 04, 2006 7:56 am
Forum: General
Topic: Hats off for Steve Irwin
Replies: 5
Views: 3057

Hats off for Steve Irwin

For our friends down under, he was a popular guy here in the states as well. As my wife said this morning, he went out doing exactly the thing he loved doing.