Known Issues

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

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.

CR # Description
744310

When running the SAP version of Java on AIX, you might see this error:

$ java -version 
os::malloc: failed to malloc 1048576 bytes (errno 12).#
# There is insufficient memory for the Java Runtime Environment to continue. 
# Native memory allocation (malloc) failed to allocate 1048576 bytes for
/bas/sapjvm/cons/6/src/6/hotspot/src/share/vm/utilities/taskqueue.hpp:383:
E/bas/sapjvm/cons/6/src/6/hotspot/src/share/vm/utilities/taskqueue.hpp. 
Out of swap space or heap resource limit exceeded (check with limits or ulimit)? 
# An error report file with more information is saved as: 
# /home/jsmith/hs_err_pid8585322.log
Workaround:
  1. Rename the Java executable under ${JAVA_HOME} to java.aix.
  2. Remove the Java executable and in its place add a script named java that contains the following:
    #!/bin/sh
    LDR_CNTRL=MAXDATA=0x80000000 ${JBOSS_HOME}/repra/sapjvm_6/jre/bin/java.aix "$@"
429511

RepConnector cannot parse Oracle-formatted datetime column data when replicating events from messaging.

Workaround: None.

429508

An Oracle limitation does not allow RepConnector to process large object (LOB) datatypes that contain more than 4000 characters when replicating events.

Workaround: None.

345792

In RepConnector Manager, if you right-click the RepConnector connection, the menu may not reflect the current state of the RepConnector connection.

Workaround: To display the current state of the RepConnector connection, highlight the connection, left-click, then right-click.

338323

In RepConnector Manager, the read-only fields in the Properties view are not dimmed.

Workaround: None.