View Single Post
  #31 (permalink)  
Old 2008-05-15
DrkNite DrkNite is offline
Junior Member
 
Join Date: 2007-11-18
Posts: 16
Rep Power: 0
DrkNite has an average reputation (10+)
Default 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.
Reply With Quote