2014-01-26

We are getting below error on production server,on development and test server its working fine.There is Application page to fill employee goals for appraisal,when user tries to save in draft they are experiencing issue that goals are deleting and not save.when we check in production log we are getting 'COMException' ExceptionMessage: '0x80131904' .

01/21/2014 18:57:05.26 w3wp.exe (0x3D98) 0x29FC VFS
Performance Management Syst PMS Error 9999

Unexpected Error in PMS H2 Self Evaluation ExceptionType:
'SPException' ExceptionMessage: '' StackTrace: ' at
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)

at Microsoft.SharePoint.Library.SPRequest.DeleteItem(String bstrUrl,
String bstrListName, Int32 lID, UInt32 dwDeleteOp, Guid&
pgDeleteTransactionId) at
Microsoft.SharePoint.SPListItem.DeleteCore(DeleteOp deleteOp) at
Microsoft.SharePoint.SPListItem.Delete() at
VFS.PMS.ApplicationPages.CommonMaster.DeleteCompetenciesDraft(Int32
appraisalPhaseId, String currentUser, String listName) at
VFS.PMS.ApplicationPages.Layouts.H2initial.SelfEve.SaveCompetenciesDraft(Int32
appraisalID, Int32 appraisalPhaseId, String listName) at
VFS.PMS.ApplicationPages.Layouts.H2initial.SelfEve.b_0()
at
Microsoft.SharePoint.SPSecurity.<>c_DisplayClass4.b__2()
at
Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
secureCode) at
Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback
secureCode, Object param) at
Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated
secureCode) at
VFS.PMS.ApplicationPages.Layouts.H2initial.SelfEve.btnSave_Click(Object
sender, EventArgs e)' Source: 'Microsoft.SharePoint' TargetSite:
'Void HandleComException(System.Runtime.InteropServices.COMException)'
------------------------------------------------------------ Inner exception:

------------------------------------------------------------ ExceptionType: 'COMException' ExceptionMessage:
'0x80131904'

StackTrace: ' at
Microsoft.SharePoint.Library.SPRequestInternalClass.DeleteItem(String
bstrUrl, String bstrListName, Int32 lID, UInt32 dwDeleteOp, Guid&
pgDeleteTransactionId) at
Microsoft.SharePoint.Library.SPRequest.DeleteItem(String bstrUrl,
String bstrListName, Int32 lID, UInt32 dwDeleteOp, Guid&
pgDeleteTransactionId)' Source: '' TargetSite: 'Void
DeleteItem(System.String, System.String, Int32, UInt32, System.Guid
ByRef)' 8f922003-389d-4edf-b75f-7e69c5818a7a

Show more