Sybase Real-Time Events

Perform the following tasks to check if the Sybase Real-Time Events components have been successfully installed.

RepConnector

To verify the RepConnector installation for your application server:

Replication Server

To verify if the Replication Server subcomponent has been successfully installed, see “Replication Server”.

Replication Agent

To verify if the Replication Agent subcomponent has been successfully installed, see “Replication Agent”.

Sybase ASE Active Messaging

To verify that Sybase ASE Active Messaging has been installed successfully:

  1. Make sure you have the message bus software, such as IBM WebSphere MQ, TIBCO EMS and EAServer JMS installed in your environment, and you have already:

  2. Make sure the ASE Active Messaging subcomponent has been installed successfully:

  3. Make sure Adaptive Server is up and running.

  4. Go to the $SYBASE/ASE-15_0/scripts directory. Using isql, enter:

    isql -Usa -P –Sserver_name -i installmaster
    
    isql -Usa -P -Sserver_name -i installmsgsvss
    
    isql -Usa -P -Sserver_name -i instmsgs.ebf
    

    NoteThe instmstr and installmaster scripts return system procedures to their original version, installmsgsvss script installs system stored procedures for real-time messaging services, and instmsgs.ebf script brings your Adaptive Server messages up to the correct level.

  5. If you have installed the ASE Active Messaging subcomponent on top of ASE 12.5.4 ESD#3, go to the $SYBASE/ASE-12_5/scripts directory using a command line. Using isql, enter the following for IBM WebSphere MQ and TIBCO EMS:

  6. Restart ASE.

  7. Go to the $SYBASE directory. Using isql, enter:

    isql –Sserver_name –Usa -P
    
  8. To configure the server to use real-time messaging, enter:

    Check the return status value to verify if real-time messaging has been successfully enabled. A return status value of 0 means success.