To install RTDS feature, install Adaptive Server as you normally would, and entering your ASE_MESSAGING or SY_RTDS license keys. Follow the instructions in the installation guide for your platform. You must install Adaptive Server before you can configure RTDS.
Configuring RTDS
Install the RTDS stored procedures:
isql -i$SYBASE/$SYBASE_ASE/scripts/installmsgsvss
Grant messaging_role to the appropriate Adaptive Server logins:
grant role messaging_role to <login>
Configure the server to use RTDS:
sp_configure 'enable real time messaging', 1
LD_LIBRARY_PATH must be correct for
this step to succeed. See Table 3-1 for information on how to
set the shared library environment variables.
Increase memory configuration:
sp_configure 'messaging memory', <# of pages>
The default value is 400 pages. Increase this value if your application requires more memory.
Add the local server, if you have not already, then restart:
sp_addserver <local server name>, local
You must restart Adaptive Server for this command to take effect.
Install the TIBCO EMS client libraries in your preferred location and define that location as TIBEMS_ROOT.
Set the shared library search environment variable before you restart Adaptive Server. Table 3-1 lists the variables and the library names.
Table 3-2 shows the names of the client libraries.
Platform |
Library name |
---|---|
AIX 64 |
libtibems64.so |
HP 64 |
libtibems64.sl |
Linux 32 |
libtibems.so |
Solaris 32 |
libtibems.so |
Solaris 64 |
libtibems64.so |
Windows 2000 |
TIBEMS.DLL |
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |