Search found 55 matches

by Nagasudheerkumar
Sun Jan 09, 2011 12:07 pm
Forum: General
Topic: Repeated condition
Replies: 1
Views: 1057

Repeated condition

a >=b then a=a-b update 'a' value in lkp table
a<b then remaining.b=a-b update 'a' value as '0' for that record.

Read next record a>=remaining.b then a=a-r.b update a value in lkp table.
A<r.b then r.b=r.b-a update a value as '0'

this condition will run upto 'A' value become
by Nagasudheerkumar
Fri Nov 12, 2010 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

we need to start looping but should not load data so the logic is correct IM_ITEM_NBR='xx'
by Nagasudheerkumar
Fri Nov 12, 2010 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

The requirement is we need to start the loop and should not load data so in where clause we are using this IM_ITEM_NBR='xx' its working fine now.
by Nagasudheerkumar
Thu Nov 11, 2010 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

Bingo..Iam using varchar Datatype.But it is working fine in Toad(with no records) if I give IM_ITEM_NBR <> 'xx' it is giving me the whole data and ds is also behaving like oracle.
by Nagasudheerkumar
Thu Nov 11, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

SELECT IM_ITEM_NBR, IM_MAKE_BUY_CODE, IM_ENG_REV_DATE, IM_ITEM_STATUS, IM_COST_CTL_CODE, IM_PLANNER, IM_ITEM_DESC, IM_UNIT_MEAS, IM_ITEM_TYPE FROM S07_IMF_DLPIMF where IM_ITEM_NBR='xx'

Please suggest me
by Nagasudheerkumar
Wed Nov 10, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

I have taken out the where clause "column name='xx' " then it is working fine.Just wanted to give column name='xx' I should not get any errors. How to do that any suggestions
by Nagasudheerkumar
Tue Nov 09, 2010 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 1
Views: 939

compilation error

Compiling: Source = 'RT_BP104/JOB.1569753324.DT.156148395.TRANS1', Object = 'RT_BP104.O/JOB.1569753324.DT.156148395.TRANS1' ************************************************************************************************************************************ Array 'rtRowStatsCount' never dimensioned. ...
by Nagasudheerkumar
Tue Nov 09, 2010 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

Oracle Enterprise Stage--->Transformer--->Dataset

when Iam viewing data iam getting the error
by Nagasudheerkumar
Tue Nov 09, 2010 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

I checked all the datatypes,table names,column names and data contents still Iam getting the same error.
##F IIS-DSEE-TDOR-00491 06:40:53(007)<main_program>: Fatal Error: Invalid character encountered in table S17_DLPTGF_TLF
by Nagasudheerkumar
Tue Nov 09, 2010 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

Hi Ray which things I need to see for my error.
by Nagasudheerkumar
Tue Nov 09, 2010 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 8298

Runtime Error

Hi All,

Fatal Error: Invalid character encountered in table
When I run the a Job it is giving me the above error.
Please suggest me.
by Nagasudheerkumar
Tue Nov 09, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataviewing Error
Replies: 5
Views: 7934

Hi Ray,

Thanks for suggesting me. I have given the DSN name correctly now and its working fine now.
by Nagasudheerkumar
Mon Nov 08, 2010 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataviewing Error
Replies: 5
Views: 7934

Iam on the windows still it is showing the same error
by Nagasudheerkumar
Mon Nov 08, 2010 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataviewing Error
Replies: 5
Views: 7934

Dataviewing Error

Hi All,

I have got below error when viewing Data from the ODBC Stage.
Please guide me what needs to be done further.

Fatal Error: Could not connect to datasource?? (-1; eto; eto; [DataDirect][ODBC lib] Data source name not found and no default driver specified)
> :
>
by Nagasudheerkumar
Mon Nov 01, 2010 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 6
Views: 3545

Compilation Error

When Iam compiling my Jobs Iam getting this error.
"This Job contains one or more unattached links, all the links must be attached before compiling"
Please do the needful for me
This is an PX Job on Windows Platform