Hi experts
I read this blog:
http://scn.sap.com/docs/DOC-49135
Under item 4 the ENTIRE content of this temp-folder should be deleted.
My question: If you only have one corrupt workbook, the rest work fine, wouldn't the deletion of the whole content of this folder that all workbooks get deleted?
How does the mechanism look like?
Where are the workbooks physically stored?
Thanks
Dear Thomas,
Thanks for referring to my document..
generally when you execute the workbook on your system, it is stored in the temp folder in your system. Physically the metadata of the workbook is stored in BW system in tables like
RSRWBINDEX
List of binary large objects (Excel workbooks)
RSRWBINDEXT
Titles of binary objects (Excel workbooks)
RSRWBSTORE
Storage for binary large objects (Excel workbooks)
RSRWBTEMPLATE
Assignment of Excel workbooks as personal templates
RSRWORKBOOK
Where-used list for reports in workbooks
Generally we recommend to delete the contents of temp folders very frequently.
It does not affect the execution of the workbook if the contents of the folder are deleted.
Regards,
Arvind
Hi Thomas,
the workbooks are stored on the BW server.
So if you folloe the blog, in step 4 you only delete local copies on your PC.
All workbooks including the corrupted one will still be untouched on the BW server.
Only in the last step, where the blog requests you to save the local workbook back to the server, any workbook in BW will be overwritten.
regards
Cornelia
Add a comment