Known issues and their workarounds for Replication Server DA Option.
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.
Find issues by Change Request (CR) number.
| CR# | Description |
|---|---|
| 739543 |
create connection command for HANA DB requires an unnecessary database parameter. DA connection configuration objects require a database parameter to use with the JDBC driver for Adaptive Server, Oracle, and Sybase IQ databases. The HANA DB JDBC driver does not require this parameter. However, if you create the HANA DB connection without a database parameter, DA will not create the connection. DA assumes all connection objects require a database parameter. Workaround: When you create a HANA DB connection, set the database parameter to a placeholder value. For
example:
create connection myHDBconn1
set type = HANADB
and set agent = myagent
and set host = "10.0.14.119"
and set port = 30315
and set database = placeholder
and set user = HAUSER
and set password = Pa55word
go
|
| 734029 |
TIMESTAMP reconciliation issue with DA in non-Adaptive Server databases replication environment. DA does not compare the second-fractions of TIMESTAMP values beyond the first three, of a total of nine digits. For example, 2009-01-16 18:55:33.213000000 is considered equal to 2009-01-16 18:55:33.213666666 when compared by DA. Additionally, DA reconciles all nine digits, which leads to a Sybase Replication Server error, when you are replicating TIMESTAMP columns in non-Adaptive Server databases. For example:
Workaround: None. |
| 723993 |
The HANA DB alphanum datatype is not supported in heterogeneous comparisons with DA. For example, in an Oracle-to-HANA DB heterogeneous comparison environment, you cannot compare Oracle varchar2 datatype with the HANA DB alphanum datatype.
This HANA DB alphanum datatype mapping issue causes comparison failure. Workaround: Compare HANA DB alphanum datatypes only in HANA DB-to-HANA DB comparisons. |
| 666694 |
The DA server license is not checked in after the JVM is terminated with Ctrl+C. If the JVM for the DA server process fails or is terminated from the operating system, DA server cannot complete tasks it would normally perform before shutdown, such as checking in the license. DA server may also not check in the license if its JVM is terminated with Ctrl+C on a Windows machine. Workaround: Stop DA server from isql with the Replication Server shutdown command. |
| 656778 |
Uninstallation issues occur when Replication Server DA Option is installed in the same directory as older Sybase products which used InstallShield. If new Sybase products that use InstallAnywhere (like DA Option) are installed in the same directory as the older Sybase products which used InstalledShield, uninstalling one of the products may make the others unusable because some of the shared components are removed by the uninstaller. For example, if DA is installed in the same directory as Replication Server 15.2 and Replication Manager (RM) plug-in 15.2, and the RM plug-in is uninstalled, the DA server cannot be started because the JRE on the /shared directory has been removed. Workaround: Install DA in a separate directory.
Note: If
you have already installed a new product in the same
directory as the other older products, do not
uninstall.
|
| 656068 |
Starting DA server or agent on Windows 7 fails. DA server or agent can not start properly on Windows 7 if you run the RUN_instance_32.bat or RUN_instance_64.bat script using the Run option. Workaround: Use the Run as Administrator option instead of the Run option when running the start-up scripts. |
| 656061 |
Sybase Central™ fails to start after installing Replication Manager plug-in 15.2 in the same directory as Replication Server DA Option. If you install Replication Manager plug-in in the same directory as DA Option and the machine has Microsoft Visual C++ 2005 Redistributable Package for DA Option, the value of JRE_DIRECTORY in the scjview.ini file is changed from %SYBASE%\Shared\JRE-6_0_6_32BIT to %SYBASE%\Shared\JRE-6_0_6_64BIT, which causes error when starting Sybase Central. Workaround: Change the JRE_DIRECTORY value in the scjview.ini file to %SYBASE%\Shared\JRE-6_06_32BIT. |
| 625227 | SPDC- or
SMP-generated served partition-level license may not
work. When you use a served partition-level license generated from the Sybase Product Download Center or the SAP Service Marketplace (SMP) to start a SySAM server, you see a message that you are using an invalid license key, similar to: (SYBASE) Invalid license key (inconsistent authentication code) (SYBASE) License server system started on hpiabou (SYBASE) No features to serve, exiting (SYBASE) EXITING DUE TO SIGNAL 49 Exit reason 4 (lmgrd) SYBASE exited with status 49 (No features to serve) (lmgrd) SYBASE daemon found no features. Please correct (lmgrd) license file and re-start daemons. (lmgrd) (lmgrd) This may be due to the fact that you are using (lmgrd) a different license file from the one you expect. (lmgrd) Check to make sure that: (lmgrd) /remote/cat_fc/nli/iq152.hpia/SYSAM-2_0/licenses/18965_hpiabou_ (lmgrd) is the license file you want to use. Workaround: Use the old host IDs for the license running on the license server. |