Search found 92 matches

by tanaya.deshpande@tieto.co
Fri Oct 01, 2010 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique key warning generated
Replies: 7
Views: 2763

Unique key warning generated

I am new at Datastage ..

I am getting these 30 - 40 warnings about violating a Unique Index on a column..
the warning is [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'dbo.D_Employee' with unique index 'D_Employee_NK'.

How can I handle this ?
by tanaya.deshpande@tieto.co
Mon Sep 13, 2010 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot veiw data
Replies: 4
Views: 3299

These are the errors ##E IIS-DSEE-TFOR-00089 09:17:02(000) <_ABORT_IDENT_,0> The runLocally() of the operator failed. ##E IIS-DSEE-TFOR-00089 09:17:02(002) <APT_CombinedOperatorController,0> The runLocally() of the operator failed. ##E IIS-DSEE-TFPM-00040 09:17:02(003) <APT_CombinedOperatorControlle...
by tanaya.deshpande@tieto.co
Mon Sep 13, 2010 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot veiw data
Replies: 4
Views: 3299

I have Transformer,SQLServer stage,funnel stage ,lookup stage, Sort stage, Aggregrator stage
by tanaya.deshpande@tieto.co
Mon Sep 13, 2010 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot veiw data
Replies: 4
Views: 3299

cannot veiw data

Hi I am not able to view data from a dataset this is the error it gives ##I IIS-DSEE-TFCN-00001 09:00:38(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.1.0.5447 Copyright (c) 2001, 2005-2008 IBM Corporation. All rights reserved ##I IIS-DSEE-TFCN-00006 09:00:38(001) <main_program> c...
by tanaya.deshpande@tieto.co
Mon Sep 06, 2010 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the error
Replies: 10
Views: 11355

what does this info mean

process meta data not available in database.
by tanaya.deshpande@tieto.co
Mon Sep 06, 2010 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the error
Replies: 10
Views: 11355

I have set APT_DONT_OPTIMIZE_MODIFY but what value should be given to this variable?
by tanaya.deshpande@tieto.co
Mon Sep 06, 2010 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the error
Replies: 10
Views: 11355

well before the error this info is generated

Process meta data not available in database


The job is load job and contains scd stage,Join stage,and sql server stage as look up...

hope this helps
by tanaya.deshpande@tieto.co
Mon Sep 06, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the error
Replies: 10
Views: 11355

Meaning and solution of the error

what does this error mean

main_program: Fatal Error: The interface is not bound.
by tanaya.deshpande@tieto.co
Tue Aug 31, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

the job does not use transformer this is the design its simple mapping oracle->filter->sqlserver The thing is when I am filtering data on a value (in oracle query iam giving condition where the <columnname> <> <value>)its finishing ok but if I remove this condition the job aborts if I run using cond...
by tanaya.deshpande@tieto.co
Mon Aug 30, 2010 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

In my job 1 row(or many ) is giving implicit conversion error . how can I find the row which is causing trouble in thousand and millions of rows.The column which is having the error is not any key,can accept nulls and has datatype float. this is the warning : Copy_of_MAXIMO_WORKORDER: When checking ...
by tanaya.deshpande@tieto.co
Mon Aug 30, 2010 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

does anyone know how i can find the row or rows which are giving errors
by tanaya.deshpande@tieto.co
Mon Aug 30, 2010 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

I have tried to use modify stage but it does not work I am still getting this warning Filter_61: When checking operator: When binding output schema variable "outrec": When binding output interface field "ABBESTDOWNTIME" to field "ABBESTDOWNTIME": Implicit conversion fro...
by tanaya.deshpande@tieto.co
Mon Aug 30, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

the cast function also does not work
cast as varchardoes not work
by tanaya.deshpande@tieto.co
Mon Aug 30, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8577

Modify stage does not work...
this is what i gave in the specification

ABBESTDOWNTIME:sfloat=ABBESTDOWNTIME


is this correct