If you want to use PC Other tables on the client, you cannot use the PSXX parameters to connect to the primary server, as this connects all tables ( * ) to the server. Instead

  • Use DEFINE_OS_400_SERVER or DEFINE_ANY_SERVER to define the connection to the primary server.
  • Use CONNECT_TABLE to nominate specific tables or wildcards to be connected to the primary server, ensuring that the PC Other tables are not specified.
  • Use CONNECT_SERVER to connect to the server.

Note that the PSXX parameters can be used if PC Other tables are on the server rather than the client.

  • No labels