Chris/Rose,
We did add the /regenerateoverrides argument upon start up of StateProcessor in ISM. Although it did delete quite a few rows from the oms_overrides table, it did bring back several traces and outages we had from 3-4 Map Migrations ago.
We are going into Dispatcher and looking at each phase on the conductor and making sure that they are either null or have an 'R' in the phase instead of an 'A'.
Use the mslink for the conductor and select * from oms_overrides where mslink = ' '
Then use the set_id and select * from oms_overrdies where set_id = ' '
then if phase_a has a value of 'A' use update oms_overrides set phase_a = 'R' where set_id = ' ' and phase_a = 'A'