Failing to Mount Cleaning Media during Normal Backup
I am running into an error where one of our jobs is failing with an error:
Source backup set had completed with following error/exceptions.V-79-57344-33329 - Library - cleaning media was mounted.
We dont even have a cleaning tape in the library and we have rescaned and reinventoried the entire library (about 20 tapes) since it was removed and we are still getting this error. There is no cleaning tape even associated with the media set that this backup points to.
Any ideas or suggestions on this?function Expand() { var srcElement = event.srcElement; if (event.srcElement.tagName != 'TH') srcElement = event.srcElement.parentElement; var child = srcElement.parentElement.parentElement.all[srcElement.getAttribute('child',false)]; if (null != child) { child.className = (child.className == 'COL' ? 'EXP' : 'COL'); if (event.srcElement.tagName == 'INPUT'){ event.srcElement.value = (child.className == 'COL' ? '+' : '-'); } else { for (var i=0;i'COL' ? '+' : '-'); } } } } } function ExpandAll(fromState,toState,image) { var th = document.all.tags('TH'); for (var i=0;i
&& (child.className != toState)) { child.className = toState; } } } function OnDocumentLoad() { var ua = window.navigator.userAgent; var msie = ua.indexOf('MSIE '); var bUpdateTables = false; if (msie) { var str = new String(ua.substring(msie+5, ua.indexOf('.',msie) +2)); if (str >= 5.5) { bUpdateTables = true; } } if (bUpdateTables) { var tbl = document.all.tags('TABLE'); for (var i=0;i{ b.className = 'EXP'; } b = document.all[btn]; if (null != b) { b.value = '-'; } }
Comments
Any help on this error would be greatly appreciated.
Would you like to reply?
Login or Register to post your comment.