Search found 37 matches

by supernova2005
Fri Aug 11, 2006 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row too big for inter stage rowbuffer
Replies: 6
Views: 4301

Re: row too big for inter stage rowbuffer

I defined it as varchar of 9999999 Hi everyone, I am using a xml stage to parse a xml which has more than 2 million characters, so I defined a varchar field with a length of 9999999 (9.9 million ) and I got the follwing error message row too big for inter stage rowbuffer does anyone know how to deal...
by supernova2005
Fri Aug 11, 2006 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row too big for inter stage rowbuffer
Replies: 6
Views: 4301

row too big for inter stage rowbuffer

Hi everyone, I am using a xml stage to parse a xml which has more than 2 million characters, so I defined a varchar field with a length of 9999999 (9.9 million ) and I got the follwing error message row too big for inter stage rowbuffer does anyone know how to deal with this? your help will be great...
by supernova2005
Mon Jul 03, 2006 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the logon to UV command
Replies: 3
Views: 1128

That works

that command works. Thanks.
kcbland wrote:

Code: Select all

su - dsadm
{enter your password for dsadm, else you can use root}
cd `cat /.dshome`
. ./dsenv
bin/uvsh
list.readu
{find the row that shows your lock, look over to the USERNO column and get that number}
UNLOCK USER nnnnn ALL
QUIT
by supernova2005
Mon Jul 03, 2006 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the logon to UV command
Replies: 3
Views: 1128

What is the logon to UV command

Hi,

I need to release a job on the UV level, but I can not remember the exact command to logon to UV. Can anyone tell me?
by supernova2005
Fri Apr 21, 2006 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call a Teradata Stored Procedure
Replies: 1
Views: 1270

how to call a Teradata Stored Procedure

Hi everyone,

I need my parallel job to call a Teradata Stored Procedure, the stored procedure takes a few parameters as input and returns a few parameters as output. How can I do that? It looks like the stored procedure stage only calls Oracle stored procedures.

Thanks.
by supernova2005
Tue Jan 31, 2006 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: moving hash files
Replies: 1
Views: 801

moving hash files

Hello everyone, I want to migrate all hash file from one server to another, does anyone know how to do it? I tried to physically move hash files but the ETL job on the new server can not recognize it. this is the error message: J_HASH_xxxxx..Trans_Dummy: |J_HASH_xxxxx..HASHxxxxxx.Trans_Dummy: DSD.UV...
by supernova2005
Tue Jan 24, 2006 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can not open job activites in a job sequencer
Replies: 2
Views: 1975

can not open job activites in a job sequencer

Good morning everyone, This is the first time I have this kind of problem. I installed my DS client recently, and I tried to open a job activity stage in a job sequencer, but nothing happens, that is, there is no pop up window, but the job seems to be edited (that is, the there is a '*' in the end o...
by supernova2005
Thu Jun 23, 2005 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 problem, Invalid string or buffer length. SQLSTATE=HY090
Replies: 6
Views: 4501

yes. If I don't have the select privilege, the DRS stage won't work. I can even the view table on the DB2 stage. This problem only happens when I run the job.
ray.wurlod wrote:Do you have SELECT privilege granted on the requisite system tables?
by supernova2005
Wed Jun 22, 2005 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 problem, Invalid string or buffer length. SQLSTATE=HY090
Replies: 6
Views: 4501

DB2 problem, Invalid string or buffer length. SQLSTATE=HY090

Hi everyone, I posted this message earlier on the PX forum, but I built the same job in Server and the same error message appears. This error message appears on some of my DB2 API stages, and if I replace the DB2 stage with a DRS stage, the error message disappeared. Does anyone know what's going on...
by supernova2005
Thu Jun 16, 2005 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid string or buffer length. SQLSTATE=HY090
Replies: 7
Views: 7969

The DB2 stage is simply reading a table. There is no trick at all.
bcarlson wrote:What is your DB2 stage doing? Is it a write? Can you provide more details?
by supernova2005
Wed Jun 15, 2005 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid string or buffer length. SQLSTATE=HY090
Replies: 7
Views: 7969

Saravanan, Thank you for the reply. I remove the alias on the input and output db2 tables, and changed all chars to VarChars, but the problem still exists. Is there any other possible solution? Had faced the same problem for two different reasons. 1. Specified the alias for a table, but this alias w...
by supernova2005
Wed Jun 15, 2005 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid string or buffer length. SQLSTATE=HY090
Replies: 7
Views: 7969

Invalid string or buffer length. SQLSTATE=HY090

Hi everyone, This error message appears on some of my DB2 stages, and if I replace the DB2 stage with a DRS stage, the error message disappeared. Does anyone know what's going on? here is the error message: APT_CombinedOperatorController,0: Fatal Error: Fatal: [IBM][CLI Driver] CLI0131E Invalid stri...
by supernova2005
Mon Jun 06, 2005 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installing Datastage on windows XP home edition
Replies: 3
Views: 1393

installing Datastage on windows XP home edition

Hi, I tried to install Datastage server (version 7.1r1) on windows XP home edition. and it complained that I can only install on NT, 2000 or XP professional. I installed the same thing on windows 2000 and I never had any problems. so do I have to upgrad my window xp to professional editional to inst...
by supernova2005
Fri May 20, 2005 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problme with aggregator stage
Replies: 6
Views: 3419

Yes, you are right. The warning messages disappeared. Thank you for the help. The way AGGR stage works on sum of decimal type columns is. When it performs a SUM it makes sure that no row is "null". When we contacted an Ascential pro' with the same problem. He mentioned it was a compiler re...
by supernova2005
Thu May 19, 2005 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problme with aggregator stage
Replies: 6
Views: 3419

amsh76 wrote:Whats your source?
both the source and the target are sequential files. but I don't think it is a problem, because I tried to replace them with datasets and the same thing happened.