Sybase IQ and Other Sybase Products

Issues you should know when you install Sybase IQ with other Sybase Products.

CR # Description

689566

  • ASE 15.0.3 ESD#4 overwrites the version of Open Client software installed by Sybase IQ 15.4 – Sybase IQ 15.4 installs OCS 15.5 ESD#5. ASE 15.0.3 ESD#4 installation downgrades to OCS 15.0 ESD#18, even if you select "No to All."
  • Workaround – Reinstall Sybase IQ 15.4 if the older version of OCS installed is incompatible.

688694

  • Error message for SySAM when you install Sybase IQ 15.4 on Replication Agent™ 15.2 – Installing Sybase IQ 15.4 after Replication Agent 15.2, creates errors in $SYBASE/log/sysam_server.log and $SYBASE/log/sysam_util.log.

    These errors occur because the license files in the $SYBASE/SYSAM-2_0/bin directory installed by Replication Agent do not have write permission.

  • Workaround – Before you install Sybase IQ, change the license file permissions in the $SYBASE/SYSAM-2_0/bin directory.

668842

  • Incorrect value in response file for START_SCC_SERVER property – Creating a response file with the GUI installer creates incorrect value in Start Sybase Control Center code block.
  • Workaround – The code block that contains the error looks like this:
    #Start Sybase Control Center
    #---------------------------
    START_SCC_SERVER=\"\",\"No\" <---- wrong value
    START_SCC_SERVER_1=
    START_SCC_SERVER_2=No
    START_SCC_SERVER_BOOLEAN_1=0
    START_SCC_SERVER_BOOLEAN_2=1
    The code block should look like this:
    #Start Sybase Control Center
    #---------------------------
    START_SCC_SERVER=No
    START_SCC_SERVER_1=
    START_SCC_SERVER_2=No
    START_SCC_SERVER_BOOLEAN_1=0
    START_SCC_SERVER_BOOLEAN_2=1

    To correct the error, change the START_SCC_SERVER line to START_SCC_SERVER=No or START_SCC_SERVER=Yes.