cancel
Showing results for 
Search instead for 
Did you mean: 

Delta Handling

Former Member
0 Kudos

Hi All,

I have some doubts regarding the delta concept.

Can you pls help me understanding the below scenario:

If a single datasource is loading 2 DSOs, and further on each DSO is loading a Cube each. Say DSO1 has 100 requests, requestids 98 and 99 have been deleted. Further on how are the new delta loads handled?

Similarly, If the scenario is reversed, ie One datasource is loading 2 Infocubes and each incfocube is loading a DSO. If now after loading 100 requests to the DSOs, if requests 98 and 99 are deleted then how are the new delta loads handled?

Accepted Solutions (1)

Accepted Solutions (1)

former_member186445
Active Contributor
0 Kudos

within a dso you can only delete the request from top down...if your last request in the dso is nr 100 and you want to delete nr 98, you need to delete requests 100,99,98. furthermore if the request is already loaded to the next layer, you'll get the message saying that you first need to delete in the next layer.

if the delta's requests deleted from dso are still in the psa, they will be reloaded from psa with the next dtp execution.

if psa is already deleted you'll get inconsistent data in the cube as the generated delta can be incomplete due to the missing request in the dso

M.

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you

Former Member
0 Kudos

It will result in a failure for DSO, for cube it will load the request from PSA.

-Vikram