Authorized users can modify the process control value of
a collaboration switch. Do not change the value of PCID, OWNER1SYSID,
or OWNER2SYSID values on existing collaboration switches.
About this task
The values in the MXCOLLAB table are case-sensitive.
Procedure
- Use a database tool to connect to the Maximo® database.
- Use the following SQL statement to change the process control
value in a collaboration switch :
update mxcollab
set pcvalue = PCVALUE
where pcid = ’PCID’
and owner1sysid = ’OWNER1SYSID’
and owner2sysid = ’OWNER2SYSID’;
- Restart the application server to refresh the cached values
for collaboration switches.