无法在SharePoint Designer 2013中打开外部内容类型 [英] Could not open External Content Types in SharePoint Designer 2013

查看:103
本文介绍了无法在SharePoint Designer 2013中打开外部内容类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在内部部署SharePoint 2013设计器.当我打开BCS的外部内容类型时,出现以下错误.

如何解决这个问题.提前谢谢.

由于内部错误,服务器无法处理请求.有关该错误的更多信息,请打开IncludeExceptionDetailInFaults(通过ServiceBehaviorAttribute或< serviceDebug>配置行为) 以便将异常信息发送回客户端,或者按照Microsoft .NET Framework 3.0 SDK文档打开跟踪,并检查服务器跟踪日志.

我的安全令牌服务 web.config (\ 15 \ WebServices \ SecurityToken)像这样


<行为>
      < serviceBehaviors>

        <行为名称=" SecurityTokenServiceBehavior" >     
          < serviceMetadata httpGetEnabled ="true"; />         
          < serviceThrottling maxConcurrentCalls ="65536" maxConcurrentSessions ="65536".   maxConcurrentInstances ="65536" />
        </行为>

        <行为名称=" ApplicationSecurityTokenServiceBehavior" >
          < serviceMetadata httpGetEnabled ="false"; httpsGetEnabled =" false" />
          < serviceThrottling maxConcurrentCalls ="65536" maxConcurrentSessions ="65536".   maxConcurrentInstances ="65536" />

        </行为>

      </serviceBehaviors>
    </behaviors>

Hi,

I am working SharePoint 2013 designer on-premise. When i open External Content Types  for BCS the below error comming.

How to resolve this. Thanks in advance.

The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.

My Security Token Service web.config (\15\WebServices\SecurityToken) like this


<behaviors>
      <serviceBehaviors>

        <behavior name="SecurityTokenServiceBehavior" >     
          <serviceMetadata httpGetEnabled="true" />         
          <serviceThrottling maxConcurrentCalls="65536" maxConcurrentSessions="65536"  maxConcurrentInstances="65536" />
        </behavior>

        <behavior name="ApplicationSecurityTokenServiceBehavior" >
          <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
          <serviceThrottling maxConcurrentCalls="65536" maxConcurrentSessions="65536"  maxConcurrentInstances="65536" />

        </behavior>

      </serviceBehaviors>
    </behaviors>

推荐答案

Hi Thiru,

Hi Thiru,

请检查以下几点以解决您的问题:

Please check the points below to troubleshoot your issue:

转到管理中心->应用程序管理->管理服务器上的服务,检查是否已启动业务数据服务.

Go to Central Administration->Application Management->Manage services on server, check if Business Data Service is started.

转到管理中心"->应用程序管理"->管理服务应用程序",选择业务数据服务应用程序",单击功能区中的权限,确保已添加相关用户的完全控制权.

Go to Central Administration->Application Management->Manage service application, select Business Data Service Application, click permission in the ribbon, make sure you have add the relevant user full control.

以下是类似的帖子供您参考:

Here is a similar post for your reference:

http://www.techyv.com/questions/sharepoint-遇到2010服务应用程序错误/

如果存在问题,请尝试在ULS日志中查找更多错误消息.日志位于:

If the issue exists, try to find more error message in ULS log. Log is at:

C:\ Program Files \ Common Files \ Microsoft共享\ Web服务器扩展\ 15 \ LOGS

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS

最诚挚的问候,

王race(Grace Wang)

Grace Wang


这篇关于无法在SharePoint Designer 2013中打开外部内容类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆