Summary: this page describes how to use the standalone CAST SAP BusinessObjects Extractor to extract data from a supported SAP BusinessObjects instance so that it can be packaged in the CAST Delivery Manager Tool and subsequently analyzed. |
CAST AIP has provided support for analyzing SAP BusinessObjects source code via its BO Analyzer (provided out-of-the-box in CAST AIP) for some time now. This "legacy" analyzer requires the following:
These requirements can sometimes present significant difficulties for the process of on-boarding a SAP BusinessObjects application into CAST AIP. As a direct result of this and wanting to simplify the approach, CAST has developed the SAP BusinessObjects Analyzer as a standalone extension. The extension provides a means to analyze SAP BusinessObjects source code "offline", i.e. no connection to the SAP BusinessObjects instance is required. In addition there is no longer any requirement to have BusinessObjects (the BO Designer module) installed on the workstation on which the CAST Management Studio is being run from.
On this page: Target audience:
|
If you want to use the standalone SAP BusinessObjects Analyzer extension to analyze your SAP BusinessObjects source code, you must use the CAST SAP BusinessObjects Extractor first:
The standalone database extractor is a command line tool which does not require installation. You can specify:
You can obtain the CAST SAP BusinessObjects Extractor from the CAST Product Center - this requires a CAST login.
How is
The CAST SAP BusinessObjects Extractor can extract data from any of the following releases:
Releae | Supported | Supported by reference | Deprecated |
---|---|---|---|
BusinessObjects XI | |||
BusinessObjects XI R2 | |||
BusinessObjects XI 3.0 | |||
BusinessObjects XI 3.1 | |||
SAP Business Intelligence BusinessObjects 4.0 | |||
SAP Business Intelligence BusinessObjects 4.1 |
Please see Support category explanations for more information about the column headings. |
The CAST SAP BusinessObjects Extractor can be run form on the following Operating Systems:
Operating System | Supported | Supported by reference |
---|---|---|
Microsoft Windows 7 SP1 64-bit | ||
Microsoft Windows 8 64-bit | ||
Microsoft Windows 8.1 64-bit | ||
Microsoft Windows 10 64-bit | ||
Microsoft Windows Server 2008 R2 SP1 64-bit (Standard edition) | ||
Microsoft Windows Server 2012 64-bit (Standard edition) | ||
Microsoft Windows Server 2012 R2 64-bit (Standard edition) |
Note that the CAST SAP BusinessObjects Extractor will also run on the equivalent 32bit versions of the Operating Systems listed above. |
To use the CAST Database Extractor, the following is required:
SAP BusinessObjects Client Tools must be installed on the workstation where the CAST SAP BusinessObjects Extractor will be run from. This client layer must be pre-configured for access to the SAP BusinessObjects instance you wish to extract from.
Client version | Supported |
---|---|
BusinessObjects XI | |
BusinessObjects XI R2 | |
BusinessObjects XI 3.0 | |
BusinessObjects XI 3.1 | |
SAP Business Intelligence BusinessObjects 4.0 | |
SAP Business Intelligence BusinessObjects 4.1 |
The CAST SAP BusinessObjects Extractor is provided as a ZIP file containing an BoExporter.EXE file and multiple DLL files. This ZIP must be extracted on the workstation which you will use to perform the extraction. This workstation must have access to the SAP BusinessObjects instance:
CAST recommends using a batch file (.bat) to run the extraction CLI, however, it is also possible to enter the command line direct into the Windows Command Prompt (CMD). An example CLI is shown below:
BoExporter.exe -r "XIV | XI" --host "MyHost: <port>" --u "Administrator" -p "password" -a "Enterprise" --Lov -d -o "<path_to_output_folder>" -i "<path_to_input_folder>" |
The path to the BoExporter.exe file must be surrounded with double quotes if the path contains a white space (for example a folder name containing a white space). |
Parameter | Mandatory? | Description | ||||
---|---|---|---|---|---|---|
-r "XI | XIV" | Determines the SAP BusinessObjects runtime that will be used to complete the extraction. Choose one of the following:
| |||||
--host "MyHost: <port>" | Determines the host name and port number of your SAP BusinessObjects instance (by default SAP BusinessObjects runs on port 6400). | |||||
--u "<user_name>" | Allows you to specify the user you wish to connect to the SAP BusinessObjects instance with. This parameter is optional and if omitted, the user Administrator will be used. | |||||
-p "<password>" | Allows you to specify the password for the user you are connecting to the SAP BusinessObjects instance with. | |||||
-a "<authentication>" | Determines the authentication level you will use to connect to the SAP BusinessObjects instance with. This parameter is optional and if omitted, Enterprise authentication will be used. | |||||
--Lov | ||||||
-d | ||||||
-o "<path_to_output_folder>" | Determines the location on the local machine of the location you would like to output the extraction data to. | |||||
-i "<path_to_input_folder>" |
When completed, the CAST SAP BusinessExtractor will output result data to the specified location on disk. The next step is to deliver this output with the CAST Delivery Manager Tool. See SAP BusinessObjects Analyzer for more information.