Tables on a remote IQ Server can be made available to another IQ Server using Proxy Tables.
1. Configure the remote IQ Server for proxy access on the local IQ Server.
(DBA)> create server REMOTE_IQ class ‘asajdbc’ using ‘remote_iq.my_domain.com:4000/REMOTE_IQ’
This SQL statement puts an entry into the SYSSERVERS table.
2. Configure EXTERNLOGIN for users and/or “table owners”.
For example, on [...]