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.

What is the CAST SAP BusinessObjects Extractor?

Background information

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:

  • SAP BusinessObjects (the BO Designer module) must be installed on the workstation on which the CAST Management Studio is being run from.
  • you must manually define a connection to the SAP BusinessObjects instance on which your Universe files are used - this instance must be available during the analysis process in the CAST Management Studio - this is known as an "online" analysis.

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:

  • CAST Delivery Managers
  • CAST AI Administrators

Where does the CAST SAP BusinessObjects Extractor come into play?

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 extractor connects to the SAP BusinessObjects instance and "extracts" the SAP BusinessObjects source code into a format that can be understood by the analyzer provided in the SAP BusinessObjects extension.
  • The output of the SAP BusinessObjects Extractor is then fed into the CAST Delivery Manager Tool, packaged and delivered for analysis.

How does the standalone database extractor work?

The standalone database extractor is a command line tool which does not require installation. You can specify:

  • the host SAP BusinessObjects instance you want to extract from
  • the credentials you want to use to perform the extraction
  • the location where you want to save the results

Where can I obtain the CAST SAP BusinessObjects Extractor?

You can obtain the CAST SAP BusinessObjects Extractor from the CAST Product Center - this requires a CAST login.

How is

Supported SAP BusinessObjects releases for extraction

The CAST SAP BusinessObjects Extractor can extract data from any of the following releases:

ReleaeSupportedSupported by referenceDeprecated
BusinessObjects XI (tick) 
BusinessObjects XI R2 (tick) 
BusinessObjects XI 3.0 (tick) 
BusinessObjects XI 3.1(tick)  
SAP Business Intelligence BusinessObjects 4.0(tick)  
SAP Business Intelligence BusinessObjects 4.1(tick)  
Please see Support category explanations for more information about the column headings.

Supported Operating Systems

The CAST SAP BusinessObjects Extractor can be run form on the following Operating Systems:

Operating SystemSupportedSupported by reference
Microsoft Windows 7 SP1 64-bit(tick) 
Microsoft Windows 8 64-bit (tick)
Microsoft Windows 8.1 64-bit(tick) 
Microsoft Windows 10 64-bit(tick) 
Microsoft Windows Server 2008 R2 SP1 64-bit (Standard edition) (tick)
Microsoft Windows Server 2012 64-bit (Standard edition) (tick)
Microsoft Windows Server 2012 R2 64-bit (Standard edition) (tick)
Note that the CAST SAP BusinessObjects Extractor will also run on the equivalent 32bit versions of the Operating Systems listed above.

Prerequisites

To use the CAST Database Extractor, the following is required:

SAP BusinessObjects Client Tools

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 versionSupported
BusinessObjects XI(tick)
BusinessObjects XI R2(tick)
BusinessObjects XI 3.0(tick)
BusinessObjects XI 3.1(tick)
SAP Business Intelligence BusinessObjects 4.0(tick)
SAP Business Intelligence BusinessObjects 4.1(tick)

Using the CAST SAP BusinessObjects Extractor

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:

  • Via the local network
  • Or on the local workstation itself

How to run an extraction

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).

CLI  parameters

ParameterMandatory?Description
-r "XI | XIV"(tick)

Determines the SAP BusinessObjects runtime that will be used to complete the extraction. Choose one of the following:

XI

SAP BusinessObjects runtime for:

  • BusinessObjects XI
  • BusinessObjects XI R2
  • BusinessObjects XI 3.0
  • BusinessObjects XI 3.1
XIV

SAP BusinessObjects runtime for:

  • SAP Business Intelligence BusinessObjects 4.0
  • SAP Business Intelligence BusinessObjects 4.1
--host "MyHost: <port>"(tick)Determines the host name and port number of your SAP BusinessObjects instance (by default SAP BusinessObjects runs on port 6400).
--u "<user_name>"(error)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>"

(tick)Allows you to specify the password for the user you are connecting to the SAP BusinessObjects instance with.

-a "<authentication>"

(error)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

(error) 
-d(error) 
-o "<path_to_output_folder>"(tick)Determines the location on the local machine of the location you would like to output the extraction data to.

-i "<path_to_input_folder>"

(tick) 

Output results

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.