Known Issues

Review known issues and workarounds, listed by Change Request (CR) number.

Note: If you have a Sybase® support contract, you can search the Sybase Web site for solved cases. Choose Support > Solved Cases or go to http://search.sybase.com/search/simple.do?mode=sc. You need a MySybase account to view solved cases in the archive.

If you have an SAP® support contract, use the Sybase xSearch to search for knowledge-based articles and solved cases. Go to the SAP Sybase Support Portal at http://service.sap.com/sybase/support, log in, and select KBAs & Solved cases to start the xSearch.

Key to issue types:
CR# Description
436932 Compiling Embedded SQL™/C or Embedded SQL/COBOL applications on Linux platforms fails if the LANG environment variable is set to a UTF-8 default, as occurs on some Linux platforms. For example, on Red Hat Enterprise Linux AS platforms the LANG environment variable is, by default, set to “en_US.UTF-8”.
Workaround: One of the following:
  • Unset the LANG environment variable at the shell level.

  • Set the LANG environment variable equivalent to the iso_1 mapping indicated in the [linux] section of the locales.dat file. For example, you can set LANG to “en_US (iso_1)” or “C (iso_1)”.