Specify the connection reference used by the IBM® z/OS® Connect server.
About this task
Complete the configuration by specifying the connection reference used by the IBM z/OS Connect server.
Procedure
-
In the project dialog, click the Configuration tab.
- Enter the Connection reference. This is the
id
of
the zosconnect_zosConnectServiceRestClientConnection
element in
server.xml, which defines the connection to Db2 that is used at run time.
Note: The value of
connectionRef
defined in the
server.xml file
overrides the value that you defined for
Connection reference. For example:
<zosconnect_services>
<service name="exampleDb2" >
<property name="connectionRef" value="newValue" />
</service>
</zosconnect_services>
Results
The connection reference is defined and the project is now complete.