cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DTP failed while loading the data from Query(as infoprovider) to ADSO

0 Kudos
595

Hello,

DTP failed while loading the data from Query(as infoprovider) to ADSO, this was worked fine one time but later it starts giving the below error while extracting data.


An error occurred when getting data from the processor.
Error reading the data of InfoProvider @Q<name of the Query>
Error while extracting from source 003YPSVRR***<Query techname> (type InfoProvider)
Error reading the data of InfoProvider @Q<name of the Query>

Note: 

Transformation and DTP is active, Query is working fine when we run it in RSRT, giving error while loading from DTP Only.
we created few more flows like same but others are working fine except this flow..

please suggest that did i missed something here ? 

thanks in advance.

pallela_vasudeva_reddy_0-1724068597417.png

Regards,

Vasudev.




View Entire Topic
roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vasudev

Unfortunately the screenshot you posted is a very generic error message.

Aren't there:

  • Any specific errors in the joblog of the dtp request?
  • Any specific errors in SM21?
  • Any dumps in ST22?

In the debugger what is the specific exception that is thrown by the extraction? Check the docu:

https://help.sap.com/docs/SUPPORT_CONTENT/bwplaolap/3361385767.html?locale=en-US

 

br

Roland

 

0 Kudos

.

0 Kudos

.

Hello Roland,
we didnt get any dump in ST22 and SM21 we didn't checked
but we identified that one of the CKF is having the issue with 0 division.
we fixixed it with NDIV0() function and it is working fine now.

thanks for support,
Vasudev.