JBrennan
Based on what you write in this thread, there are serious fundamental errors in your commands eg VetoOplockfiles is misspelt (case is wrong), it should be spelt VetoOplockFiles
Also the setting value is also in error, it would not be veto oplock files (which is three words), it would be the type of files that you want to apply the oplocks veto to.
See this forum post for details
http://forums.contribs.org/index.php/topic,36140.msg159638.html#msg159638You need to fix whatever incorrect setting you have made.
Please show the current output of
db accounts show ibayname
(replace ibayname with the actual name of the ibay where the Access database is)
eg if the ibay name is acessdata then do
db accounts show accessdata
do not leave out or obfuscate anything
Try these commands (which will more likely do the job you want)
db accounts setprop accessdata VetoOplockFiles /*.mdb/*.MDB/
signal-event ibay-modify accessdata
(Of course, replace accessdata with the name of the ibay where the Access database is)
I don't believe it is necessary to do the post upgrade and reboot steps.