Message was edited by: vamsi harati
Environment:
SAP BODS 3.2
SQL SERVER 2008 R2
Issue:
We are getting the following error for a Data Flow while Executing the Job in BODS 3.2.
5052 4864 DBS-070404 12/3/2015 1:21:28 PM |Data flow mplt_SPVC2_Waterfall_Cal_Sample|Reader SAMPLE1
5052 4864 DBS-070404 12/3/2015 1:21:28 PM SQL submitted to ODBC data source <WIN-K3IS84PVBBJ> resulted in error <[Microsoft][SQL Server Native Client 10.0 Error log:
5052 4864 DBS-070404 12/3/2015 1:21:28 PM |Data flow mplt_SPVC2_Waterfall_Cal_Sample|Reader SAMPLE1
5052 4864 DBS-070404 12/3/2015 1:21:28 PM SQL submitted to ODBC data source <WIN-K3IS84PVBBJ> resulted in error <[Microsoft][SQL Server Native Client 10.0][SQL
5052 4864 DBS-070404 12/3/2015 1:21:28 PM Server]Case expressions may only be nested to level 10.>. The SQL submitted is <SELECT (( NULL - ( (CASE WHEN ((((((( (CASE
5052 4864 DBS-070404 12/3/2015 1:21:28 PM WHEN (( "SAMPLE"."LIST_PRICE_AMT" IS NULL ) or ( "SAMPLE"."LIST_PRICE_AMT" = 0))
5052 4864 DBS-070404 12/3/2015 1:21:28 PM THEN ( (CASE WHEN (( "SAMPLE"."LIST_PRICE_AMT_ALT" IS NULL ) or ( "SAMPLE"."LIST_PRICE_AMT_ALT" = 0))
5052 4864 DBS-070404 12/3/2015 1:21:28 PM THEN 0
5052 4864 DBS-070404 12/3/2015 1:21:28 PM ELSE "SAMPLE"."LIST_PRICE_AMT_ALT" END) )
5052 4864 DBS-070404 12/3/2015 1:21:28 PM ELSE "SAMPLE"."LIST_PRICE_AMT" END) ) + (( (CASE WHEN (( "SAMPLE"."REGIONAL_ADJ_AMT" IS NULL ) or (
5052 4864 DBS-070404 12/3/2015 1:21:28 PM "SAMPLE"."REGIONAL_ADJ_AMT" = 0))
Message was edited by: vamsi harati