06-04-2012 08:39 PM - edited 03-17-2019 11:16 PM
We are getting ready to start using TMSPE, however first we need to disable TMS Agent replication on all VCS's via TMS. There is a VCS that failed and was subsequently removed, but we can't remove it from TMS because TMS Agent replication is enabled. We can't get to the TMS Agent tab to disable replication because the VCS is offline (i.e. it was removed) - it just goes to the "Connnection" tab every time I try.
So how can we migrate to TMSPE if TMS won't let us delete the offline VCS or at least turn of TMS Agent replication for it?
Solved! Go to Solution.
06-04-2012 09:21 PM
Hey Nick
Try to run this SQL query:
USE TMSNG
UPDATE field_SystemField SET BolValue = 0 WHERE field_Field_Id = 1072
UPDATE Cluster SET EnforceTMSAgentDataReplication = 0
This should disable replication on all VCS's added to TMS (even the zombie ones like the one you have), once this is run you can try to purge the VCS.
/Magnus
06-04-2012 09:21 PM
Hey Nick
Try to run this SQL query:
USE TMSNG
UPDATE field_SystemField SET BolValue = 0 WHERE field_Field_Id = 1072
UPDATE Cluster SET EnforceTMSAgentDataReplication = 0
This should disable replication on all VCS's added to TMS (even the zombie ones like the one you have), once this is run you can try to purge the VCS.
/Magnus
06-04-2012 09:59 PM
I'll give it a try, thanks
06-05-2012 04:44 PM
That worked, thanks Magnus!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide