SharePoint 2016 OnPremise, todo funciona bien, pero a veces solo en una lista, al agregar un nuevo elemento, después de guardar cuando vuelve a la vista estándar, obtengo Exception from HRESULT: 0x80131904.

Uls dice:

System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.) ---> System.ComponentModel.Win32Exception (0x80004005): The specified network name is no longer available SPRequest.GetListItemDataWithCallback2: UserPrincipalName=i:0).w|s-1-5-21-2025429265-688789844-725345543-18654, AppPrincipalName= ,pSqlClient=<null> ,bstrUrl=http://portal/mySite ,bstrListName={A9A7F119-9D25-4CDD-A59D-BD5F8AB58C85} ,bstrViewName=<null> ,bstrViewXml=<View><Query><OrderBy><FieldRef Name="Datum" Ascending="FALSE" /><FieldRef Name="BegonnenUm" Ascending="FALSE" /></OrderBy><Where><Eq><FieldRef Name="Author" /><Value Type="Integer"><UserID Type="Integer" /></Value></Eq></Where></Query><Aggregations Value="On"><FieldRef Name="Dauer" Type="SUM" /><Fi ,fSafeArrayFlags=SAFEARRAYFLAG_AUTOHYPERLINK Error while executing web part: Microsoft.SharePoint.SPException: Exception from HRESULT: 0x80131904 ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80131904 at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView) at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData() at Microsoft.SharePoint.SPListItemCollection.get_Count() at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments selectArguments, String aggregateString, Boolean wantReturn, BaseXsltListWebPart webpart, SPListItem& listItem, SPListItemCollection& listItems, String[]& fieldList) at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal() at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) 1bbd449f-5801-b098-2604-475e9b3793d4 

Si actualizo la página, funciona.
¿Alguna idea?

Responder

Aquí debe marcar un Un par de cosas: el principal problema con esto es que su conexión SQL con el servidor de SharePoint no es estable. Verifique el registro de Windows del servidor SQL; allí obtendrá más detalles sobre el error.

Pero en general, verifique lo siguiente:

  • Conectividad de red entre SQL Server y SharePoint – la mayoría de las veces no es estable, consulte con su equipo de red.
  • Si tiene AG clúster de grupo ( listener ) configurado en el servidor SQL; la base de datos principal a veces se desconectará del Grupo de disponibilidad (AG) pero se volverá a conectar debido a la fluctuación en la conectividad de la red.
  • Intente aumentar la propiedad de tiempo de espera de la conexión SQL
  • Finalmente intente hacer el reinicio de IIS.

Comentarios

  • ok gracias, lo comprobaré. Pero, ¿cómo es posible que tenga este problema solo en esta lista única? Seguro que tengo más de 200 en mi granja.
  • ¿Está seguro de que es solo para una lista o para todas las listas en un solo contenido? db? El problema del grupo AG ocurre en el nivel de la base de datos de contenido.
  • Solo tengo una base de datos de contenido y sí, solo para esta lista.
  • Ohhk .. En ese caso, creo que puede intentar hacer el Si se reinicia, eso podría solucionarse.
  • Desafortunadamente, reiniciar el IIS no ' t ayudó. Reiniciaré el servidor lo antes posible

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *