Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QUSRBRM.ADD_ENTERPRISE_NODE (SYSTEM_NAME=> system-name, RELATIONAL_DATABASE_NAME=> relational-database-name, ADD_NETWORK_SYSTEMS => add-network-systems, PRIMARY_CONTACT=> primary-contact, SECONDARY_CONTACT=> secondary-contact, HUB_OUTPUT_QUEUE_LIBRARY=> hub-output-queue-library, HUB_OUTPUT_QUEUE=> hub-output-queue, NODE_OUTPUT_QUEUE_LIBRARY=> node-output-queue-library, NODE_OUTPUT_QUEUE=> node-output-queue, DESCRIPTION=> description)

...

relational-database-name

The name of the relational database of the enterprise node.

 

add-network-systems (Optional)

Specifies to add nodes for each system in the node's BRMS network when adding the current system name.

Possible values are:

NULL

The optional value has not been specified.

NO

Specifies to only add the single system name to the enterprise network. This is the default when the parameter is not specified.

YES

Specifies to add nodes for the system name and add nodes for each system in its BRMS network to the enterprise network.

primary-contact (optional)

...

call QUSRBRM.ADD_ENTERPRISE_NODE( 

     SYSTEM_NAME=> 'SALES', 

     RELATIONAL_DATABASE_NAME=> 'SALESRDB'),

     DESCRIPTION=>'Sales IBM i' )

To add a new node system named SALES with relational database name SALESRDB and add all the systems currently defined in BRMS network for system SALES :

call QUSRBRM.ADD_ENTERPRISE_NODE(

     SYSTEM_NAME=> 'SALES', 

     RELATIONAL_DATABASE_NAME=> 'SALESRDB'

     ADD_NETWORK_SYSTEMS => 'YES')

Error Messages

The following SQL States and error messages may be returned by this procedure.

...