Real Time Information Director User Documentation
For detailed information about defining subscriptions, see the document entitled RTID
Subscriptions.
Design EAI Interfaces using the SAP XI Integration Builder, the webMethods Developer, or the
SeeBeyond Enterprise Manager.
6.
Deployment
To deploy the solution on the NonStop Server, perform the following tasks in order:
Create the data tables, using the DDL file you created in the design phase.1.
For information about creating the data store for RTSC, see the readme.txt file in c:\rtid\rtsc.
For information about creating the EHR data store, see the readme.txt file in c:\rtid\chin.
Deploy and test new metadata. Copy metadata files to the NonStop server, add class entries to the
SQL/MX DOCCLASS table, test the metadata using test drivers, and use the –e driver option to
generate XML schemas for use by clients. These tasks and all the available test drivers and tools
are described in the document entitled RTID Extensibility.
2.
Deploy and start the Director as an enterprise JavaBean (EJB) and/or as a message-driven bean
(MDB, first on the workstation and then on the NonStop Server, as described in the document
entitled RTID Deployment. Test the deployment as described in the same document.
3.
Deploy the Director Management Bean as a WLS startup class, as described in the document
entitled RTID Management.
4.
Deploy the Subscription Module (if you need it) as a WLS startup class, as described in the
document entitled RTID Subscriptions.
5.
Register subscriptions using the Subscription Registration Interface (RegSubs), as described in the
document entitled RTID Subscriptions.
6.
Test the deployment of the Director. To rule out EAI interface problems:7.
If you are running the Director as an MDB, test with the QueueSend program as the
source of input and the QueueReceive program to check the output. See the document
entitled RTID Deployment for a description of this task.
●
If you are running the Director as an EJB, you can use the HttpPost driver to post the
document to the Director servlet, and examine the response. See the document
entitled RTID Deployment for a description of this task.
●
Verify the EAI setup, ensuring that you have completed all configuration steps appropriate to the
EAI software.
8.