Search found 33 matches

by daniel0623
Tue Feb 14, 2006 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear hunders of job instance except compiling
Replies: 2
Views: 1434

How to clear hunders of job instance except compiling

Hi all, In this case,we have hunders of jobs.And every day each job will create hunders of instances.So we must clear instance every two days.Or it is very slow to open datastage director. We can't clear instance by compiling job because dataStage server does not have job designs. Can I clear hunder...
by daniel0623
Sun Feb 12, 2006 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To pass the parameter to oracle stage in where class
Replies: 11
Views: 5361

Re: To pass the parameter to oracle stage in where class

Hi , I have two jobs. My first job output is a DATE. I want to pass this date as a parameter to my second job to a oracle stage . In the second job oracle stage i have a user defined query "select * from the XYZtable where the date ='#date_Param#'". I tried various options 1.Iam working i...
by daniel0623
Mon Dec 12, 2005 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to setup DataStage for MPP system
Replies: 14
Views: 13669

firstly,make sure rsh service has been started.
secondly,add .rhosts file into dsadm home directory on each machine, and add user dsadm in .rhosts file.
thirdly, test rsh whether connected or not.
by daniel0623
Tue Sep 20, 2005 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not a v1.1 type: decimal
Replies: 4
Views: 1719

Job succeeded when executing at local job,but failed at remote server.I change data type to Numeric at remote server.Error persisted.
At remote server all other data type are ok except decimal.I'm very puzzled.
by daniel0623
Tue Sep 20, 2005 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not a v1.1 type: decimal
Replies: 4
Views: 1719

Fatal Error: Not a v1.1 type: decimal

Hi All, I have this new error for all my jobs which contain DB2 API Stage: Job 1 main_program: Fatal Error: Not a v1.1 type: decimal[12,2]. Job 2 main_program: Fatal Error: Not a v1.1 type: decimal[20,0]. Job3 main_program: Fatal Error: Not a v1.1 type: decimal[14,2]. I create a Job which reads data...
by daniel0623
Fri Sep 16, 2005 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Stage ERROR While Deleting Data
Replies: 7
Views: 4312

Hello ArndW,
User-defined SQL as follows, it is very easy:
DELETE FROM testtb WHERE (Col1='aaaaaaaaaa')
by daniel0623
Fri Sep 16, 2005 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Stage ERROR While Deleting Data
Replies: 7
Views: 4312

DB2 EE Stage ERROR While Deleting Data

Hello guys,
While Deleting Data by DB2 EE Stage,Error as follows:
DB2_UDB_Enterprise_1: Unable to convert the adapter spec ostrstream object with a value of `' to ustring.
DB2 is remote DB.It's normal while insert,update,select.If any one ever resovled similar problem, please help me.

Thanks
by daniel0623
Wed Sep 14, 2005 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Load stage
Replies: 11
Views: 2976

The same problem puzzled me.

I also can't use DB2 Load Stage with same error in Parallel Job.But I can use it in server job.I think it is may be a bug.
by daniel0623
Sat Jul 09, 2005 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't connect to Informix
Replies: 2
Views: 2010

Hi roy,
Thank you for your help.I have resolved problem.I download a new client 2.9-32bit.And successfully connect to informix.
by daniel0623
Thu Jul 07, 2005 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't connect to Informix
Replies: 2
Views: 2010

Can't connect to Informix

Hi all, It's my first time to connect Informix Server.OS:AIX 5.2 Informix:9.3 Datastage EE:7.5 I added environment variables in $DSHOME/dsenv as follows: INFORMIXDIR=/home/inf930FC5; export INFORMIXDIR PATH=$PATH:$INFORMIXDIR/bin; export PATH INFORMIXSERVER=udi_etl_kf_tcp; export INFORMIXSERVER ONCO...
by daniel0623
Tue Jul 05, 2005 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Error
Replies: 3
Views: 1407

I create a new project and the error disapeared.So strange!Thanks for your help!
by daniel0623
Tue Jul 05, 2005 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Error
Replies: 3
Views: 1407

Transformer Stage Error

Hi all, Job always aborted when it contain Transformer Stage.Log as follows, Transformer_2: Failed to load the library "V0S2_testtran_Transformer_2.o". Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incomp...
by daniel0623
Tue Jun 28, 2005 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Code
Replies: 2
Views: 1007

Status Code

Hi All,
When running a job in command line,it will return a status code.Who can tell me the mean of each status code? Thanks
by daniel0623
Thu Jun 09, 2005 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to realize opposite of Pivot?
Replies: 10
Views: 5399

Yes , Target data always has same columns.