Installation Note 62278: A SUSE Linux deployment fails with “ERROR: Unexpected error detected in function DMSRVVER:” and “ERROR: Unable to load tkeac.”
A SUSE Linux deployment of SAS® Data Quality Server fails, and you encounter errors that are similar to the following:
ERROR: Unexpected error detected in function DMSRVVER:
ERROR: Unable to load tkeac.
On SUSE, the shared objects for OpenSSL are named differently than they are on Red Hat, which has a standard OpenSSL installation. For SAS Data Quality Server to communicate via SSL with the DataFlux® Data Management Server, the following file names must be in the library path:
- libssl.so.10
- libcrypto.so.10
If these file names are not in the path, go to the directory where the OpenSSL libraries exist. Then use the following commands to create soft links between the necessary file names and the names that currently exist (insert the current file name where current-file-name appears in the commands):
- ln -s current-file-name libssl.so.10
- ln -s current-file-name libcrypto.so.10
Operating System and Release Information
| SAS System | SAS Data Quality Server | 64-bit Enabled AIX | | |
| 64-bit Enabled HP-UX | | |
| 64-bit Enabled Solaris | | |
| AIX | | |
| HP-UX | | |
| HP-UX IPF | | |
| Linux | | |
| Linux for x64 | | |
| Linux on Itanium | | |
| OpenVMS Alpha | | |
| Solaris | | |
| Solaris for x64 | | |
| Tru64 UNIX | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
SUSE Linux deployments of SAS® Data Quality Server must have files that are named libssl.so.10 and libcrypto.so.10 in the library path. If the files are not in place, you encounter these errors: “ERROR: Unexpected error detected in function DMSRVVER:” and “ERROR: Unable to load tkeac.”
| Type: | Installation Note |
| Priority: | high |
| Date Modified: | 2018-06-06 16:20:24 |
| Date Created: | 2018-05-07 10:33:51 |