Re: database revision control problem Well I got my problem fixed after calling support did some debugging with support using these commands in expert mode fw debug fwm on TDERROR_ALL_ALL=5 fwm load -d Yourpolicyname yourfirewall_object 2> policypush.txt fw debug fwm on TDERROR_ALL_ALL=0 Yourpolicyname and yourfirewall_object are the policy name and the firewall name you are pushing too (note they are case sensity) then we looked over that txt file and $FWDIR/log/fwm.elg where we noticed CCreateVersionHandler::Init: Failed to IArchiverConfDocument::Load ('/opt/CPsuite-R65/fw1/conf/mv_doc.C') with err 0x80004005 ('Unspecified error') CCreateVersionHandler::CreateVersionMain: Failed to Initialize upon checking mv_doc.C we discovered it had a file size of 0 we replaced the mv_doc.C with a known good one and dropped it on the box check the version control and bingo its working again. |