Skip to main content

Connecting two XDB LOCATIONs

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

A batch program reads a DB2 table which is defined in an XDB LOCATION different to the one used by the client of the open project.

Is there a way of connecting the two LOCATIONs?

Resolution:

This can be done by implementing Server-to-Server Connectivity.

On the local machine specify:  LOCATION, AUTHOR-ID and TABLE NAME

Then on the local LOCATION create an alias for the table of the remote LOCATION.

This should enable interconnection of two different LOCATIONs.

Old KB# 2506

#MFDS
#EnterpriseDeveloper