Description:
There are multiple ways in which a backup can be performed of a CABI 3.x system. This document explains a simple command line approach to create a CABIbackup BIAR file that could be used to recover/restore CABI content.
Solution:
There are multiple ways in which a backup can be performed of a CABI 3.x system.
11/08/2012 12:12 PM <DIR> .11/08/2012 12:12 PM <DIR> ..04/13/2010 01:36 AM 9,439 biconfig-readme.txt04/13/2010 01:36 AM 1,128 biconfig.bat04/13/2010 01:36 AM 158,197 biconfig.jar04/13/2010 01:36 AM 471 biconfig.sh04/13/2010 01:36 AM 1,072 datadump.bat04/13/2010 01:36 AM 459 datadump.sh11/08/2012 12:12 PM <DIR> lib04/13/2010 01:36 AM 506 log4j.properties11/08/2012 12:12 PM <DIR> samples
Parameter | Allowed Values | Description | Example |
Action | exportXML, importXML | Specifies whether the Tool imports content from a BIAR file to a BusinessObjects Enterprise system, or exports the content from a deployment to a BIAR file. Mandatory. | Action=exportXML |
exportBiarLocation | Free form text. Must include a .biar extension. | Specifies where the Tool saves the exported BIAR file. Mandatory if action=exportXML. | exportBiarLocation=C:/BiarExportFile.biar |
importBiarLocation | Free form text. Must include a .biar extension. | Specifies where the BIAR file that is to be import is located. BIAR files are split if the contents are too large to fit into one BIAR file. You can enter any of the BIAR file partitions, but you must ensure all of the partitions are in the same directory. Mandatory if action=importXML. | importBiarLocation=C:/BiarImportFile.biar |
username | Free form text. | The username of the an administrative account that the tool should use to connect to the Central Management Server (CMS). This can be the username of a Delegated Administrator account. Mandatory. | userName=Administrator |
Password | Free form text. | The password for the administrative account. Mandatory | password=password |
Authentication | secEnterprise, secWinAd, secLdap | The authentication type that Tool uses. Optional. If you don't specify an authentication type, the default is secEnterprise. | authentication=secEnterprise |
CMS | Free form text. | The name of the CMS that you want to connect to. Mandatory | CMS=BOXIServer:6400 |
exportDependencies | True, False | Specifies whether to import all dependencies of an object. This should be used with care as it imports all the objects that are associated with any selected objects. This can increase the size of a BIAR file quite dramatically. Optional. If you don't specify a value, the default is False. Only used if action=exportXML. | exportDependencies=false |
includeSecurity | True, False | Specifies whether the Tool exports and imports security associated with the objects and users that you select. If you want to maintain security it is important to set includeSecurity to true when exporting and importing content. | includeSecurity=false |
exportQuery | Free form text, must use the CMS query language format. | The queries the Tool should execute to gather the desired objects for exportation. You can use as many queries as you like in a single properties file, but the queries must be named "export- Query1", "export- Query2", and so on. Mandatory if action=exportXML. | exportQuery=select * from ci_Infoobjects |
exportQueriesTotal | Positive whole numbers. | Specifies how many export queries the tool executes. If you have x export queries and want to execute them all, you must set this parameter to x. Optional. If you don't provide a value for this parameter, the default value is 1. Only used if action=exportXML. | exportQueriesTotal=5 |
exportBiarLocation=C:/temp/biconfig/backup.biaraction=exportXMLuserName=Administratorpassword=AdminPasswordauthentication=secEnterpriseCMS=BOXIServerName:6400includeSecurity=trueexportDependencies=trueexportQueriesTotal=3exportQuery= select * from ci_systemobjectsexportQuery= select * from ci_appobjectsexportQuery= select * from ci_Infoobjects
Additional Notes: