Search found 158 matches

by kavuri
Thu Aug 23, 2007 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 udb enterprise stage view data
Replies: 7
Views: 2912

Hi, I had tried based on errors some of the following. I am getting following details when executing in Unix shell prompt. $ liborchdb2opaix3.so exec(): 0509-036 Cannot load program liborchdb2opaix3.so because of the following errors: 0509-151 The program does not have an entry point or the o_snentr...
by kavuri
Thu Aug 23, 2007 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4702

Re: error while compiling transformer stage

Hi,
I am able to check in administrator tool that "APT_COMPILER= /usr/vacpp/bin/xlC_r" and APT_LINKER is also set to same.

Can you tell me where the wrong goes.

Thanks
Bhargava
by kavuri
Thu Aug 23, 2007 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 udb enterprise stage view data
Replies: 7
Views: 2912

Hi Ray, I am able to view my client tool administrator. I dont have access to server. Here what I found is "LIBPATH=/usr/lib". If I want it to work what else do I need to do? Here I am having my source database is DB2, and my target is sequential file. Can you tell me what are all the sett...
by kavuri
Wed Aug 22, 2007 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4702

Re: error while compiling transformer stage

If I am trying which cc and which gcc commands I am getting following information. $ which cc which: 0652-141 There is no cc in /usr/bin /etc /usr/sbin /usr/ucb /home/bhi/bin /usr/bin/X11 /sbin . /home/bhi/sqllib/bin /home/bhi/sqllib/adm /home/bhi/sqllib/misc. $ which gcc which: 0652-141 There is no...
by kavuri
Wed Aug 22, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4702

Re: error while compiling transformer stage

As I tried the commands, I got following results. $ lslpp -l | grep xlc $ find / -name gcc -print 2>/dev/null /usr/local/bin/gcc /usr/local/lib/gcc /usr/local/libexec/gcc Is this the meaning of where my c++ compiler is installed? If so Is this in the correct path or not? What is xlc? Thanks Kavuri
by kavuri
Wed Aug 22, 2007 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4702

Re: error while compiling transformer stage

Hi,
what is this xlc compiler? and How it is going to affect DataStage jobs? How to find I am having a xlc compiler?. If it is there, then what should I do to alleviate the problem?

Thanks
Kavuri
by kavuri
Wed Aug 22, 2007 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 udb enterprise stage view data
Replies: 7
Views: 2912

db2 udb enterprise stage view data

Hi, while I am trying to view the data in DB2 UDB enterprise stage, I am getting following error. ##E TOSH 000205 10:40:55(007) <main_program> PATH search failure: ##E TOSH 000000 10:40:55(008) <main_program> Error loading "orchdb2op": Could not load "orchdb2op": 0509-022 Cannot ...
by kavuri
Wed Aug 22, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4702

error while compiling transformer stage

Hi, I am getting following error while compiling in transformer stage. Can anybody give me a hint what is the problem Ascential DataStage(tm) Enterprise Edition 7.5.1A Copyright (c) 2004, 1997-2004 Ascential Software Corporation. All Rights Reserved ##I TUTL 000031 10:22:38(001) <main_program> The o...
by kavuri
Wed Aug 22, 2007 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection
Replies: 4
Views: 2399

Re: ODBC connection

we have recreated the .odbc.ini and uvodbc.config files . It solved our problem.

Thanks
Kavuri
by kavuri
Tue Aug 21, 2007 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instances accessing a single table
Replies: 3
Views: 785

1) I need a parameter i.e Is this to represent a table name? If so suppose if I give the paramemter name as "tmp_new_table", then the temporary tables should be something like "tmp_new_table1", "tmp_new_table2"..... That too these tables all are need to be created on th...
by kavuri
Tue Aug 21, 2007 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection
Replies: 4
Views: 2399

ODBC connection

Hi, while I am trying to connect to db2 server by using ODBC table definition to load columns in Designer, I am getting the following problem. DSR.MetaGeta(GET.TABLES)(SQLConnect('bhi','bhi')): BCI Error: SQLSTATE=IM997,CODE=0,[DataStage][SQL Client]An illegal configuration option was found Can anyb...
by kavuri
Tue Aug 21, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instances accessing a single table
Replies: 3
Views: 785

Multiple instances accessing a single table

Hi, I am having a job which is running for multiple plans. In this process we need to create temporary tables for each plan. Based on the values on temporary tables we need to update a lookup table. here my problem is 1) How to create temporary tables based on plans, because plans are not fixed. At ...
by kavuri
Fri Aug 10, 2007 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

Re: error in importing metadata from db2

I am trying to import through ODBC Table Definitions.

Thanks
Kavuri
by kavuri
Fri Aug 10, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

Re: error in importing metadata from db2

Hi My server name as host name I had given the same value in IP address field. Let me say my server name is "bhargava" I had given "IpAddress=bhargava". Is there any problem? I am trying to import metadata from both Manager as well as designer. Anywhere I am unable to get it. Tha...
by kavuri
Fri Aug 10, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

error in importing metadata from db2

Hi, Even though I am working on EE. My DataStage EE and DB2 are on the same server containing 4 processors. But here I am working with a simple process to import metadata. I am giving the configuration here. Please let me know the problem. [bhi] Driver=/XXXXXXX/XXXXXXXXX/ascential/Ascential/DataStag...