Question:
Hello,
I want to insert an old delta request in an InfoCube. This Cube is already compressed. When I want to reschedule that delta request from PSA to Cube I get the following message:
"SID 80.983 is smaller than the compress SID of cube XX; no request booking".
Is there a workround to insert this request into Cube.
A new initialisation is not possible.
Thanks for help!
Best regards & cheers.
Answer:
I suppose this has nothing to do with compressing, this is a general problem if you want to insert and old request if using delta loads. By this the data of you cube could become faulty.
I'm sorry but I don't know a workaorund this...
Maybe reconstructing? I think, there's probably a note in ODS related to compressing and the things affected by it, 407260, 375132.
_________________
Juergen Limbach
Answer:
Hello Juergen,
thanks for input. But the notes are not relating to the problem I have. OSS up to now did not help.
Regards.
Answer:
I think Juergen is right;
if the cube was not compressed, you could have deleted the request that were younger than the one you want to insert, then insert the failed delta, and then reinsert the deleted request from the PSA (assuming they are there)
with the compression, you got rid of the request ids, so you can no longer selectively delete the younger requests
best solution for you is to reconstruct if your PSA was held
otherwise, init. sorry.
Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.
Answer:
Well, this CHC knows what I've been thinking of but told it in more detailed manner. But I think you will have to re-init.
_________________
Juergen Limbach
Answer:
Hello,
what I also thought about is to read the data from PSA in a separate table and create a view. Then extract that view.
Answer:
You could extract the data via ws_download (or gui_download) from the psa table into a flat file and extract the data from there.
This should work for you.
_________________
Juergen Limbach
Answer:
Hi Jürgen,
what is "ws-download"?