...
|
...
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.
...