Calling ImportFBS.exe

Depend on your Continua CI configuration, you can either run importFBS.exe directly or through the cmd prompt. This import tool can be found in  <Continua install directory>/ContinuaCI/Server.

If Continua CI is setup to use either LDAP or Mixed authentication and the current Windows user is a Continua administrator then importFBS.exe can be called directly. By calling the import directly, default values will be used for the FinalBuilder Server project folder and the default password. If any of these values need to be explicitly specified then you will need to call the import through the cmd prompt with the appropriate parameters attached.

Parameter Format

All parameters must be specified following the call command for the import executable and are space delimited.

The format for the parameters need to be in the following layout:

<import.exe> /username=<username> /password=<password> etc.

Below is an example of how to call the import application correctly.

Username and Password

If Continua CI is not configured to work with LDAP and Active Directory then the following 2 parameters are required to connect to Continua CI.

/username: This must match an administrator user that has already been created in the Continua CI environment. This includes the intial install user that is created when you setup Continua CI.

/password: The password that matches the user specified in /username.

 

If Continua CI is configured to work with LDAP and Active Directory then no username or password is required. The import tool will instead use the current Windows user to connect to Continua CI.

Optional Parameters

/fbsprojectfolder: This parameter specifies the path where your final builder server data is saved.

/logpath: While the import is running, a log will be generated that logs which aspects of Final Builder Server imported correctly into Continua CI and will also identify any errors that may have occurred during the import.

/hostname: This parameter sets the name of the computer that is hosting the Continua CI server service.

/port: This parameter sets the port number that will be used to connect to the Continua CI server service.

/defaultPassword: For security reasons, Continua CI is unable to import passwords from Final Builder Server to Continua CI. This means that a default password needs to be used as a placeholder for all objects being created in Continua CI that require a password.