*Purpose

This page handles the issue of missing objects after analyzing Business Objects applications using SAP BO extension.

*Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
*Observed on RDBMS
RDBMS
Yes/No
CSS2(tick)
CSS3(tick)
Action Plan

Perform the below actions

  1. Check if the source files for the missing objects are present in the deploy folder. Here we need to check if BXML file is correctly extracted from UNV file.
  2. Get an example of the objects which is missing say "BO class" object and see from which BXML file it belongs to and then further investigate on that file as described below.
    1. Open the analysis log and see the analysis of the BXML file, check if we have any warnings/error for that BXML file or if there is nothing in the analysis log related to that file. Ideally in BO analysis, the occurrence of BXML file will be several times.
    2. If this is a rescan it would be better to compare the analysis log from the previous run and see what went wrong and why the file is not analyzed.
    3. One of the known issues is listed below

      The element <Comments> of <UniversePropertiescontains> escape (&) characters, this causes an error in the xml library used for reading bxml.

      A workaround is to replace the '&'  

        only in text of comments

        <UniverseProperties >
          <Comments>

      </Comments>

  3. If this does not solve the issue, report your problem to CAST Technical Support with the below Relevant input

Relevant input

  • Sherlock export with the following options: Export Logs, Export Configuration files, Export CAST Bases (Management Base and Knowledge Base), source code
  • In some cases, unless asked by support, the IN tables are also needed to investigate the missing object issue. Support will provide specific instructions to execute the following process when this is needed:
Notes/comments


Related Pages