Known Installation Issues for Replication Server and Replication Manager

Known issues and workarounds for Replication Server and Replication Manager installation.

Installer Issues

CR#

Description

691905 Setting SCC RMI port screen is unavailable.

When you choose custom installation and then select SCC RMI Agent plug-in, the screen to set the SCC RMI port is unavailable.

Workaround: Manually start SCC. If there is a port conflict, manually edit the service-config.xml in $SYBASE/SCC-3_2/services/RMI to change the RMI port and then restart SCC.
685036 Installer generates incorrect value in a response file.

The response file created by the installer includes extra characters that may cause errors during installation.

For example:

#Start Sample Replication Server
#-------------------------------
RS_START_SAMPLE_RS=\"\",\"No\" <---- wrong value
RS_START_SAMPLE_RS_1=
RS_START_SAMPLE_RS_2=No
RS_START_SAMPLE_RS_BOOLEAN_1=0
RS_START_SAMPLE_RS_BOOLEAN_2=1

#
Workaround: Edit the response file and change the response to Yes or No as appropriate.
668368 "./setup.bin: !: not found" message appears.

You see an error message when you install Replication Server on a Sun Solaris machine.

Preparing to install...
./setup.bin: !: not found
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Workaround: Ignore the message and continue with the installation.
620755 Installation fails on Sun Solaris SPARC.

When the file descriptor limit is set to “unlimited,” the installer fails with this message:

awk: insufficient memory for string storage  Context is:
>>>             <<<
Workaround: Set the hard file descriptor limit to a number.
619817 If the df command fails, the installer stops responding before the preinstallation summary pane appears.

Workaround: Execute strace -e statfs, statfs64 df to identify the NFS mounts that have a problem. Then execute umount -l <path> to unmount all trouble NFS mounts. Re-run the installer.

619793 You cannot use the Tab and arrow keys to navigate the Choose Product Features window of the installation or uninstallation program.

Workaround:

  • Uninstaller – use the mouse to click the Choose Product Features window. This sets the focus on the window and allows you to use your keyboard.
  • Installer – use the mouse to select the features in the Choose Product Features window.
619784 Cannot run installer with default tar tool.

You see this error when the installer uses the GNU tar tool to extract files from the Replication Server suite archive:

The included VM could not be unarchived (TAR). Please
try to download the installer again and make sure that
you download using 'binary' mode.  Please do not attempt
to install this currently downloaded copy.
Workaround: Define /usr/bin/tar in $PATH.
619779 The installer fails to launch if you specify a path to setup.bin that contains “..”.

Workaround: Ensure that the path to setup.bin does not contain “..”.

619771 The uninstallation program stops responding when you select Delete from the Delete User Files screen and then click Previous from the Uninstall Complete screen.

Workaround: Do not return to the Delete User Files screen after you have selected Delete.

618722 Interactive installation using response file does not work.

When installing Replication Server in an interactive mode using a response file, the installer does not use the values stored in the file. In silent mode, the response file works as expected.

Workaround: None.