Business Objects products in this release may contain redistributions of software
licensed from third-party contributors. Some of these individual components may
also be available under alternative licenses. A partial listing of third-party
contributors that have requested or permitted acknowledgments, as well as required
notices, can be found at: http://www.businessobjects.com/thirdparty
2008-09-02
Contents
Installing and Running the Deployment Diagnostic Tool5Chapter 1
To set a custom log file location ..........................................................13
Get More Help15Appendix A
Index19
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide3
Contents
4BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Installing and Running the
Deployment Diagnostic Tool
1
Installing and Running the Deployment Diagnostic Tool
1
Overview
Overview
The Deployment Diagnostic Tool is a Java-based application designed to
verify basic operating functionality of a BusinessObjects Enterprise XI
installation. It is an open-framework utility that allows for the development
of additional test drivers through the use of various SDKs provided by
Business Objects.
Note:
This tool is intended only for deployment validation purposes; any other uses
are not supported by Business Objects.
The Deployment Diagnostic Tool is installed automatically with
BusinessObjects XI Enterprise.
The following software is required to use the Diagnostic Tool:
•JDK 1.5 (included with your BusinessObjects Enterprise installation)
•Business Objects Enterprise XI installation
•BusinessObjects SKD
Tests you can perform
The default tests for the Deployment Diagnostic Tool include:
DescriptionTest
Tests logging on and off BusinessObjects Enterprise."Log On/Off "
Tests logging on and off through InfoView."InfoView Test "
"Web Intelligence
Tier "
"Crystal Reports
Tier "
"Start/Stop Servers
"
6BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Tests creating, viewing, and scheduling a simple Web Intelligence documents.
Tests creating and scheduling a simple Crystal Reports
document.
connects to a CMS and queries for all available servers
associated with it, then proceeds to stop and start each
one.
Installing and Running the Deployment Diagnostic Tool
Tests you can perform
The default tests for the Deployment Diagnostic Tool include:
DescriptionTest
Tests logging on and off BusinessObjects Enterprise."Log On/Off "
Tests logging on and off through InfoView."InfoView Test "
Tests you can perform
1
"Web Intelligence
Tier "
"Crystal Reports
Tier "
"Start/Stop Servers
"
Tests creating, viewing, and scheduling a simple Web Intelligence documents.
Tests creating and scheduling a simple Crystal Reports
document.
connects to a CMS and queries for all available servers
associated with it, then proceeds to stop and start each
one.
2. In the System field, enter the hostname for the machine you want to
connect to.
Information for the local machine will appear by default.
3. Enter your user name and password and select the appropriate
authentication type, then click Logon.
If you are authenticated, the main application screen appears.
The top pane of the tool contains a list of the test drivers that have been
loaded into memory. This list is determined by the contents of the
configuration file. By default all listed tests will be selected.
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide7
Installing and Running the Deployment Diagnostic Tool
1
Tests you can perform
The bottom pane is the console output and provides status updates while
the tests are running. These updates remain on the pane after the tests
are complete, but will be lost when you close the Diagnostic Tool window.
4. If you want to run a specific test or set of tests, de-select the tests you
do not want to run by clicking the checkbox next to the test.
5. To run a test, click Test > Run All Tests.
The tests are performed in the sequence that they appear in the "test
drivers" pane, and a status update is provided in the console pane.
Note:
Some tests may take several minutes.
Upon completion of the diagnostic, the console reads 'Finished Testing' and
provides a file path to the results log file (by default, log files are stored in
All test drivers will conclude with either a 'pass' or a 'fail' status. Double-click
the result to view further details. These details are also recorded in the log
file.
To view the log file, either go to the location specified in the console pane,
or select the View menu and then select Log File.
This assumes you installed BuisnessObjects Enterprise to the default
location. If you installed to a different folder, you will need to update the
file path with your custom information.
The Diagnostic Tool launches.
Once the tool has finished running, you can view the log file for the results
of the test. By default, this file is stored in BusinessObjects_root\com
mon\4.0\java\lib\log\TestResults.xml
8BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Installing and Running the Deployment Diagnostic Tool
Tests you can perform
Example:
The following command launches the tool, opens a login dialog box, opens
the tool interface in a window, and overrides the default configuration file
and log file with the ones presented.
If you want to bypass the login screen, you can uncomment the xml tags in the
configuration file and fill in the necessary authentication tags, as shown below.
The following command launches the tool, automatically logs in with the
credentials supplied, uses the default configuration file and log file, and
automatically runs the test case.
'java -jar
-diagnosticTool.jar -console
-user Administrator -password 'Password'
-system TestBOESystem -authtype Enterprise'
Deployment Diagnostic Tool parameters
Table 1-3: Deployment Diagnostic Tool command line parameters
DescriptionParameter
Runs the application in graphical modegui
Runs the application in console modeconsole
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide9
Installing and Running the Deployment Diagnostic Tool
1
Tests you can perform
run
configfile
DescriptionParameter
Launches and runs the test drivers immediately. Default behavior is to have the user manually initiate
the tests.
Specifies the absolute or relative path to the configuration xml file which tells the tool what test drivers to
run (optional).
logfile
user
password
system
authtype
Specifies the absolute or relative path to the results
xml log file (optional).
Required if the tool is run in console mode. This is
the BusinessObjects Enterprise user name that the
tool uses to log in and it should have administrative
rights.
Required if the tool is run in console mode. This is
the BusinessObjects Enterprise user password.
Required if the tool is run in console mode. This is
the machine name followed by the port number for
the CMS the tool will connect to (e.g. CMSserver:6400). An IP address can be used in place of the
machine name.
Required if the tool is run in console mode. This is
the authentication method used to connect the tool
to BusinessObjects Enterprise. Possible values:
•Enterprise
•LDAP
•WinAD
•WindowsNT
10BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Deployment Diagnostic Tool
settings
2
Deployment Diagnostic Tool settings
2
Configuration files
Configuration files
Configuration files are used to determine which tests to run, the order in
which to run them, and any parameters for those tests.
By default, these files are located in the c:Program Files\Business
Objects\common\4.0\java\lib directory.
Note:
This assumes you installed BuisnessObjects Enterprise to the default location.
If you installed to a different folder, you will need to update the file path with
your custom information.
To select configuration files
1. Click Test > Set Config File.
A file dialog appears. The default XML file TestClasses.xml is currently
selected.
2. Navigate to the XML file you want to set and select it.
3. Click Open, then click OK.
This will set the configuration XML for the tool.
Log files
Log files provide a permanent record of the results of the tests run by the
Deployment Diagnostic Tool.
By default the files are stored in C:\Program Files\Business
Objects\common\4.0\java\lib\log\TestResults.xml.
Note:
This assumes you installed BuisnessObjects Enterprise to the default location.
If you installed to a different folder, you will need to update the file path with
your custom information.
12BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
To set a custom log file location
1. Click Test > Set Log File.
A file dialog will appear.
2. Browse to the location where you want to store the log file.
3. Type a name for the log file, and click Open.
Log files for tests will now appear in the directory you selected.
Deployment Diagnostic Tool settings
Log files
2
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide13
Deployment Diagnostic Tool settings
Log files
2
14BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Get More Help
A
A
Get More Help
Online documentation library
Business Objects offers a full documentation set covering all products and
their deployment. The online documentation library has the most up-to-date
version of the Business Objects product documentation. You can browse
the library contents, do full-text searches, read guides on line, and download
PDF versions. The library is updated regularly with new content as it becomes
available.
To access the online documentation library, visit http://help.sap.com/ and
click Business Objects at the top of the page.
Additional developer resources
https://boc.sdn.sap.com/developer/library/
Online customer support
The Business Objects Customer Support web site contains information about
Customer Support programs and services. It also has links to a wide range
of technical information including knowledgebase articles, downloads, and
support forums.
http://www.businessobjects.com/support/
Looking for the best deployment solution for your company?
Business Objects consultants can accompany you from the initial analysis
stage to the delivery of your deployment project. Expertise is available in
relational and multidimensional databases, in connectivities, database design
tools, customized embedding technology, and more.
For more information, contact your local sales office, or contact us at:
From traditional classroom learning to targeted e-learning seminars, we can
offer a training package to suit your learning needs and preferred learning
style. Find more information on the Business Objects Education web site:
http://www.businessobjects.com/services/training
16BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Get More Help
Send us your feedback
Do you have a suggestion on how we can improve our documentation? Is
there something you particularly like or have found useful? Drop us a line,
and we will do our best to ensure that your suggestion is included in the next
release of our documentation:
mailto:documentation@businessobjects.com
Note:
If your issue concerns a Business Objects product and not the documentation,
please contact our Customer Support experts. For information about
Customer Support visit: http://www.businessobjects.com/support/.
Business Objects product information
For information about the full range of Business Objects products, visit:
http://www.businessobjects.com.
A
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide17
A
Get More Help
18BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Index
D
Deployment diagnostic tool
available tests 6, 7
Deployment Diagnostic Tool 6
command line parameters 9
Deployment Diagnostic Tool (continued)
configuration files 12
log files 12
running from command line 8
Deployment DiagnosticTool
running on Windows 7
BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide19
Index
20BusinessObjects Enterprise XI 3.1 Deployment Diagnostic Tool User's Guide
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.