locked
sharepoint intranet web application not connecting using sharpoint designer RRS feed

  • Question

  • I can not access our intranet portal from SharePoint designer 2010

    1. I enabled anonymous access in IIS for SharePoint web application 
    2. I enabled user permissions for User Remote Interfaces

    it was worked before last two weeks 

    ![enter image description here][1]

    this web application has below aam


    Hi when i enable verbose i found that error:

        Exception returned from back end service. System.ServiceModel.ServerTooBusyException: The HTTP service located
         at http://spdv01:32843/d8223431896f4032a7e417eecf79819b/MetadataWebService.svc is too busy.  ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.    
         at System.Net.HttpWebRequest.GetResponse()    
         at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)     -
         -- End of inner exception stack trace ---    Server stack trace:     
         at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)    
         at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    
         at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    
         at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)    
         at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)    
         at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    
         at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)    
         at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    
         at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
         at [0]:     
         at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    
         at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)    
         at Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication.GetServiceSettings(Guid rawPartitionId)    
         at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<ReadApplicationSettings>b__2e(IMetadataWebServiceApplication serviceApplication)    
         at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2b()

    adil

    Wednesday, May 20, 2015 1:11 PM

Answers

  • i  was able to resolve this issue by web.config file change.
    The following entry in the web.config file was missing:
    serviceHostingEnvironment aspNetCompatibilityEnabled=”true”

    under the system.serviceModel tag of the Web Application web.config.

    I added the entry again and the issue was fixed.

    http://mrhodes.net/2010/03/30/sharepoint-designer-2010-the-server-could-not-complete-your-request-the-content-type-of-the-response-is-8/


    adil

    • Marked as answer by adilahmed Monday, June 8, 2015 10:45 AM
    Monday, June 8, 2015 10:45 AM

All replies

  • Hi

    503 error mostly comes when application pool is stopped. Can you please check if you are able to browse the intranet site and application pool is started.

    Also check if application pool for SharePoint Web Services is also started. 


    Danny<br/> MCTS, MCP<br/> <a href="https://www.linkedin.com/in/danishislam" target="_blank">LinkedIn</a> <hr> Please remember to &quot;Mark as Answer&quot; if it works or vote of it is helpful.

    • Proposed as answer by Jiniv Thakkar Tuesday, May 26, 2015 10:03 AM
    Tuesday, May 26, 2015 9:07 AM
  • Go to run-> services.msc

    check SharePoint Timer and SharePoint Admin services are running 

    Tuesday, May 26, 2015 10:04 AM
  • now i am getting above error when i open intranet site and in event viewer 

    WebHost failed to process a request.
     Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/36181605
     Exception: System.ServiceModel.ServiceActivationException: The service '/_vti_bin/client.svc' cannot be activated due to an exception during compilation.  The exception message is: Operation is not valid due to the current state of the object.. ---> System.InvalidOperationException: Operation is not valid due 


    adil


    • Edited by adilahmed Monday, June 8, 2015 9:11 AM
    Monday, June 8, 2015 5:43 AM
  • i  was able to resolve this issue by web.config file change.
    The following entry in the web.config file was missing:
    serviceHostingEnvironment aspNetCompatibilityEnabled=”true”

    under the system.serviceModel tag of the Web Application web.config.

    I added the entry again and the issue was fixed.

    http://mrhodes.net/2010/03/30/sharepoint-designer-2010-the-server-could-not-complete-your-request-the-content-type-of-the-response-is-8/


    adil

    • Marked as answer by adilahmed Monday, June 8, 2015 10:45 AM
    Monday, June 8, 2015 10:45 AM