Valid on Windows
To make use of the standard CA ControlMinder reports, you need to import the report package file into BusinessObjects InfoView.
Note: This procedure describes how you deploy a report package on the Report Portal when no previous version of the same package is already deployed.
To deploy the report package on the Report Portal
Note: Verify that the JAVA_HOME variable is set up on the Report Portal computer.
The system DSN you create is used to connect to the CA ControlMinder reporting database.You specify the system DSN when you configure the report package.
Defines the type of RDBMS used for CA ControlMinder reporting.
Value: MSSQL2005.
Defines the name of the import configuration file (.xml) for your RDBMS.
Value: import_biar_config_mssql_2005.xml
Note: If you use MS SQL Server 2008 as your central database, configure the import_biar_config_mssql_2005.xml file.
Defines the name of the CA ControlMinder reports file (.biar) for your language and RDBMS.
Note: The <biar-file name> property of the import configuration file for your RDBMS points to this file. It is set by default to the name of the English version for your RDBMS.
Important! Remove the user name, password and server fields from the file.
Defines the full pathname to the CA ControlMinder reports file (.biar). This is the file that you copied in the previous step.
Defines the network layer supported by your RDBMS.
Value: ODBC.
Defines the type of RDBMS used for CA ControlMinder reporting.
Value: Generic ODBC datasource
Defines the DSN you created
Important! Specify the name of the database used by CA ControlMinder for reporting and not the CA Business Intelligence CMS.
System_Drive:\BO\biconfig.bat -h host_name -u user_name -p password -f ac_biar_config.xml
Defines the Report Portal host name.
Defines the Report Portal administrator you configured when you installed the Report Portal.
Defines the password for the Report Portal administrator.
For example:
biconfig.bat -h reportportal.comp.com -u Administrator -p P@ssw0rd -f C:\BO\import_biar_config_mssql_2005.xml
Example: Sample Microsoft SQL Server 2005 Import Configuration File Configured to use Windows Authentication
The following code snippet is an example of an edited import configuration file (import_biar_config_mssql2005.xml) for MS SQL Server 2005 you deploy on a Report Portal that works in Windows Authentication:
<?xml version="1.0"?> <biconfig version="1.0"> <step priority="1"> <add> <biar-file name="c:\temp\biconfig\ AccessControl_R12.5_EN_JP_KR_SQL_6_DEC_2009.biar"> <networklayer>ODBC</networklayer> <rdms>Generic ODBC datasource</rdms> <datasource>acdb</datasource> </biar-file> </add> </step> </biconfig>
Copyright © 2013 CA Technologies.
All rights reserved.
|
|