Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode ERRCA0017 :SubStatus ES0002 :

Hello everyone!
For a long time I've been using the shared cache feature without any trouble with a Windows Azure Website (using session cache).
The last couple of days, I've been receiving a slew of errors: 
Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0002>:
It continues by saying this:
There is a temporary failure. Please retry later. (The request did not find the primary.). 
I really don't understand why this is happening now. It was working fine. And all my configuration settings in my web.config are correct.
The URL is right, and my key is right.  What could be wrong?
Thanks!
-Eric
Eric

Hi,
Did you update your azure SDK? Or encounter this issue without doing anything? From my research, I found an article,
Please have a look at it:
http://blogs.msdn.com/b/akshar/archive/2011/05/01/azure-appfabric-caching-errorcode-lt-errca0017-gt-substatus-lt-es0006-gt-what-to-do.aspx 
Hope this helps
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Azure Cache ErrorCode ERRCA0017 :SubStatus ES0006

    Hello everyone.
    Im trying to access MS Azure Cache service and pretty often I get this error:
    Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional Information : The client was trying to communicate with the server: net.tcp://remoto.cache.windows.net: line 23233.       at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ErrStatus errStatus, Guid trackingId, Exception responseException, Byte[][] payload, EndpointID destination)       at Microsoft.ApplicationServer.Caching.SocketClientProtocol.Get(String key, ref DataCacheItemVersion version, ref TimeSpan timeout, ref ErrStatus err, String region, IMonitoringListener listener)       at Microsoft.ApplicationServer.Caching.DataCache.InternalGet(String key, ref DataCacheItemVersion version, String region, IMonitoringListener listener)       at Microsoft.ApplicationServer.Caching.DataCache.<>c__DisplayClass53.<Get>b__52()       at Infrastructure.Azure.Cache.AzureCacheServiceClient.<>c__DisplayClass6`1.<Get>b__5() in AzureCacheServiceClient.cs: line 88       at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.ExecuteAction(Func`1 func)
    It happens when Im trying to access some object in cache like this:
    public T Get<T>(string key)
    return retryPolicy.ExecuteAction(() =>(T) (_cache.Get(key)));
    Here is my initialization code:
    var cacheFactory = new DataCacheFactory();_cache = cacheFactory.GetDefaultCache();
    var retryStrategy = new FixedInterval(15, TimeSpan.FromSeconds(2));
    _retryPolicy = new RetryPolicy<CustomCacheTransientErrorDetectionStrategy>(retryStrategy);
    And app.config:
    <configSections>
    <section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core" allowLocation="true" allowDefinition="Everywhere" />     
    <section name="cacheDiagnostics" type="Microsoft.ApplicationServer.Caching.AzureCommon.DiagnosticsConfigurationSection, Microsoft.ApplicationServer.Caching.AzureCommon" allowLocation="true" allowDefinition="Everywhere" />
    </configSections>
    <dataCacheClients>
    <dataCacheClient channelOpenTimeout="1000" requestTimeout="45000" name="default">
    <autoDiscover isEnabled="true" identifier="[some.host.name]" />
    <securityProperties mode="Message" sslEnabled="true">
    <messageSecurity authorizationInfo="***" />
    </securityProperties>
    </dataCacheClient>
    </dataCacheClients>
    It happend at least three times already while the Azure Health Status (https://azure.microsoft.com/en-us/status/) said everything was fine at that time.
    As the exception message says - there are some 'temporary' failures on MS side still maybe I'm doing smth wrong in my code?

    Hi,
    This issue might be happed due to hitting the Windows Azure Cache limitation, where you can not add more than 8MB data at a time. The simple workaround for this issue is to split the object into smaller chunks, i.e  you can  serialize the object
    into smaller byte arrays and pass the arrays to cache as multiple objects.  I recommend you could refer to this blog:
    http://blogs.msdn.com/b/pkc/archive/2011/12/21/datacacheexception-errorcode-lt-errca0017-gt-substatus-lt-es0006-gt.aspx
    Any questions, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting Exception - ErrorCode ERRCA0017 :SubStatus ES0007 :There is a temporary failure. Please retry later. (The request failed because the server is in throttled state)

    I have used Azure managed Cache (Basic tier) in my Web App deployed on cloud service.
    Now I am getting exception. ErrorCode<ERRCA0017>:SubStatus<ES0007>:There is a temporary failure. Please retry later. (The request failed because the server is in throttled state) on Production environment.
    I know, this exception is occurred when memory usage reached more than 95%. 
    I want to handle this issue in code so please provide the right solution.
    My Clients are facing it... so please help me .
    Its very urgent.
    Server Error in '/' Application.
    ErrorCode<ERRCA0017>:SubStatus<ES0007>:There is a temporary failure. Please retry later. (The request failed because the server is in throttled state)
    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. 
    Exception Details: Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0007>:There
    is a temporary failure. Please retry later. (The request failed because the server is in throttled state)
    Source Error: 
    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.
    Stack Trace: 
    [DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0007>:There is a temporary failure. Please retry later. (The request failed because the server is in throttled state)]
       Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ErrStatus errStatus, Guid trackingId, Exception responseException, Byte[][] payload, EndpointID destination) +551
       Microsoft.ApplicationServer.Caching.SocketClientProtocol.ExecuteApi(IVelocityRequestPacket request, IMonitoringListener listener) +287
       Microsoft.ApplicationServer.Caching.SocketClientProtocol.Upsert(VelocityPacketType type, String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[]
    tags, String region, IMonitoringListener listener) +357
       Microsoft.ApplicationServer.Caching.SocketClientProtocol.Put(String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region, IMonitoringListener
    listener) +74
       Microsoft.ApplicationServer.Caching.DataCache.InternalPut(String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region, IMonitoringListener
    listener) +288
       Microsoft.ApplicationServer.Caching.<>c__DisplayClass2f.<Put>b__2e() +146
       Microsoft.ApplicationServer.Caching.DataCache.Put(String key, Object value, TimeSpan timeout) +263
       Microsoft.Web.DistributedCache.<>c__DisplayClass31`1.<PerformCacheOperation>b__30() +19
       Microsoft.Web.DistributedCache.DataCacheRetryWrapper.PerformCacheOperation(Action action) +208
       Microsoft.Web.DistributedCache.DataCacheForwarderBase.PerformCacheOperation(Func`1 func) +134
       Microsoft.Web.DistributedCache.DataCacheForwarderBase.Put(String key, Object value, TimeSpan timeout) +148
       Microsoft.Web.DistributedCache.BlobBasedSessionStoreProvider.SetAndReleaseItemExclusive(HttpContextBase context, String id, SessionStateStoreData item, Object lockId, Boolean newItem)
    +177
       System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) +1021
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009
    Thanks
    hema

    You should add retry logic in case of retriable exceptions. If the retries fail as well you should reset the DataCacheFactory as suggested in this link.
    http://blogs.msdn.com/b/cie/archive/2014/04/29/cache-retry-fails-what-next.aspx
    Thanks,
    Pallav

  • AppFabric - Windows Sever - ErrorCode ERRCA0017 :SubStatus ES0006 :There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable)

    Hi All,
    I have created a simple console application which will get the Cache from the cache server.
    However i am getting the below error. my cache server is up and running. could any one help ?
    ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following
    conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the
    serialized object size sent from the client.)
    Below is the code
    static  DataCacheFactory _cacheFactory = Initialize();
    static void Main(string[] args)
    var cache = _cacheFactory.GetCache("Given the Cache name"); // getting an error here
    var Key = "mykey";
    var obj = cache[Key];
    if (obj == null)
    obj = "Sample";
    cache.Add(Key, obj);
    Console.WriteLine("Object added");
    else
    Console.WriteLine("Object was already in cache");
    Console.ReadLine();
    static DataCacheFactory Initialize()
    var Config = new DataCacheFactoryConfiguration();
    var Servers = new List<DataCacheServerEndpoint>();
    Servers.Add(new DataCacheServerEndpoint("Given the cache host name", 22233));
    Config.Servers = Servers;
    var temp = new DataCacheFactory(Config);
    return temp;
    Navaneeth

    Config.SecurityProperties = new DataCacheSecurity(DataCacheSecurityMode.None, DataCacheProtectionLevel.None);
    After setting the above property it worked!
    Navaneeth

  • Method not found: 'Void Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.set_DataCacheServiceAccountType('...

    After install SharePoint 2013 SP 1, I have a broken list Workflows.
    The logs contants the following error:
    05/13/2014 14:49:03.86  w3wp.exe (0x2FB4)                               0x0774  SharePoint Foundation      
        DistributedCache                air4g
    Monitorable     Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.MissingMethodException: Method not found: 'Void Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.set_DataCacheServiceAccountType(Microsoft.ApplicationServer.Caching.DataCacheServiceAc
    countType)'.    
    at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()    
    at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)    
    at
     Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)
    at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object state)'. 
    As I understand, I have to install some update in the system, but windows update don't show any available updates.
    Any ideas?

    Hi,
    According to your post, my understanding is that you got a broken list Workflows after install SharePoint 2013 SP1.
    I recommend to check is that your cachecluster is up and running through:
    Get-CacheHostConfig -ComputerName $env:computername -CachePort 22233
    when your cache is up and running, run the following 2 commands:
    Remove-SPDistributedCacheServiceInstance
    Add-SPDistributedCacheServiceInstance
    For more information, you can refer to:
    Distrubited Cache in SharePoint 2013
    SharePoint 2013 - Distributed Cache: ErrorCode ERRCA0017 SubStatus ES0006 e ES0001
    Replacing missing named caches to a SharePoint Distributed Cache cluster
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Error with Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException

    Hello All
    I am getting the below error while I am searching for a huge record (more than 8.5 MB).
    Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException: Size of message to be sent is 8837220 bytes which is larger than the maximum message size 8388608 specified in configuration.
    I have tried to change the settings in web.config cloud as below:-
    <dataCacheClient name="default" isCompressionEnabled="true">
    <autoDiscover isEnabled="true" identifier="foo" />
    <!--<localCache isEnabled="true" sync="TimeoutBased" objectCount="100000" ttlValue="300" />-->
    <transportProperties maxBufferSize="67108864"/>
    </dataCacheClient>
    But no luck...
    Please help me as am new to Azure.
    Thanks in Advance
    Deepak Gupta
    [email protected]
    919910164863

    Hi Deepak,
    Looks like, you only changed the Cache client config setting in app.config/web.config.
    You have to set the maxbuffersize on both the client and server.
    You also need to set the maxBufferSize for the server. To do this
    Right click your role
    Add -> New Item -> XML File
    Name it "CacheSettings.xml"
    Paste the following XML:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <configSections>
    <section name="dataCache" type="Microsoft.ApplicationServer.Caching.DataCacheSection, Microsoft.ApplicationServer.Caching.Core" allowLocation="true" allowDefinition="Everywhere" />
    </configSections>
    <dataCache size="Small">
    <advancedProperties>
    <transportProperties maxBufferSize="XXXX" maxBufferPoolSize="XXXX" />
    </advancedProperties>
    </dataCache>
    </configuration>
    Regards,
    Manu Rekhar

  • Microsoft.ApplicationServer.Caching.AzureClientHelper.dll in Caching 2.3.1.0 can not be copied locally

    There is a problem with Microsoft.ApplicationServer.Caching.AzureClientHelper.dl.
    Here is the problem :
    I have Web assembly which does not use caching. Caching is used by other assembly and it is in another assembly. But the config is in web. Caching nuget package is added in Services assembly and all the implementations and usages go there.
    At the end everything must be copied to Web/bin for the app to load all of its dependencies. The problem is here - Settings CopyLocal = True for Microsoft.ApplicationServer.Caching.AzureClientHelper.dll in Service assembly copies it locally to the Service/bin/Debug
    but not in Web/bin because I do not reference it in Web assembly.
    The problem could be solved easily with a type variable somewhere but the problem is that all the types of this assembly are internal.
    Any proposal to solve this?
    Thanks.

    Hi,
    From my experience, we could use startup task to do this, startup tasks are actions that are taken before your roles begin, we could copy the dll file to the folder where we want to. see more details at:
    http://msdn.microsoft.com/en-us/library/hh180155.aspx
    Best Regards
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error creating site collection - Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0

    Hi,
    When creating a Site collection using Central admin, i am getting the error "One or more types failed to load. Please refer to the upgrade log for more details." . Microsoft.ApplicationServer.Caching.Core dll version on my machine is 1.0.4632 (App
    Fabric 1.1). 
    Stack Trace
    SharePoint Foundation Upgrade SPSiteWssSequence ajywy ERROR Exception: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot
    find the file specified. dd64ad9c-0f90-e07d-aaaa-13533e0e9e4f
    Thanks,
    Thomas

    Hi Thomas,
    According to your description, my understanding is that you got an error when you created a site collection in SharePoint 2013.
    I found a similar thread with yours, maybe it also was created by you. Anyway ,in the thread, the workaround is Changing the virtual directory web config of CA (Option 1 and 2 mentioned at
    http://technet.microsoft.com/en-us/library/dn473937.aspx ) and it worked.
    More information, please take a look at:
    http://sharepoint.stackexchange.com/questions/111439/error-creating-site-collection-could-not-load-file-or-assembly-microsoft-appl
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • ErrorCode ERRCA0017 :SubStatus ES0001 :There is a temporary failure. Please retry later. Every Hour

    Hi, 
    I am facing this error every hour. It does not happen randomly but it triggers every hour precisely. 
    I have half a dozen services connecting to the cache and all of them would get this error at the same time every hour. 
    The cache is working properly expect this "downtime" every hour. 
    Any idea?
    Thanks

    You should add retry logic in case of retriable exceptions. If the retries fail as well you should reset the DataCacheFactory as suggested in this link.
    http://blogs.msdn.com/b/cie/archive/2014/04/29/cache-retry-fails-what-next.aspx
    Thanks,
    Pallav

  • Folder %USERPROFILE%\Appdata\local\Microsoft\Windows\caches created everywhere

    Everywhere in all folders that I access a new (empty) folder is created called:
    %USERPROFILE%\Appdata\local\Microsoft\Windows\caches
    Apparently some application/service is not able to resolve %USERPROFILE%. Which application is it and what is the cause?

    Hi,
    Could you please share more information with me? I don't quite understand this issue
    "Everywhere in all folders that I access a new (empty) folder is created called:
    %USERPROFILE%\Appdata\local\Microsoft\Windows\caches"
    Or you can share some screenshots with us.
    What is the result if you manually delete it?
    Regards
    Yolanda
    TechNet Community Support

  • Microsoft Enterprise Cache 5.0 (Isolated Cache) is not Expiring !!!

    Hi,
    I am using the Enterprise Cache from Microsot Practise. this is Isolated cache. which is storing into SQL server. when i am giving the Expiration time less then 5 min is working fine. if i give more than 5 min its not expiring from the DB.
    Note : time : 5 min , CacheExpiryType : Absolute
    refere the code below:
    public void Add(string value, string objectvalue,int timeout, string CacheManagerValue)
    DateTime dt;
    ICacheManager AddCacheManager = CacheFactory.GetCacheManager(CacheManagerValue.ToUpper());
    int timeoutinminute;
    if (timeout != 0)
    timeoutinminute = timeout;
    else
    timeoutinminute = Convert.ToInt32(System.Configuration.ConfigurationManager.AppSettings["DagCacheTimeout"].ToString());
    string Cachetype = System.Configuration.ConfigurationManager.AppSettings["CacheExpiryType"].ToString();
    if (Cachetype.Trim().ToUpper() == "SLIDING")
    AddCacheManager.Add(value, objectvalue, CacheItemPriority.Normal, null, new SlidingTime(TimeSpan.FromMinutes(timeoutinminute)));
    else if (Cachetype.Trim().ToUpper() == "ABSOLUTE")
    dt = System.DateTime.Now.Add(TimeSpan.FromMinutes(timeoutinminute));
    AddCacheManager.Add(value, objectvalue, CacheItemPriority.Normal, null, new AbsoluteTime(dt));
    else
    AddCacheManager.Add(value, objectvalue, CacheItemPriority.Normal, null, new NeverExpired());

    Hello Sathishkumar,
    For issues regarding Microsoft Enterprise Libraries, there is a specific forum, i would suggest that you could post it to that forum:
    https://entlib.codeplex.com/
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error: The following NuGet packages could not be installed Microsoft.WindowsAzure.caching

    I foolishly installed a "better" version of the Azure tools foe VS2010 and now I get various error messages, including the one in the title of this post.
    The error comes up when I simply create a new Cloud Web Role project.
    When I compile I get these two:
    WebRole.cs(5,30): error CS0234: The type or namespace name 'Diagnostics' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
    I "fixed" that one by removing the line which the wizard helpfully put in for me.
    But this one?
    ------ Build started: Project: Eu_Label, Configuration: Debug Any CPU ------
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\2.1\Microsoft.WindowsAzure.targets(1012,5): error : WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v2.1 is installed.
    Done building project "Test.ccproj" -- FAILED.
    But I've just installed the SDK!
    http://www.ransen.com Cad and Graphics software

    I've tried both, the first link does not have anything for Azure VS2010 tools, as far as I can see. I may have missed something.
    The second link does not refer to VS2010, and anyway links backt o you first link, as far as I can see.
    http://www.ransen.com Cad and Graphics software
    Hi Owen,
    You could click the
    Previous Versions in first link. And then you could select the matched version to your VS from the download (http://www.windowsazure.com/en-us/downloads/archive-net-downloads/
    ) page.
    Please try it. Any questions, please let me know free.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Initiall SharePoint Server 2013 setup -- unable to manage new User Profile Service Application

    During initial farm setup, creating an initial User Profile Service Application works fine.  However, once it's created, I cannot 'manage' it through the Manage Service Applications page in central
    admin.
    I get a generic error (Sorry, something went wrong / unexpected error) with a correlation ID that doesn't seem to match any ULS log entries. (Yes, I merged logs from all machines in the farm.)
    A Windows event log entry says:
    A failure was reported when trying to invoke a service application: Endpoint Failure
    Also frequent errors in ULS logs:  (see below)
    UserProfileApplicationNotAvailableException     
    User Profile Application      Proxy failed to retrieve partitions from User Profile Application: Micro…
    SPDistributedCache DataCacheException
    I did notice that the file 'ProfileService.svc does not exist in SharePoint's web services app at the URL you see in the error. (below)
    I also found it interesting that the event log error shows 1 active endpoint and 3 failed endpoints.  I have 2 WFEs and 2 app servers.  But I'm only trying to get the user profile service app running on the application
    servers.  I have deleted and recreated this service app several times under various names (deleted/recreated its app pool as well) and wonder if these other failed endpoints could be orphans from previous instances...
    Any thoughts on how I might successfully create this service application?  I've already been Binging my head against a wall long enough that I would have been better off reinstalling the entire farm...  I may still
    do that.
    FYI, my farm came from a slipstreamed SP1 install package, and received the July CU after several other things were already configured, including the already-failed UP service application.
    Log Name:      Application 
    Source:        Microsoft-SharePoint Products-SharePoint Foundation 
    Date:          8/8/2014 6:11:54 PM 
    Event ID:      8313 
    Task Category:
    Topology 
    Level:         Error 
    Keywords:       
    User:          xyz\sp_farm
    Computer:      spapp1.xyz.local 
    Description: 
    A failure was reported when trying to invoke a service application: EndpointFailure 
    Process Name: w3wp 
    Process ID: 4284 
    AppDomain Name: /LM/W3SVC/560632691/ROOT-1-130519915587486075 
    AppDomain ID: 2 
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&authority=https://spapp1:32844/Topology/topology.svc 
    Active Endpoints: 1 
    Failed Endpoints:3 
    Affected Endpoint:
    http://spapp1:32843/3f215b603e634a629875945488863f75/ProfileService.svc 
    Event Xml: 
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> 
      <System> 
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" /> 
        <EventID>8313</EventID> 
        <Version>15</Version> 
        <Level>2</Level> 
        <Task>13</Task> 
        <Opcode>0</Opcode> 
        <Keywords>0x4000000000000000</Keywords> 
        <TimeCreated SystemTime="2014-08-08T23:11:54.738080000Z" /> 
        <EventRecordID>14550</EventRecordID> 
        <Correlation ActivityID="{02A1AC9C-1125-6026-E124-A52653003266}" /> 
        <Execution ProcessID="4284" ThreadID="16072" /> 
        <Channel>Application</Channel> 
        <Computer>spapp1</Computer> 
        <Security UserID="S-1-5-21-499312637-3451022336-10712144539-44056" /> 
      </System> 
      <EventData> 
        <Data Name="string0">EndpointFailure</Data> 
        <Data Name="string1">w3wp</Data> 
        <Data Name="int2">4284</Data> 
        <Data Name="string3">/LM/W3SVC/560632691/ROOT-1-130519915587486075</Data> 
        <Data Name="int4">2</Data> 
        <Data Name="string5">urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&amp;authority=https://spapp1:32844/Topology/topology.svc</Data> 
        <Data Name="int6">1</Data> 
        <Data Name="int7">3</Data> 
        <Data Name="string8">http://spapp1:32843/3f215b603e634a629875945488863f75/ProfileService.svc</Data> 
      </EventData> 
    </Event> 
    Log Name:      Application 
    Source:        Microsoft-SharePoint Products-SharePoint Foundation 
    Date:          8/8/2014 6:51:04 PM 
    Event ID:      8313 
    Task Category: Topology 
    Level:         Error 
    Keywords:       
    User:          VANTAGE\sp_farm 
    Computer:      spapp1.vantage.local 
    Description: 
    A failure was reported when trying to invoke a service application: EndpointFailure 
    Process Name: OWSTIMER 
    Process ID: 8472 
    AppDomain Name: DefaultDomain 
    AppDomain ID: 1 
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&authority=https://spapp1:32844/Topology/topology.svc 
    Active Endpoints: 1 
    Failed Endpoints:3 
    Affected Endpoint:
    http://spapp2:32843/3f215b603e634a629875945488863f75/ProfileService.svc 
    Event Xml: 
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> 
      <System> 
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" /> 
        <EventID>8313</EventID> 
        <Version>15</Version> 
        <Level>2</Level> 
        <Task>13</Task> 
        <Opcode>0</Opcode> 
        <Keywords>0x4000000000000000</Keywords> 
        <TimeCreated SystemTime="2014-08-08T23:51:04.938901900Z" /> 
        <EventRecordID>14596</EventRecordID> 
        <Correlation /> 
        <Execution ProcessID="8472" ThreadID="17360" /> 
        <Channel>Application</Channel> 
        <Computer>spapp1.vantage.local</Computer> 
        <Security UserID="S-1-5-21-499312637-3451022336-10712144539-44056" /> 
      </System> 
      <EventData> 
        <Data Name="string0">EndpointFailure</Data> 
        <Data Name="string1">OWSTIMER</Data> 
        <Data Name="int2">8472</Data> 
        <Data Name="string3">DefaultDomain</Data> 
        <Data Name="int4">1</Data> 
        <Data Name="string5">urn:schemas-microsoft-com:sharepoint:service:3f215b603e634a629875945488863f75#authority=urn:uuid:9f338b52a7b049b193d8f8dc514fdadd&amp;authority=https://spapp1:32844/Topology/topology.svc</Data> 
        <Data Name="int6">1</Data> 
        <Data Name="int7">3</Data> 
        <Data Name="string8">http://spapp2:32843/3f215b603e634a629875945488863f75/ProfileService.svc</Data> 
      </EventData> 
    </Event> 
    20:22:31.94 SharePoint Portal Server User Profiles cm6y High  
    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging
    :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 6cd1c1f0-5874-4f8e-9c0a-ed1aff342048     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)  
    20:22:38.16 SharePoint Portal Server User Profiles d22b High  
    Failure retrieving application ID for User Profile Application Proxy 'User Profile Service Application': Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: UserProfileApplicationNotAvailableException_Logging
    :: UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 6cd1c1f0-5874-4f8e-9c0a-ed1aff342048     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_AppID()  
    20:22:44.25 SharePoint Foundation DistributedCache ah24v High  
    [Forced due to logging gap, cached @ 08/08/2014 20:22:38.16, Original Level: Verbose] DistributedCacheClient TransportProperties- ChannelInitializationTimeout '{0}', ConnectionBufferSize '{1}',                                  
    MaxBufferPoolSize '{2}', MaxBufferSize '{3}', MaxOutputDelay '{4}',ReceiveTimeout '{5}'.  
    20:22:55.26 SharePoint Foundation DistributedCache ah24w Unexpected  
    Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There
    is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been
    granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional
    Information : The client was trying to com...  

    Thanks for the suggestion.  I performed the service restarts, and then an iisreset an the two web servers, and the application server that does not run the services.  Finally, I ran iisreset on the application server that does run the services.
    After performing those steps, I still cannot manage the user profile service application.
    ULS log at the time of the attempt contains User Profile Application Proxy errors (in my original post) and am also noticing the following error:
    08:15:21.17 SharePoint Foundation General ajlz0 High Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException:
    This User Profile Application's connection is currently not available. The Application Pool or User Profile Service may not have been started. Please contact your administrator.     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileAdminPage.get_CurrentApplicationProxy()    
    at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ManageUserProfileServiceApplicationBase.OnPreRender(EventArgs e)     at System.Web.UI.Control.PreRenderRecursiveInternal()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean
    includeStag...  

  • Getting an error, Unable to properly connect to the workflow service while attaching workflow to the list manually

    Hello Experts,
    I am facing an issue on test server while attaching workflow manually to the list. 
    On dev environment I am deploying workflow through visual studio and here everything works fine.
    Please suggest if anyone has faced this issue earlier.
    Regards,
    Uday G
    Line 3874: 04/27/2015 02:02:15.72 w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Name=Request (POST:http://spwfte800-001:80/_layouts/15/AssocWrkfl.aspx?AssociatedList=0b6b6303-d8ac-4007-94d0-5cf5502df0f6&WF4=1)
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3875: 04/27/2015 02:02:15.73
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Authentication Authorization  
    agb9s Medium  
    Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|usykgw\sp_farm_te, ClaimsCount=30
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3876: 04/27/2015 02:02:15.73
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Site=/ 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3877: 04/27/2015 02:02:15.80
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    ahjqp High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:15.78, Original Level: Verbose] SQL connection time: 0.093 for Data Source=SPDBTE800-001\MYNET_SQL;Initial Catalog=WSS_Content_80;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max
    Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content_80]
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3878: 04/27/2015 02:02:15.80
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    UserAgent not available, file operations may not be optimized.    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb)     at
    Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd,
    Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3879: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean&
    pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,
    String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId,
    Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3880: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3881: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32&
    pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3882: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32&
    pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl,
    String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest,
    Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3883: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object&
    oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean
    mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl,
    String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3884: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext
    context, String path, Boolean throwIfFileNotFound)     at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath)     at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath
    virtualPath, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
        at System.Web.Compilation.BuildManager.GetVPathBuildResultWithN...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3885: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...oAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
    context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)     at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile,
    IDictionary contentTemplateCollection)     at System.Web.UI.Page.ApplyMasterPage()     at System.Web.UI.Page.PerformPreInit()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
        at System.Web.UI.Page.ProcessRequest(Boolean in...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3886: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...cludeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
        at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext
    context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeReque... 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3887: 04/27/2015 02:02:15.80*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    ak8dj High    
    ...stContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr
    pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)  
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3888: 04/27/2015 02:02:15.80
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Files                        
    aiv4w Medium  
    Spent 0 ms to bind 44035 byte file stream
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3889: 04/27/2015 02:02:15.86
    w3wp.exe (0x1708)                      
    0x15E0
    0x119005                      
    adjzs High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:15.83, Original Level: VerboseEx] SwitchableSiteMapProvider "{0}" mapped to target provider "{1}"
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3890: 04/27/2015 02:02:15.86
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    8acb High    
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3891: 04/27/2015 02:02:15.92
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    ahjqp High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:15.91, Original Level: Verbose] SQL connection time: 0.0963 for Data Source=SPDBTE800-001\MYNET_SQL;Initial Catalog=WSS_Content_80;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max
    Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content_80]
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3892: 04/27/2015 02:02:15.92
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (EnsureListItemsData). Execution Time=15.9063
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3893: 04/27/2015 02:02:15.98
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    ahjqp High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:15.92, Original Level: Verbose] SQL connection time: 0.0662 for Data Source=SPDBTE800-001\MYNET_SQL;Initial Catalog=WSS_Content_80;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max
    Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content_80]
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3894: 04/27/2015 02:02:15.98
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    8acb High    
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3895: 04/27/2015 02:02:16.05
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    ahjqp High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:16.03, Original Level: Verbose] SQL connection time: 0.0856 for Data Source=SPDBTE800-001\MYNET_SQL;Initial Catalog=WSS_Content_80;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max
    Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content_80]
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3896: 04/27/2015 02:02:16.05
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    8acb High    
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3897: 04/27/2015 02:02:16.05
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (EnsureListItemsData). Execution Time=20.7631
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3901: 04/27/2015 02:02:16.19
    w3wp.exe (0x1708)                      
    0x15E0
    0xC33B01F                    
    ahv8s High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:16.06, Original Level: Verbose] Ending StoreWorkflowDeploymentProvider.GetDefinition
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3902: 04/27/2015 02:02:16.19
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    8acb High    
    [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3903: 04/27/2015 02:02:16.23
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    8kh7 High    
    Cannot complete this action.  Please try again.
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3904: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Database                      
    ahjqp High    
    [Forced due to logging gap, cached @ 04/27/2015 02:02:16.20, Original Level: Verbose] SQL connection time: 0.0671 for Data Source=SPDBTE800-001\MYNET_SQL;Initial Catalog=WSS_Content_80;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max
    Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content_80]
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3905: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    aix9j High    
    SPRequest.UpdateField: UserPrincipalName=i:0).w|s-1-5-21-515020923-1814085151-1527837076-26682, AppPrincipalName= ,bstrUrl=http://spwfte800-001 ,bstrListName={0B6B6303-D8AC-4007-94D0-5CF5502DF0F6} ,bstrXML=<Field DisplayName="PublishNewsItemWF-ItemAdded"
    Type="URL" Required="FALSE" ID="{36f69f6b-98df-44f7-b0bd-041265b4b402}" SourceID="{0b6b6303-d8ac-4007-94d0-5cf5502df0f6}" StaticName="PublishNewsItemWF_x002d_ItemAdde" Name="PublishNewsItemWF_x002d_ItemAdde"
    ColName="nvarchar22" RowOrdinal="0" ColName
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3906: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ai1wu Medium  
    System.Runtime.InteropServices.COMException: Cannot complete this action.  Please try again., StackTrace:    at Microsoft.SharePoint.SPField.UpdateCore(Boolean bToggleSealed)     at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXmlInternal(String
    schemaXml, Boolean addToDefaultView, SPAddFieldOptions op, Boolean isMigration, Boolean fResetCTCol)     at Microsoft.SharePoint.SPFieldCollection.AddInternal(String strDisplayName, SPFieldType type, Boolean bRequired, Boolean bCompactName, Guid
    lookupListId, Guid lookupWebId, StringCollection choices)     at Microsoft.SharePoint.SPFieldCollection.Add(String strDisplayName, SPFieldType type, Boolean bRequired, Boolean bCompactName, StringCollection choices)     at Microsoft.SharePoint.SPFieldCollection.Add(String
    strDisplayName, SPFieldType typ... 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3907: 04/27/2015 02:02:16.25*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ai1wu Medium  
    ...e, Boolean bRequired)     at Microsoft.SharePoint.WorkflowServices.StoreSubscriptionService.CreateStatusColumn(String subscriptionName, SPWeb web, Guid listId)     at Microsoft.SharePoint.WorkflowServices.StoreSubscriptionService.PublishSubscriptionForList(WorkflowSubscription
    subscription, Guid listId)     at Microsoft.SharePoint.WorkflowServices.ApplicationPages.AssocWrkflPage.OnLoad(EventArgs ea)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext
    context)     at ... 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3908: 04/27/2015 02:02:16.25*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ai1wu Medium  
    ...System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception
    error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at
    System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr mo... 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3909: 04/27/2015 02:02:16.25*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ai1wu Medium  
    ...duleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr
    pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)  
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3910: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    8nca Medium  
    Application error when access /_layouts/15/AssocWrkfl.aspx, Error=Unable to properly communicate with the workflow service.   at Microsoft.SharePoint.WorkflowServices.ApplicationPages.AssocWrkflPage.OnLoad(EventArgs ea)     at System.Web.UI.Control.LoadRecursive()
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3911: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Runtime                      
    tkau Unexpected
    Microsoft.SharePoint.SPException: Unable to properly communicate with the workflow service.    at Microsoft.SharePoint.WorkflowServices.ApplicationPages.AssocWrkflPage.OnLoad(EventArgs ea)     at System.Web.UI.Control.LoadRecursive()
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3912: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ajlz0 High    
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.SPException: Unable to properly communicate with the workflow service.
        at Microsoft.SharePoint.WorkflowServices.ApplicationPages.AssocWrkflPage.OnLoad(EventArgs ea)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoin...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3913: 04/27/2015 02:02:16.25*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ajlz0 High    
    ...t)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
        at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3914: 04/27/2015 02:02:16.25
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    aat87 Monitorable
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3915: 04/27/2015 02:02:16.28
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    Unexpected error occurred in method 'Put' , usage 'SPViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more
    specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric
    Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.) ---> System.ServiceModel.CommunicationException: The socket connection
    was aborted. This could be caused by ... 9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3916: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ...an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '10675199.02:48:05.4775807'. ---> System.IO.IOException: The read operation failed, see inner
    exception. ---> System.ServiceModel.CommunicationException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local
    socket timeout was '10675199.02:48:05.4775807'. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host     at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags
    socketFlags)     at System.ServiceModel.Channels.So...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3917: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ...cketConnection.ReadCore(Byte[] buffer, Int32 offset, Int32 size, TimeSpan timeout, Boolean closing)     --- End of inner exception stack trace ---     at System.ServiceModel.Channels.SocketConnection.ReadCore(Byte[] buffer, Int32
    offset, Int32 size, TimeSpan timeout, Boolean closing)     at System.ServiceModel.Channels.SocketConnection.Read(Byte[] buffer, Int32 offset, Int32 size, TimeSpan timeout)     at System.ServiceModel.Channels.ConnectionStream.Read(Byte[]
    buffer, Int32 offset, Int32 count)     at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)     at System.Net.Security.NegotiateStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest
    asyncRequest)     at System.Net.Security.NegotiateStream.StartReading(Byte[] buffer, Int...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3918: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ...32 offset, Int32 count, AsyncProtocolRequest asyncRequest)     at System.Net.Security.NegotiateStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)     --- End of inner exception stack
    trace ---     at System.Net.Security.NegotiateStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)     at System.Net.Security.NegotiateStream.Read(Byte[] buffer, Int32 offset, Int32 count)  
      at System.ServiceModel.Channels.StreamConnection.Read(Byte[] buffer, Int32 offset, Int32 size, TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:      at System.ServiceModel.Channels.StreamConnection.Read(Byte[]
    buffer, Int32 offset, Int32 size, TimeSpan timeout)     at System.ServiceModel.Channels...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3919: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ....ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection
    connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
        at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at Microsoft.ApplicationServer.Caching.CacheResolverChannel.Open(TimeSpan timeout)     at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr
    md, Object[] args, Object server, Object[]& outArgs)   ...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3920: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ...  at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message
    reqMsg, Boolean bProxyCase)     at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)     at Microsoft.ApplicationServer.Caching.CacheResolverChannel.OpenDelegate.EndInvoke(IAsyncResult result)
        at Microsoft.ApplicationServer.Caching.ChannelContainer.Opened(IAsyncResult ar)     --- End of inner exception stack trace ---     at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody
    reqBody)     at Microsoft.ApplicationServer.Caching.DataCache.InternalPut(String key, Object value, DataCacheItemV...
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3921: 04/27/2015 02:02:16.28*
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         DistributedCache              
    agyfq Medium  
    ...ersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region, IMonitoringListener listener)     at Microsoft.ApplicationServer.Caching.DataCache.<>c__DisplayClass25.<Put>b__24()     at Microsoft.ApplicationServer.Caching.DataCache.Put(String
    key, Object value, TimeSpan timeout)     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache.Put(String key, Object value)'.
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3922: 04/27/2015 02:02:16.28
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         General                      
    ajb4s Monitorable
    ViewStateLog: Failed to write to the velocity cache: http://spwfte800-001/_layouts/15/AssocWrkfl.aspx?AssociatedList=0b6b6303-d8ac-4007-94d0-5cf5502df0f6&WF4=1
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3923: 04/27/2015 02:02:16.28
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Micro Trace                  
    uls4 Medium  
    Micro Trace Tags: 0 nasq,4 agb9s,66 ak8dj,123 b4ly,132 b4ly,198 aix9j,1 ai1wu,6 8nca,0 tkau,0 ajlz0,1 aat87,20 agyfq,0 ajb4s
    9ac4009d-b5ca-c010-44e2-238aad763833
    Line 3924: 04/27/2015 02:02:16.28
    w3wp.exe (0x1708)                      
    0x15E0
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Request (POST:http://spwfte800-001:80/_layouts/15/AssocWrkfl.aspx?AssociatedList=0b6b6303-d8ac-4007-94d0-5cf5502df0f6&WF4=1)). Execution Time=560.4965
    9ac4009d-b5ca-c010-44e2-238aad763833

    Hi Amit,
    Please try using the below cmdlet format to register workflow service to your SharePoint QA server again per the following post with similar error, then check results again. 
    Register-SPWorkflowService -SPSite 'https://myhost/mysite' -WorkflowHostUri 'https://workflowhost' -AllowOAuthHttp -Force
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/46a868eb-a012-4148-8319-088d55671ae7/errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-run?forum=sharepointadminprevious
    Thanks
    Daniel Yang
    TechNet Community Support

  • Search Box Gone When Going to Https SharePoint Site

    Hello, we recently purchased a company who has SharePoint 2013 currently running for internal and external facing users. For the outside we installed an SSL cert on the SharePoint site to secure it. The strange thing is now when the external users connect
    to SP via https the search box is gone from the home page. If you go to the http site (internal) the search box is there. I believe something is not setup correctly since adding the certificate. When I go to site actions on the site>site
    settings>then search scopes it comes up fine under http. When I am on the
    https site and go to search scopes I get the following error message. So we are wondering if we need to configure something within the search service or remove and recreate it for the
    https to take effect. The error is listed below when clicking on search scopes via SSL, any help is appreciated. 
    Error
    The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also
    be because an indexer move is in progress.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 2beded9c-57a7-301a-677b-76b3c800d9ea
    Date and Time: 2/27/2015 3:06:39 PM

    Hello Wendy, thank you for the assistance. I tried the steps you have listed but am still getting the no search box under the https: site and the error when I click on search scopes. I also looked at that article and I do not have a Document ID Service to
    deactivate and re-activate. 
    Anil I ran the command you specified and it gave me some output, not sure what any of it really means though??
    Timestamp Process TID Area Category EventID Level Message Correlation
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://sharepoint.companysite.com) 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4a Monitorable Token Cache: Failed to get token from distributed cache for '0).w|s-1-5-21-1275210071-838170752-682003330-2699'.(This is expected during the process warm up or if data cache Initialization is getting done by some other thread). 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4b Monitorable Token Cache: Reverting to local cache to get the token for '0).w|s-1-5-21-1275210071-838170752-682003330-2699'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.41 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.42 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.42 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domainntsl1\zz.migrate, ClaimsCount=40 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.42 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.42 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.42 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostAuthenticateRequestHandler). Execution Time=0.872 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.50 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Request Management aitsz High [Forced due to logging gap, cached @ 03/02/2015 11:34:25.42, Original Level: Verbose] The Request Management Service is offline or unprovisioned. Request Management is disabled. Status = {0} 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.50 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Asp Runtime aj1kn High [Forced due to logging gap, Original Level: Verbose] SPRequestModule.AcquireRequestStateHandler 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.51 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.51 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.98 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Database ahjqp High [Forced due to logging gap, cached @ 03/02/2015 11:34:25.51, Original Level: Verbose] SQL connection time: 0.0701 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:25.98 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.03 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology ahg9p High [Forced due to logging gap, cached @ 03/02/2015 11:34:26.03, Original Level: Verbose] Completed deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.03 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology umbj High [Forced due to logging gap, Original Level: Verbose] Deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.09 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology ahg9p High [Forced due to logging gap, cached @ 03/02/2015 11:34:26.05, Original Level: Verbose] Completed deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.09 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology umbj High [Forced due to logging gap, Original Level: Verbose] Deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.15 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology ahg9p High [Forced due to logging gap, cached @ 03/02/2015 11:34:26.14, Original Level: Verbose] Completed deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.15 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology umbj High [Forced due to logging gap, Original Level: Verbose] Deserializing the type named {0} and with id {1}. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.67 w3wp.exe (AT-SP2:0x0DA0) 0x104C 0x6FB7003 ahjqp High [Forced due to logging gap, cached @ 03/02/2015 11:34:26.18, Original Level: Verbose] SQL connection time: 0.0583 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:26.67 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Server Search Query dk90 High SearchServiceApplicationProxy::CreateNtlmChannelFactory--Factory creation Time: 466.8148 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.01 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Claims Authentication aeax6 High [Forced due to logging gap, Original Level: Verbose] SPSecurityContext: The SecurityTokenServiceBehavior is attached to the AsymmetricTrustChannel. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.33 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology aeayb Medium SecurityTokenServiceSendRequest: RemoteAddress: 'http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' Channel: 'Microsoft.IdentityModel.Protocols.WSTrust.IWSTrustChannelContract' Action: 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue' MessageId: 'urn:uuid:4c6822ef-2c47-4080-86a7-e2ec00c27224' 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.79 w3wp.exe (AT-SP2:0x14B4) 0x1DBC SharePoint Foundation Topology aeax9 Medium SecurityTokenServiceReceiveRequest: LocalAddress: 'http://at-sp2.domainntsl1.safetyl.com:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue' MessageId: 'urn:uuid:4c6822ef-2c47-4080-86a7-e2ec00c27224' 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.79 w3wp.exe (AT-SP2:0x14B4) 0x1DBC SharePoint Foundation Monitoring nasq Medium Entering monitored scope (ExecuteSecurityTokenServiceOperationServer). Parent No 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.80 w3wp.exe (AT-SP2:0x14B4) 0x1DBC SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri urn:schemas-microsoft-com:sharepoint:service. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.80 w3wp.exe (AT-SP2:0x14B4) 0x1DBC SharePoint Foundation Claims Authentication af3y9 Medium STS Service request: Successfully requested claim identity acting as user '0#.w|domainntsl1\zz.migrate'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.80 w3wp.exe (AT-SP2:0x14B4) 0x1DBC SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (ExecuteSecurityTokenServiceOperationServer). Execution Time=8.6821 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.93 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology aeayc High [Forced due to logging gap, cached @ 03/02/2015 11:34:27.33, Original Level: Verbose] The SecurityTokenServiceHeaderInfo including the correlation ID was added. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.93 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (ExecuteSecurityTokenServiceOperationCaller:http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue). Execution Time=605.0855 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:27.95 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetServiceSecurityToken). Execution Time=1259.236 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.43 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring nass High [Forced due to logging gap, cached @ 03/02/2015 11:34:27.95, Original Level: Verbose] ____{0}={1} 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.43 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (CreateChannelWithIssuedToken). Execution Time=483.2351 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.43 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (CreateChannelActingAsLoggedOnUser:Microsoft.Office.Server.Search.Administration.ISearchServiceApplication). Execution Time=1751.6432 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.43 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Server Search Query dk8z High SearchServiceApplicationProxy::GetChannel--Channel Creation time: 1763.7396 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.45 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress: 'http://at-sp2:32843/51aa6cca7ccd48558df986974c5703b3/SearchService.svc' Channel: 'Microsoft.Office.Server.Search.Administration.ISearchServiceApplication' Action: 'http://tempuri.org/ISearchSiteAdministrationServiceApplication/GetSiteCollectionUpgradeStatus' MessageId: 'urn:uuid:935719c6-51ae-4d00-945a-e9ef43f25953' 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.46 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.60 w3wp.exe (AT-SP2:0x1AF4) 0x1B4C SharePoint Foundation Topology e5mb Medium WcfReceiveRequest: LocalAddress: 'http://at-sp2.domainntsl1.safetyl.com:32843/51aa6cca7ccd48558df986974c5703b3/SearchService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://tempuri.org/ISearchSiteAdministrationServiceApplication/GetSiteCollectionUpgradeStatus' MessageId: 'urn:uuid:935719c6-51ae-4d00-945a-e9ef43f25953' 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.61 w3wp.exe (AT-SP2:0x1AF4) 0x1B4C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=12.4722 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.66 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General 6t8h High [Forced due to logging gap, cached @ 03/02/2015 11:34:28.46, Original Level: Verbose] {0} 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.66 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.67 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (ExecuteWcfOperation:http://tempuri.org/ISearchSiteAdministrationServiceApplication/GetSiteCollectionUpgradeStatus). Execution Time=216.2958 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.72 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetSiteCollectionUpgradeStatus). Execution Time=286.5307 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.80 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General g3qj High [Forced due to logging gap, cached @ 03/02/2015 11:34:28.76, Original Level: Verbose] url is in site 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.80 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General 6t8b High [Forced due to logging gap, Original Level: Verbose] Looking up {0} site {1} in the farm {2} 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.80 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.85 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General 8nca Medium Application error when access /_layouts/viewscopes.aspx, Error=The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress. at Microsoft.Office.Server.Search.Internal.UI.SearchAdminPageBase.ErrorHandler(Object sender, EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.H... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.85* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General 8nca Medium ...ttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.87 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Runtime tkau Unexpected Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress. at Microsoft.Office.Server.Search.Internal.UI.SearchAdminPageBase.ErrorHandler(Object sender, EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerEx... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.87* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Runtime tkau Unexpected ...ecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.88 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General ajlz0 High Getting Error Message for Exception Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress. at Microsoft.Office.Server.Search.Internal.UI.SearchAdminPageBase.ErrorHandler(Object sender, EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at Sys... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:28.88* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General ajlz0 High ...tem.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:29.16 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General aat87 Monitorable The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.23 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24v High [Forced due to logging gap, cached @ 03/02/2015 11:34:29.17, Original Level: Verbose] DistributedCacheClient TransportProperties- ChannelInitializationTimeout '{0}', ConnectionBufferSize '{1}', MaxBufferPoolSize '{2}', MaxBufferSize '{3}', MaxOutputDelay '{4}',ReceiveTimeout '{5}'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.23 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.24 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General ajb4s Monitorable ViewStateLog: Failed to write to the velocity cache: https://sharepoint.companysite.com/ 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.31 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Upgrade aiaih High [Forced due to logging gap, cached @ 03/02/2015 11:34:35.27, Original Level: Verbose] desiredVersion: {0} 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.31 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Asp Runtime aj1kp High [Forced due to logging gap, Original Level: Verbose] SPRequestModule.PreSendRequestHeaders 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.31 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri https://sharepoint.companysite.com/. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.31 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=2.3656 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:34:35.34 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://sharepoint.companysite.com)). Execution Time=9934.3873 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:08.62 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:08.62 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable Token Cache: Failed to initialize SPDistributedSecurityTokenCache Exception: 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory() at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:08.62* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable ...ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object state)'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:36.83 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional Information : The client was trying to co... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:36.83* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24w Unexpected ...mmunicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:36.84 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable Token Cache: Failed to initialize SPDistributedSecurityTokenCache Exception: 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at ... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:36.84* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable ...Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory() at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encrptyData, TimeSpan minimumTok... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:35:36.84* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable ...enExpirationWindow) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object state)'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:37:29.75 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:37:29.75 w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable Token Cache: Failed to initialize SPDistributedSecurityTokenCache Exception: 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0018>:SubStatus<ES0001>:The request timed out.. Additional Information : The client was trying to communicate with the server : net.tcp://AT-SP2:22233 at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, RequestBody reqBody) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory() at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..... 38d8ee9c-2740-301a-677b-79027b7cb16e
    03/02/2015 11:37:29.75* w3wp.exe (AT-SP2:0x0DA0) 0x104C SharePoint Foundation DistributedCache air4g Monitorable ...ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object state)'. 38d8ee9c-2740-301a-677b-79027b7cb16e

Maybe you are looking for

  • ITunes "can't find" certain songs when I sync my phone

    When I sync my iPhone with iTunes, I get an error message saying that certain songs cannot be synced because they cannot be found, and yet, there they are on my phone! I've tried deleting the songs from my iTunes library, and then adding them back in

  • How to permanent delete Network,Activity,WBS through BAPI ?

    Hi, I am using BAPI_PROJECT_MAINTAIN for creating Network,WBS and Activities. I am successfully able to create the above things. However when I delete using the above BAPI, they are not deleted physically from UI. They remain visible on SAP GUI with

  • SP & JAVA

    Hi there I think Im going nuts! Trying despretly to get a Stored Procedure to work with a Java application with let4s say various results. I4m trying to invoke a stored procedure that takes IN parameters & one OUT argument typed as REF CURSOR (in the

  • How can I use accents in Adobe CentralForms?

    Anybody bknows how can I use accents in Adobe CentralForms? It's crazy...... I've tried in Spanish .... also nee to use in catalan, the accents are similar to some french ones  (down from left to right). Thks

  • I'm getting multiple popups when i click on bookmarks

    when i click on bookmarks i get a bunch of popups...not all the time but sometimes...they show up on my status bar and this morning they actually crashed my computer...