Advertisement
Guest User

Untitled

a guest
Apr 13th, 2012
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. Security Support Provider Interface (SSPI) authentication failed
  2. <system.serviceModel>
  3. <bindings>
  4. <basicHttpBinding>
  5. <binding name="soap" closeTimeout="00:11:00" openTimeout="00:11:00"
  6. receiveTimeout="00:10:00" sendTimeout="00:11:00" allowCookies="false"
  7. bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
  8. maxBufferSize="2097152" maxBufferPoolSize="2097152" maxReceivedMessageSize="2097152"
  9. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  10. useDefaultWebProxy="true">
  11. <readerQuotas maxDepth="32" maxStringContentLength="2097152" maxArrayLength="2097152"
  12. maxBytesPerRead="2097152" maxNameTableCharCount="2097152" />
  13. <security mode="None">
  14. <transport clientCredentialType="None" proxyCredentialType="None"
  15. realm="" />
  16. <message clientCredentialType="UserName" algorithmSuite="Default" />
  17. </security>
  18. </binding>
  19. <binding name="SoapBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  20. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  21. <security mode="Transport">
  22. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  23. <message clientCredentialType="UserName" algorithmSuite="Default" />
  24. </security>
  25. </binding>
  26. <binding name="GetTemplateParamSoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
  27. allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  28. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  29. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  30. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  31. <security mode="None">
  32. <transport clientCredentialType="None" proxyCredentialType="None"
  33. realm="" />
  34. <message clientCredentialType="UserName" algorithmSuite="Default" />
  35. </security>
  36. </binding>
  37. </basicHttpBinding>
  38. <customBinding>
  39. <binding name="SoapBinding" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00">
  40. <security authenticationMode="UserNameOverTransport">
  41. <secureConversationBootstrap />
  42. </security>
  43. <textMessageEncoding messageVersion="Soap11WSAddressingAugust2004" />
  44. <httpsTransport maxReceivedMessageSize="655360000" />
  45. </binding>
  46. <binding name="GetTemplateParamSoap">
  47. <textMessageEncoding maxReadPoolSize="64" maxWritePoolSize="16"
  48. messageVersion="Soap12" writeEncoding="utf-8">
  49. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  50. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  51. </textMessageEncoding>
  52. <httpTransport manualAddressing="false" maxBufferPoolSize="524288"
  53. maxReceivedMessageSize="65536" allowCookies="false" authenticationScheme="Anonymous"
  54. bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
  55. keepAliveEnabled="true" maxBufferSize="65536" proxyAuthenticationScheme="Anonymous"
  56. realm="" transferMode="Buffered" unsafeConnectionNtlmAuthentication="false"
  57. useDefaultWebProxy="true" />
  58. </binding>
  59. </customBinding>
  60.  
  61. <wsHttpBinding>
  62. <binding name="WSHttpBinding_IBundlatorService" closeTimeout="00:01:00"
  63. openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
  64. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
  65. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  66. messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
  67. allowCookies="false">
  68. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  69. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  70. <reliableSession ordered="true" inactivityTimeout="00:10:00"
  71. enabled="false" />
  72. <security mode="Message">
  73. <transport clientCredentialType="Windows" proxyCredentialType="None"
  74. realm="" />
  75. <message clientCredentialType="Windows" negotiateServiceCredential="true"
  76. algorithmSuite="Default" />
  77. </security>
  78. </binding>
  79. </wsHttpBinding>
  80.  
  81.  
  82. </bindings>
  83. <client>
  84. <endpoint address="http://upload.webapp.qasite-services.com/UploadService.svc/soap" binding="basicHttpBinding" bindingConfiguration="soap" contract="WebAppUploadService.IUploadService" name="soap" />
  85. <endpoint address="https://webservice.s4.exacttarget.com/Service.asmx"
  86. binding="customBinding" bindingConfiguration="SoapBinding"
  87. contract="ExactTargetClient.Soap" name="Soap" />
  88. <endpoint address="http://accounts5.qasite.com/toolbar/ClientServices/TemplateParams.asmx"
  89. binding="basicHttpBinding" bindingConfiguration="GetTemplateParamSoap"
  90. contract="ServiceReference.GetTemplateParamSoap" name="GetTemplateParamSoap" />
  91. <endpoint address="http://qa-srv07.MyCompany-il.com:81/CPServices/BundlatorManagerService.svc"
  92. binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IBundlatorService"
  93. contract="BundlatorManagerService.IBundlatorService" name="WSHttpBinding_IBundlatorService">
  94. <identity>
  95. <servicePrincipalName value="host/QA-SRV07.MyCompany-IL.com" />
  96. </identity>
  97. </endpoint>
  98. </client>
  99. </system.serviceModel>
  100.  
  101. Server Error in '/' Application.
  102.  
  103. Security Support Provider Interface (SSPI) authentication failed. The server may not be running in an account with identity 'host/QA-SRV07.Conduit-IL.com'. If the server is running in a service account (Network Service for example), specify the account's ServicePrincipalName as the identity in the EndpointAddress for the server. If the server is running in a user account, specify the account's UserPrincipalName as the identity in the EndpointAddress for the server.
  104.  
  105. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  106.  
  107. Exception Details: System.ComponentModel.Win32Exception: Security Support Provider Interface (SSPI) authentication failed. The server may not be running in an account with identity 'host/QA-SRV07.Conduit-IL.com'. If the server is running in a service account (Network Service for example), specify the account's ServicePrincipalName as the identity in the EndpointAddress for the server. If the server is running in a user account, specify the account's UserPrincipalName as the identity in the EndpointAddress for the server.
  108.  
  109. Source Error:
  110.  
  111. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  112.  
  113. Stack Trace:
  114.  
  115.  
  116. [Win32Exception (0x80004005): Security Support Provider Interface (SSPI) authentication failed. The server may not be running in an account with identity 'host/QA-SRV07.Conduit-IL.com'. If the server is running in a service account (Network Service for example), specify the account's ServicePrincipalName as the identity in the EndpointAddress for the server. If the server is running in a user account, specify the account's UserPrincipalName as the identity in the EndpointAddress for the server.]
  117. System.ServiceModel.Security.WindowsSspiNegotiation.GetOutgoingBlob(Byte[] incomingBlob, IExtendedProtectionSupport extendedProtectionSupport) +5902777
  118. System.ServiceModel.Security.SspiNegotiationTokenProvider.GetNextOutgoingMessageBody(Message incomingMessage, SspiNegotiationTokenProviderState sspiState) +1146
  119. System.ServiceModel.Security.IssuanceTokenProviderBase`1.GetNextOutgoingMessage(Message incomingMessage, T negotiationState) +83
  120. System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout) +431
  121.  
  122. [SecurityNegotiationException: SOAP security negotiation with 'http://qa-srv07.conduit-il.com:81/CPServices/BundlatorManagerService.svc' for target 'http://qa-srv07.conduit-il.com:81/CPServices/BundlatorManagerService.svc' failed. See inner exception for more details.]
  123. System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10257978
  124. System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +539
  125. BrandToolbar.Manager.TrackingChannels.BundlatorManagerService.IBundlatorService.GetBundleItemsBySsoId(Guid ssoId) +0
  126. BrandToolbar.Manager.TrackingChannels.TrackingChannelsManager.GetAllBundlesForSsoId(Guid ssoId, IList`1& bundleItems) in d:ConduitRnDServerWebSitesWritersDev-Accounts-4.2-TCAccountsManagersTrackingChannelsBrandToolbar.Manager.TrackingChannelsTrackingChannelsManager.cs:311
  127. BrandToolbar.Manager.TrackingChannels.TrackingChannelsManager.GetAllToolbarsAndBundlesForSsoId(Guid ssoId) in d:ConduitRnDServerWebSitesWritersDev-Accounts-4.2-TCAccountsManagersTrackingChannelsBrandToolbar.Manager.TrackingChannelsTrackingChannelsManager.cs:141
  128. BrandToolbar.Account.Controllers.DistributionTools.TrackingChannelsController.Index() in d:ConduitRnDServerWebSitesWritersDev-Accounts-4.2-TCAccountsBrandToolbar.AccountControllersDistributionToolsTrackingChannelsController.cs:102
  129. lambda_method(ExecutionScope , ControllerBase , Object[] ) +30
  130. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +236
  131. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +31
  132. System.Web.Mvc.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a() +85
  133. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +657347
  134. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +288
  135. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +658084
  136. System.Web.Mvc.Controller.ExecuteCore() +125
  137. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +48
  138. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
  139. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +15
  140. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +85
  141. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +51
  142. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +454
  143. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement