This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

This page presents the different messages that are produced by the SAP BusinessObjects Analyzer during application source code analysis. Messages are documented with their identifier (referenced in the analysis log files), a description, and a possible remediation. The following information will help you to validate your analysis.

IdentifierBO.01
MessageStarting Business Objects analysis '<JOBNAME>'…
SeverityInformation
ExplanationThe analyzer starts to process the Business Objects universes and documents.
User ActionNothing special to do. 
IdentifierBO.02
MessageThe Business Objects analysis '<JOBNAME>' completed.
SeverityInformation
ExplanationThe Business Objects universes and documents have been processed and the analysis completed.
User ActionNothing special to do.
IdentifierBO.03
MessageThe Business Objects analysis '<JOBNAME>' did not complete successfully.
SeverityError
Explanation

The analyzer was not able to complete the analysis successfully. At least one Business Objects universe or document has not been analyzed correctly. This can be the consequence of an extraction issue or due to a non supported character.

User Action

Search in the log the Business Objects universes or documents for which an issue has been encountered and contact CAST Support.

IdentifierBO.04
MessageThe Business Objects analysis has been canceled by the user.
SeverityError
ExplanationThe analysis has been explicitely cancelled by the user. No object has not been saved. 
User ActionIf you need to analyze the Analyis Unit, then restart the Business Objects analysis.
IdentifierBO.05
MessageAnalyzing Business Objects universes...
SeverityInformation
ExplanationThe Business Objects analyzer is currently analyzing Business Objects universes.
User ActionNothing special to do.
IdentifierBO.06
MessageAnalyzing Business Objects documents...
SeverityInformation
ExplanationThe Business Objects analyzer is currently analyzing Business Objects documents.
User Action

Nothing special to do.

IdentifierBO.07
MessageNumber of Business Objects objects that have been found by the analyzer:
SeverityInformation
ExplanationOnce all Business Objects universes and documents have been analyzed, the number of objects that have created is displayed.
User ActionNothing special to do.
IdentifierBO.08
MessageNumber of <OBJECT_TYPE>: <COUNT>
SeverityInformation
Explanation

Once all Business Objects files have been processed, the number of objects for type <OBJECT_TYPE> that have created is displayed.

Object types are: classes, objects, dimensions, conditions, and tables.

User ActionVerify if that number corresponds to the Business Objects <OBJECT_TYPE> elements that have been delivered. This verification can be done by comparing numbers available in the Business Objects Repository. In case of difference, then check the delivery, the analysis settings, and potential warning or error messages.
IdentifierBO.09
MessageTotal number of objects that have found: <COUNT>.
SeverityInformation
ExplanationOnce all Business Objects files have been processed, the total number of objects that have been created is displayed.
User ActionVerify if that number corresponds to the Business Objects elements that have been delivered. This verification can be done by comparing numbers available in the Business Objects Repository. In case of difference, then check the delivery, the analysis settings, and potential warning or error messages.

 

 

IdentifierBO.10
MessageNo file has been selected. The analysis process ends.
SeverityError
ExplanationThe source code scope is empty and the analyzer does not find any Business Objects universe or document to analyze.
User ActionReview the Analysis Unit configuration and the source file settings. Then, restart the analysis process.
IdentifierBO.11
MessageThe Business Objects universes analysis failed.
SeverityError
ExplanationThe Business Objects analyzer was not able to parse the Business Objects universes present in the source code scope. No object has been created. This can be the consequence of an extraction issue or due to a non supported character.
User Action

Search in the log the Business Objects universes for which an issue has been encountered and contact CAST Support.

IdentifierBO.12
MessageThe Business Objects documents analysis failed.
SeverityError
ExplanationThe Business Objects analyzer was not able to parse the Business Objects universes present in the source code scope. No object has been created. This can be the consequence of an extraction issue or due to a non supported character.
User Action

Search in the log the Business Objects documents for which an issue has been encountered and contact CAST Support.

IdentifierBO.13
MessageAnalyzing Business Objects universe '<UNIVERSE>' with schema(s) '<SCHEMAS>'…
SeverityInformation
ExplanationThe Business Objects analyzer is parsing the Business Objects universe <UNIVERSE> that is associated to the database schema <SCHEMA>.
User Action

Nothing special to do.

IdentifierBO.14
MessageThe Business Objects <TYPE1> '<UNIVERSE1>' contains a reference to the universe '<UNIVERSE2>' [<TYPE2>] which is not part of the source code analysis scope.
SeverityWarning
Explanation

The analyzer found in the Business Objects universe <UNIVERSE1> a reference to another universe, called <UNIVERSE2>, and is not able to resolve that reference. This occurs when the referenced universe has not been extracted.

Missing universes and unresolved links can impact transaction call graphs.

User ActionCheck the extraction parameters, extract the required Business Objects universes and documents again, and restart the analysis.
IdentifierBO.15
MessageThe Business Objects universe '<UNIVERSE>' is not part of the analysis scope but is referenced in Business Objects documents.
SeverityWarning
Explanation

The analyzer found in a Business Objects document a reference to a universe, called <UNIVERSE>, and is not able to resolve that reference. This occurs when the referenced universe has not been extracted.

Missing universes and unresolved links can impact transaction call graphs.

User ActionCheck the extraction parameters, extract the required Business Objects universes and documents again, and restart the analysis.
IdentifierBO.16
MessageUnable to retrieve the Business Objects universe '<UNIVERSE1>' in case sensitive mode, universe candidate is '<OBJNAME2>'.
SeverityWarning
Explanation

The analyzer found a reference to a Business Objects universe but is not able to find out the targetted universe in a case sensitive matching. However, it found out a universe for which the name matches in insensitive case mode. This candidate is taken in account and therefore linked to the calling universe.

User ActionVerify if the universe candidate is the right one. If not, then remove the link in a post-analysis job. It is a good opportunity to check the relation between both calling and called universes in the Business Objects Repository.
IdentifierBO.17
MessageAn external reference to Business Objects universe '<UNIVERSE>' [<TYPE>] has been found in analysis job '<JOB>'.
SeverityInformation
Explanation

When analyzing a Business Objects universe or document, the analyzer found a reference to another universe. A link is created between both objects.

User ActionNothing special to do.
IdentifierBO.18
MessageThe Business Object analyzer is not installed. Please install the latest version of the extension 'com.castsoftware.businessobject'.
SeverityFatal error
ExplanationThe Business Objects analyzer is now delivered as an extension and this one has not been activated before starting the analysis. As a consequence, the Business Objects universes and documents cannot be processed.
User ActionDownload and install the Business Objects analyzer. The download is be done by using the Extension Downloader tool. Once the extensions have been downloaded, run Server Manager to install them in the database schemas. Please see the product documentation for more details in these operations.