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
562

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.




Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello,

there were lot of CKFs used in query and We identified that one of the CKF is having the issue with 0 division.
We fixed it with NDIV0() function and it is working fine now.

thanks for support,
Vasudev.

Answers (3)

Answers (3)

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.

Savio_Dmello
Active Participant
0 Kudos

Even if Transformation and dtp is active, try activating the transformation and dtp using RSDG_TRFN_ACTIVATE. In the selection screen, make sure you change the objects status from INA to ACT. 

0 Kudos

error