SAP Sybase IQ Operations Known Issues from Previous Versions

Descriptions of known issues and workarounds for SAP Sybase IQ operations from previous versions.

CR# Description
686818
  • Red Hat 6 Requires Compatibility Libraries – Installation of SAP Sybase IQ 15.3 on Red Hat 6.0 fails with an InvocationTargetException error unless you install the required 32-bit compatibility libraries:
    • libXext-devel.i686
    • libXtst-devel.i686
627872
  • PHP Bound Parameters on Big Endian Platforms – In SAP Sybase IQ 15.2, PHP: Hypertext Preprocessor (PHP) drivers on big endian platforms require bound parameters to be initialized before the call to sasql_stmt_bind_param for INT and BIGINT data types.

    This example shows the values properly initialized before the call to sasql_stmt_bind_param:

    $stmt = sasql_prepare($conn, "insert into
    testdefault(c1, c2, c3, c5) values(?,?,?,?)");
    #Binding parameters with statement prepared
    $c1=22;  $c2=33;  $c3="col3data";  $c5="col5data";
    sasql_stmt_bind_param
    ($stmt,"iiss", $c1, $c2, $c3, $c5);
    #executing statement
    sasql_stmt_execute($stmt);
622928
  • sp_iqstatus Returns Error on Chinese and Japanese Locale Installations – On SAP Sybase IQ servers that are set up for Chinese and Japanese locales, running sp_iqstatus returns an error similar to:
    Could not execute statement.
    Syntax error near '2010' on line 1
    SQLCODE=-131, ODBC 3 State="42000"
    Line 1, column 1
  • Workaround
    1. Run these commands:

      For Chinese locales:

      % cd $IQDIR16/res
      % rm dblgzh_iq11_eucgb.res
      % rm dblgzh_iq11_cp936.res

      For Japanese locales:

      % cd $IQDIR16/res
      % rm dblgja_iq11_eucjis.res
      % rm dblgja_iq11_sjis.res
    2. Restart SAP Sybase IQ.

After this procedure, certain strings in the .iqmsg files and the output of sp_iqmpxinfo, sp_iqstatistics, and sp_iqstatus are in English, instead of Chinese or Japanese.

622007
  • ASE Connections to SAP Sybase IQ with BIGDATETIME – When a version 15.5 GA SAP Adaptive Server Enterprise server uses Component Integration Services (CIS) to connect to an SAP Sybase IQ server version that has BIGDATETIME and BIGTIME capability, any chronological data type sent to the SAP Adaptive Server Enterprise server using CIS results in the error:
    Msg 7225, Level 16, State 4:
    Line 1:
    Unknown datatype token 188 'BIGDATETIME NULL'
    encountered.
    Exited passthru mode from server 'QA_IQ16_ASECIS'.

    SAP Sybase IQ sends the data as BIGDATETIME and relies on SAP Adaptive Server Enterprise to convert appropriately. The BIGDATETIME data type was implemented in CIS in SAP Adaptive Server Enterprise version 15.5 ESD #1, so this error occurs with SAP Adaptive Server Enterprise 15.5 before any ESDs have been applied.

  • WorkaroundSET TEMPORARY OPTION RETURN_DATE_TIME_AS_STRING='ON' in SAP Sybase IQ for each session. The SAP Sybase IQ server sends all chronological data as strings and SAP Adaptive Server Enterprise completes the conversion. This workaround is for SAP Adaptive Server Enterprise 15.5 GA connecting to SAP Sybase IQ in passthrough mode.

    You can also use this workaround in the definition of a remote stored procedure, but it is not a solution for proxy tables created on SAP Adaptive Server Enterprise returning chronological data types from SAP Sybase IQ.

571993
  • dbisql Does Not Start on Linux Red Hat 5.3 – The Interactive SQL utility dbisql fails to start on Linux Red Hat 5.3, and issues a message similar to:
    Error! could not load the Java Virtual machine DLL:
    /root/users/user1/050509/shared/JRE-
    6_0_7_32BIT/lib/i386/client/libjvm.so
  • Workaround – Run:
    % cd $IQDIR16/bin32
    % dbisql -batch  # creates below
    % dbisql.sh