zoukankan      html  css  js  c++  java
  • powerviot open error in sharepoint 2013

    Testing Service c2WTS
    +- Service c2WTS found
    +- Service c2WTS is running
    +- Path of service: C:Program FilesWindows Identity Foundationv3.5c2wtshost.exe
    +- Config File: C:Program FilesWindows Identity Foundationv3.5c2wtshost.exe.config
    +- Service Logon: SYSTEMNT AUTHORITY
    ----- start of config file ----
    <?xml version="1.0"?>
    <configuration>
    <configSections>
    <section name="windowsTokenService" type="Microsoft.IdentityModel.WindowsTokenService.Configuration.WindowsTokenServiceSection, Microsoft.IdentityModel.WindowsTokenService, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    </configSections>
    <startup>
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v2.0.50727" />
    </startup>
    <windowsTokenService>
    <!--
    By default no callers are allowed to use the Windows Identity Foundation Claims To NT Token Service.
    Add the identities you wish to allow below.
    -->
    <allowedCallers>
    <clear />
    <add value="WSS_WPG" />
    </allowedCallers>
    </windowsTokenService>
    </configuration>
    ----- end of config file ----
    Retrieving security groups/users allowed to use the service from config file
    +- WSS_WPG
    Trying to login .........
    Using provided credentials to login
    ***** c2WTS could not provide a valid Windows Token. Reason: WTS0003: The caller is not authorized to access the service.

    Server stack trace:
    at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
    at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    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.IdentityModel.WindowsTokenService.S4UClient.IS4UService_dup.UpnLogon(String upn, Int32 pid)
    at Microsoft.IdentityModel.WindowsTokenService.S4UClient.<>c__DisplayClass1.<UpnLogon>b__0(IS4UService_dup channel)
    at Microsoft.IdentityModel.WindowsTokenService.S4UClient.CallService(Func`2 contractOperation)
    at c2WTSTest.Form1.button2_Click(Object sender, EventArgs e)

    Now Verifying if user WTCSetup.MOSS has rights on c2WTS
    +- User WTCSetup.MOSS has no access to the service
    *** Analysis Complete ***

  • 相关阅读:
    阿里云slb实现多域名https
    docker容器互连
    ext4文件系统(转)
    Effective Java 读书笔记(四):泛型
    Effective Java 读书笔记(一):创建和销毁对象
    Effective Java 读书笔记(三):类与接口
    Effective Java 读书笔记(二):对象通用方法
    三种TCP协议聊天室实现
    WebSocket协议探究(三):MQTT子协议
    WebSocket协议探究(二)
  • 原文地址:https://www.cnblogs.com/hqbird/p/5750568.html
Copyright © 2011-2022 走看看