Use a transfer specification file (.ats) to copy Cognos 8 components, including Framework Manager or Metric Designer, to your computer without being prompted for information.
By default, each time you install Cognos 8 components using the installation wizard, the options you select are recorded in a transfer specification file. Therefore, if you already installed Cognos 8 components on a sample computer, you can use the generated transfer specification file as a template for unattended installations on different computers.
If you do not use the installation wizard to install components, you can use the default transfer specification file named response.ats that is available on the CD. You must modify the response.ats file for your environment before you can use it for an unattended installation.
You can check if the unattended installation was successful by checking the return status. A value of zero (0) indicates success and all other values indicate that an error occurred.
Use the installation wizard to install Cognos 8 components on your computer.
Go to c8_location/instlog.
Locate the transfer specification file (.ats) that was generated:
If you installed Framework Manager, the file name is ts-FRAMEWORK MANAGER-version-yyyymmdd_hhmm.ats.
If you installed Cognos 8 for reporting, the file name is ts-Cognos_product-version-yyyymmdd_hhmm.ats.
If you installed Metric Studio, the file name is ts-CMM-version-yyyymmdd_hhmm.ats.
If you installed Metric Designer, the file name is ts-CMD-version-yyyymmdd_hhmm.ats.
Copy the transfer specification file to the computer where you plan to install Cognos 8.
On the computer where you plan to install the software, insert the appropriate CD and copy the contents of the CD to your computer.
Install Cognos 8:
On Windows, open a Command Prompt window, and change to the win32 directory where you copied the contents of the CD, and then type the following command, where location is the directory where you copied filename, the transfer specification file:
issetup -s location/filename.ats
On UNIX or Linux, change to the directory where you copied the contents of the CD, and in the directory for your operating system, type the following command, where location is where you copied filename, the transfer specification file:
With XWindows, type
issetup -s location/filename.ats
Without XWindows, type
issetupcc -s location/filename.ats
If a return status other than zero (0) is returned, check the log files for error messages. Errors are recorded in the installation directory in the following log file:
For Framework Manager, the file name is tl-FM-version-yyyymmdd-hhmm_summary-error.txt.
For Cognos 8 reporting server components, the file name is tl-Cognos_product-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Studio components, the file name is tl-CMM-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Designer, the file name is tl-CMD-version-yyyymmdd-hhmm_summary-error.txt.
If errors occur before sufficient initialization occurs, log messages are sent to one of the following log files in the Temp directory:
For Framework Manager, the file name is tl-FM-version-yyyymmdd-hhmm.txt.
For Cognos 8 reporting components, the file name is tl-Cognos_product-version-yyyymmdd-hhmm.txt.
For Metric Studio components, the file name is tl-CMM-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Designer, the file name is tl-CMD-version-yyyymmdd-hhmm_summary-error.txt.
Also ensure that the installation directory is protected from unauthorized or inappropriate access.
After all errors are resolved, you can set up an unattended configuration.
On the target computer, insert the CD and copy the contents to your computer.
Go to the win32 directory and open the response.ats file in a text editor.
Each section in the response.ats file corresponds to a dialog box in the installation wizard.
Type the installation location of the program files for Cognos 8 in APPDIR=location.
Tip: There should be no space on either side of the equal sign, (=).
For the server components of Cognos 8, in the section named [Component List], next to each component:
To install the component, type 1
To not install the component, type 0
Note: You do not select components for Framework Manager or Metric Designer. All required files are installed.
For a Windows installation, for the APPFOLDER= property, type the name of the Start menu folder that contains your program shortcuts.
Tip: To ensure that the shortcut folder is visible to all users, type 1 for the ALLUSERS_FLAG= property.
For the install information in the [Install Conditions] section:
To specify the condition is true, type 1
To specify the condition is false, type 0
Save the response.ats file to a local directory after you make the necessary changes.
Go to the win32 directory.
At the command prompt type the following command, where location is the directory where you copied response.ats:
On Windows, UNIX with XWindows, and Linux, type
issetup -s location/response.ats
On UNIX without XWindows, type
issetupcc -s location/response.ats
If a return status other than zero (0) is returned, check the log files for error messages. Errors are recorded in the installation directory in the following log file:
For Framework Manager, the file name is tl-FM-version-yyyymmdd-hhmm_summary-error.txt.
For Cognos 8 reporting server components, the file name is tl-Cognos_product-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Studio components, the file name is tl-CMM-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Designer, the file name is tl-CMD-version-yyyymmdd-hhmm_summary-error.txt.
If errors occur before sufficient initialization occurs, log messages are sent to one of the following log files in the Temp directory:
For Framework Manager, the file name is tl-FM-version-yyyymmdd-hhmm.txt.
For Cognos 8 reporting components, the file name is tl-Cognos_product-version-yyyymmdd-hhmm.txt.
For Metric Studio components, the file name is tl-CMM-version-yyyymmdd-hhmm_summary-error.txt.
For Metric Designer, the file name is tl-CMD-version-yyyymmdd-hhmm_summary-error.txt.
Also ensure that the installation directory is protected from unauthorized or inappropriate access.
After all errors are resolved, you can set up an unattended configuration.