Search found 82 matches

by vinodlakshmanan
Thu Dec 16, 2004 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture the message from Director Log?
Replies: 4
Views: 1716

If you want to do it using Unix, you can do it using the dsjob command. You will need the log ID for this. You can get this using the -logsum or -lognewest option. Using the log ID, you can get the message using the -logdetail option.
by vinodlakshmanan
Thu Dec 16, 2004 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot access partitioned tables in Oracle 8i Enterprise Sta
Replies: 2
Views: 1135

Cannot access partitioned tables in Oracle 8i Enterprise Sta

This is a post on behalf of a friend: We have to read 2months of data (approximately 16 million records) from a table. For this we are using 8 Oracle Enterprise stages for faster retrieval and then using a funnel to merge it. We were suggested to use the partition table clause instead of 8 oracle st...
by vinodlakshmanan
Wed Dec 15, 2004 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uv, uvsh and dssh commands not working in DS 7.0
Replies: 10
Views: 6833

The LD_LIBRARY_PATH is not defined, but SHLIB_PATH is defined in $DSHOME/dsenv. I'm pasting the same below: SHLIB_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$DSHOME/java/jre/lib/PA_RISC/hotspot:$DSHOME /java/jre/lib/PA_RISC:/opt/oracle/9.2.0.4.0/lib:$SHLIB_PATH:$ORACLE_HOME/l...
by vinodlakshmanan
Wed Dec 15, 2004 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uv, uvsh and dssh commands not working in DS 7.0
Replies: 10
Views: 6833

No, its on a server dedicated to using DS 7.0 PX. ANd this is a problem on 2 servers, not 1. And one installation is a production server.
by vinodlakshmanan
Wed Dec 15, 2004 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uv, uvsh and dssh commands not working in DS 7.0
Replies: 10
Views: 6833

I did execute $DSHOME/dsenv before running the commands. This works fine on 6.0 server.
by vinodlakshmanan
Wed Dec 15, 2004 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use hash files created in 6.1 in 7.0
Replies: 3
Views: 1120

Can we use hash files created in 6.1 in 7.0

We have some hash files created in 6.1 PX jobs and we need to use them in 7.0. First of all, can we copy hash files from one server to another? Secondly can we use hash files created in 6.0 directly in 7.0 jbs, if copying them is possible.
by vinodlakshmanan
Wed Dec 15, 2004 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uv, uvsh and dssh commands not working in DS 7.0
Replies: 10
Views: 6833

uv, uvsh and dssh commands not working in DS 7.0

I am trying to run the uv command from the console, but it is giving the following error:

Code: Select all

/usr/lib/dld.sl: Can't find path for shared library: libUtilWSClient.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
What could be the problem?
by vinodlakshmanan
Tue Dec 14, 2004 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use hash files created in 6.1 in 70
Replies: 3
Views: 1757

Can we use hash files created in 6.1 in 70

We have some hash files created in 6.1 PX jobs and we need to use them in 7.0. First of all, can we copy hash files from one server to another? Secondly can we use hash files created in 6.0 directly in 7.0 jbs, if copying them is possible.
by vinodlakshmanan
Tue Dec 14, 2004 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Are there entries in logs equivalent to the perf stats?
Replies: 2
Views: 1464

Are there entries in logs equivalent to the perf stats?

We have a production server, where we can telnet through Unix, but cannot connect with DS. I need to view the performance statistics as shown in designer. Can it be viewed through the log files or any other way? I have all details of the job and project. Please remember that I cannot use Designer, D...
by vinodlakshmanan
Tue Dec 14, 2004 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to view a hash file from Unix console?
Replies: 1
Views: 880

How to view a hash file from Unix console?

I have created a hash file in a server job. The hash file has the name Vinodh1. Suppose I have created it in the directory /apps/dsadm/Vinod. When I got to the above directory, I see another directory with the name Vinodh1. It contains 2 files: OVER.30 and DATA.30. I want to view this file from the ...
by vinodlakshmanan
Wed Dec 08, 2004 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why does Error SIGBUS occur?
Replies: 1
Views: 1533

Why does Error SIGBUS occur?

Why does the error SIGBUS occur? There is a job in which I am retrieving data from a table and performing a lookup against a dataset. The dataset has some 16million plus records. I am using a lookup stage for this. When I run the job, it retrieves the data from the table. While fetching the records ...
by vinodlakshmanan
Mon Nov 29, 2004 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of uv and uvsh commands
Replies: 4
Views: 5479

I want to which are the DataStage specific tables. For e.g, one table I know of is DS_JOBS. Are there any other DataStage specific tables? If so, what are they?
by vinodlakshmanan
Mon Nov 29, 2004 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of uv and uvsh commands
Replies: 4
Views: 5479

Usage of uv and uvsh commands

I require info on what the uv and uvsh commands can be used for besides accessing logs. Is there any documentation available on the commands? I am doing some research on the commands, but cannot seem to find any documentation on the commands. Also, what are the tables available in the uv database.
by vinodlakshmanan
Fri Nov 26, 2004 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Oracle parameters in Oracle stage
Replies: 6
Views: 2870

I tried the same, but its not working. Does it have something to do with the .odbc.ini file? But we are not specifying the DSN name in the stage.