Advertisement
Guest User

proc_getSiteIdAndZoneOfHostHeaderSite

a guest
Jun 27th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 6.68 KB | None | 0 0
  1. Texto
  2. SqlCommand: 'dbo.proc_getSiteIdAndZoneOfHostHeaderSite'
  3.    CommandType: StoredProcedure CommandTimeout: 300
  4.    Parameter: '@RETURN_VALUE' TYPE: INT SIZE: 0 Direction: ReturnValue VALUE: ''
  5.    Parameter: '@HostAndPath' TYPE: NVarChar SIZE: 19 Direction: INPUT VALUE: 'myarcelormittal.com'
  6.    Parameter: '@Scheme' TYPE: TinyInt SIZE: 1 Direction: INPUT VALUE: '3'
  7.    Parameter: '@RequestGuid' TYPE: UniqueIdentifier SIZE: 0 Direction: INPUT VALUE: 'd1b1ff9d-4ea8-4024-1bdc-9996795685ee'
  8.  
  9. ---------------------------------------------------------------------------------------------------------------------------------------
  10. Pila de llamadas
  11.    at Microsoft.SharePoint.Utilities.SqlSession.OnPostExecuteCommand(SqlCommand command, SqlQueryData monitoringData)
  12.    at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, BOOLEAN retryForDeadLock)
  13.    at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior)
  14.    at Microsoft.SharePoint.Administration.SPConfigurationDatabaseSiteLookupProvider.Microsoft.SharePoint.Administration.ISPSiteLookupProviderHostHeaderMultiUrl.LookupHostHeaderSiteIdAndZone(String hostHeaderAndPath, SPHostHeaderSiteUriScheme scheme)
  15.    at Microsoft.SharePoint.SPSiteCache.LookupHostHeaderSite(Uri requestUri, SPFarm farm, BOOLEAN skipFillFileSystemCache)
  16.    at Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.RebaseUriWithAlternateUri(Uri requestUri, NULLABLE`1 desiredZone)
  17.   at Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.DeserializeUrlFromStorage(String serializedUrl, SPUrlZone zone, Boolean bOriginalString)
  18.   at Microsoft.Office.Server.UserProfiles.ServerLink.get_Url()
  19.   at Microsoft.Office.Server.UserProfiles.GlobalHybridPersonalSiteSyncedListLoader.HybridPersonalSiteUrl()
  20.   at Microsoft.Office.Server.UserProfiles.GlobalHybridPersonalSiteSyncedListLoader.GetGlobalHybridPersonalSiteUrlForUser(UserProfile user)
  21.   at Microsoft.Office.Server.UserProfiles.UserProfile.get_HybridRemotePersonalSiteHostUrl()
  22.   at Microsoft.SharePoint.Portal.SuiteNavData.GetHybridRemoteHostURLs(String& remoteDocumentsHostUrl, String& remoteSitesHostUrl)
  23.   at Microsoft.SharePoint.Portal.SuiteNavData.GetSuiteNavData()
  24.   at Microsoft.SharePoint.Portal.SuiteNavDataServerStub.InvokeStaticMethod(String methodName, ClientValueCollection xmlargs, ProxyContext proxyContext, Boolean& isVoid)
  25.   at Microsoft.SharePoint.Client.ServerStub.InvokeStaticMethodWithMonitoredScope(String methodName, ClientValueCollection args, ProxyContext proxyContext, Boolean& isVoid)
  26.   at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPathRoot(Boolean mainRequestPath, EdmParserNode node, Boolean resourceEndpoint, MethodInformation& methodInfo)
  27.   at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPath(Boolean mainRequestPath, String path, String pathForErrorMessage)
  28.   at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.Process()
  29.   at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.ProcessRequest()
  30.   at Microsoft.SharePoint.Client.Rest.RestService.ProcessQuery(ClientServiceHost serviceHost, Stream inputStream, IList`1 pendingDisposableContainer)
  31.    at Microsoft.SharePoint.Client.ClientRequestService.ProcessRestQuery(Stream inputStream)
  32.    at SyncInvokeProcessRestQuery(Object , Object[] , Object[] )
  33.    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
  34.    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
  35.    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
  36.    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
  37.    at System.ServiceModel.Dispatcher.MessageRpc.Process(BOOLEAN isOperationContextSet)
  38.    at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(RequestContext request, BOOLEAN cleanThread, OperationContext currentOperationContext)
  39.    at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(RequestContext request, OperationContext currentOperationContext)
  40.    at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult RESULT)
  41.    at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult RESULT)
  42.    at System.Runtime.Fx.AsyncThunk.UnhandledExceptionFrame(IAsyncResult RESULT)
  43.    at System.Runtime.AsyncResult.Complete(BOOLEAN completedSynchronously)
  44.    at System.Runtime.InputQueue`1.AsyncQueueReader.Set(Item item)
  45.   at System.Runtime.InputQueue`1.EnqueueAndDispatch(Item item, BOOLEAN canDispatchOnThisThread)
  46.    at System.Runtime.InputQueue`1.EnqueueAndDispatch(T item, Action dequeuedCallback, Boolean canDispatchOnThisThread)
  47.   at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, Action dequeuedCallback, BOOLEAN canDispatchOnThisThread)
  48.    at System.ServiceModel.Channels.HttpPipeline.EnqueueMessageAsyncResult.CompleteParseAndEnqueue(IAsyncResult RESULT)
  49.    at System.ServiceModel.Channels.HttpPipeline.EnqueueMessageAsyncResult.HandleParseIncomingMessage(IAsyncResult RESULT)
  50.    at System.Runtime.AsyncResult.SyncContinue(IAsyncResult RESULT)
  51.    at System.ServiceModel.Channels.HttpPipeline.EmptyHttpPipeline.BeginProcessInboundRequest(ReplyChannelAcceptor replyChannelAcceptor, Action dequeuedCallback, AsyncCallback callback, Object state)
  52.    at System.ServiceModel.Channels.HttpChannelListener`1.HttpContextReceivedAsyncResult`1.ProcessHttpContextAsync()
  53.    at System.ServiceModel.Channels.HttpChannelListener`1.BeginHttpContextReceived(HttpRequestContext context, Action acceptorCallback, AsyncCallback callback, Object state)
  54.   at System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(HostedHttpRequestAsyncResult result)
  55.   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
  56.   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
  57.   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)
  58.   at System.ServiceModel.AspNetPartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state)
  59.   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequestWithFlow(Object state)
  60.   at System.Runtime.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
  61.   at System.Runtime.Fx.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)
  62.   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement