Promotion/Publish from the Impact model Designer failing with the error “Class info is not synchronized”

1) On the cell rename the file ../pw/server/etc/<CELLNAME>/kb/classes/mc_sm_object.baroc to mc_sm_object.baroc.old 2) create a new copy of mc_sm_object.baroc by running the command pclassinfo -q -x -o mc_sm_object.baroc and place it in ../pw/server/etc/<CELLNAME>/kb/classes directory 3) Recompile the cell kb : cd $MCELL_HOME/etc/<CELLNAME>/kb […]

After upgrading the Service Model can no longer be seen

This can occur if the BPPM cell’s KB was not migrated properly. In 9.0, relationship class definitions are in mc_tm_root.baroc and mc_tm_relationships.baroc. If those are not loaded, that will cause this problem. After correcting the KB to load those files, you will […]

User Console does not Show the Event that is BPPM

Event propagated from other cells to BPPM, mquery shows the event in BPPM, but user console does not show the event Cause Inconsistent hostName specification in the cell and jserver configurations. Solution In $BMC_PROACTIVENET_HOME/custom/conf/pronet.conf: pronet.gateway.gatewayName=pn_server_<hostName>.my.domain In $MCELL_HOME/etc/mcell.dir the gateway entry […]

Closed Event still appears as Open in Operation Console

1) Go to /pw/pronto/pronet.conf locate bmc.proactivenet.events.serveFromJserver parameter 2) Change the value from True to false bmc.proactivenet.events.serveFromJserver=false Value of this parameter by default is true 3) Restart BPPM using pw system start NOTE: Please do not suggest the steps for large […]

Rebuild and Validate the BPPM Server Sybase Database

1. Stop the ProactiveNet Server and verify that none of the related processes are running. pw system stoppw system status 2. Backup the ProactiveNet Server Database data file, “storm_HOSTNAME.db” (\pw\sybase\), and transaction log, “pronto.log” (\pw\sybase\), to a directory outside the […]

Manually running ProactiveNet Sybase DB Rebuild

This is an workaround that could be used when standard rebuild procedure fails because of “memory exhausted”: pw database rebuild fails with error Dynamic Memory Exhausted Manually running the steps and using a larger cache size resolved the issue1) dbunload […]