For Tamino to communicate to Adabas the following components are used:
1) Tamino uses X-Node to communicate to external databases:
– ODBC for SQL databases
– XTS for Adabas/C
XTS is bundled in as part of Tamino.
2) Tamino uses XTS to communicate to an XTS Proxy. You configure the proxy and start it running. The configuration has to be done to add the following information to the xtsurl.cfg file:
- the Entire Net-work nodes
- the Adabas databases and for each which proxy to use.
- define the proxy (or proxies) and which tcp port it is to use.
XTS Proxy is a small Java program and this too is installed as part of Tamino.
3) The XTS proxy communicates to Entire Net-work. This converts the XTS protocol (from X-Node in Tamino) to Entire Net-work protocol. This is required even if Adabas is on the local machine. This is because the XTS proxy only knows about how to communicate in terms of XTS protocol and Entire Net-work protocol. Also XTS proxy is multithreaded so it provides multiuser Adabas access which is required by Tamino.
Entire Net-work is a separate product so it must be purchased separately.
4) Entire Net-work knows how to communicate with Adabas so it takes the Adabas requests from XTS Proxy, calls Adabas and returns the response.
Hope this helps.
#Tamino#webMethods#API-Management