(SP39) Maintenance, Contact details and FAQ
Change of structure
The change of structure (e.g. new InfoObject added) of the source InfoProvider is supported by OutBoard. Each request knows its source structure and in the process of decompression copies, the data in the most current structure with a "move corresponding" ABAP statement. Therefore the change of structure has a minor runtime impact on the reading from older requests.
Storage maintenance
For each InfoProvider, a separate storage area table is generated. As of October 2014, it follows the naming convention /DV1/CN for the cluster table and /DV1/IN for the index table. The previously used namespace /BIC/* is now obsolete, so it is recommended to automatically move the archived data from /BIC/* tables to /DV1/ tables. If not, there may be issues in the future when trying to overwrite the archived data via some standard SAP objects (using namespace /BIC/)To move the data from obsolete /BIC/* tables to new /DV1/* tables use the report /DVD/NLS_COPY_BIC_TO_DV1 or start this report from NLS Menu. After the /BIC/ data is successfully moved to the /DV1/ tables (in the verification phase no problem was found), the obsolete /BIC/ tables are not accessed anymore when reading the data. For safety reasons, the mentioned report can be run in a mode, where the /BIC/ tables are not deleted – in this case, it is recommended to delete them afterward, once successfully copying to /DV1/ tables is confirmed. For certain scenarios, it can be beneficial to put these storage tables into the same tablespace. It is recommended to do so after the creation of each DAP because at that time the table is empty and possible change of table space will be easy.
It is recommended to execute the report /DVD/NLS_CONSISTENCY_CHECK, to verify archive consistency after OutBoard upgrade or specific report execution. If you have OutBoard 1 SP19 release and you ran this report: /DVD/NLS_COPY_BIC_TO_DV1 on multiple InfoProviders, some inconsistencies in the archive may occur. In case of any inconsistent InfoProviders displayed in the report, open the OSS message on the component (XX-PART-DVD) as described in the chapter (SP39) Contact Support.