I can't seem to find a solution to reset my delta load. I have a cube that the customer wants exported to sqlserver. I've created an extract process in SSIS using the .net connector 1.0. I created an open hub destination and the corresponding DTP in full mode. This worked fine. I then changed the DTP to delta mode and it pulled all the data again, thus setting the delta "init".
I found a few articles and blogs that says to just delete out the entries in the DTP such as this one:
http://scn.sap.com/thread/1971044
I deleted the DTP requests from the monitor. It clearly shows my delta request in the deleted section. However, when i ran the delta again, it just pulled the new data and did not pick up all the old data as well. What am I missing? Does pulling data through the .net connector cause the DTP to behave differently? What is my alternative? Do I have to delete the DTP entirely and create a new one?
Hi,
Once delta requested without setting the status to red, you cannot get that load
Pull the data from cube again using FULL. Then INIT and set Delta for the same
Regards
Chandu
Add a comment