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

Similar Messages

  • 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

  • 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.

  • 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

  • Cannot add/ change user account - error with Microsoft-Windows-User Profiles Service

    Hello
    A few days ago my computer went wierd.
    I cannot update windows because I get no results when I use "Windows Search"
    My metro UI doesnt work properly. I cannot use it. 
    Somebody said that it could be that my User Account could be corrupted.
    I tried to create I new one, but I could do the first steps, because the computer doesnt respond when I click "Change my account" in controlpanel.
    I get errorlogs like this:
    Loggnamn:      Application
    Källa:         Microsoft-Windows-User Profiles Service
    Datum:         2015-04-29 12:03:16
    Händelse-ID:   1542
    Aktivitetskategori:Ingen
    Nivå:          Fel
    Nyckelord:     
    Användare:     SYSTEM
    Dator:         Baddarn
    Beskrivning:
    Det går inte att läsa in registerfilen för klasser.
     INFORMATION - The system cannot find the file specified.
    Händelsens XML-data:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1542</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-29T10:03:16.571099200Z" />
        <EventRecordID>91382</EventRecordID>
        <Correlation />
        <Execution ProcessID="1128" ThreadID="2524" />
        <Channel>Application</Channel>
        <Computer>Baddarn</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Error">The system cannot find the file specified.
    </Data>
      </EventData>
    </Event>
    What can I do?

    Hi Intesabra,
    Have you made any modifications to the machine before the issue?
    First of all ,I would suggest you to update the machine manually.
    Control Panel\All Control Panel Items\Windows Update\Check for updates.
    I also suggest you to perform a full scan with the antivirus software to eliminate the virus issue considering this issue is a little wierd. We can do this in safe mode to improve the scanning quality.
    Run "services.msc" to check the status of "User Profiles Service" and ensure it is running.
    Run "dism /online /cleanup-image /restorehealth" or "sfc /scannow" to check the health of the whole system files.
    Considering this issue occurred recently, we can perform a system restore to recover the machine to a previous point.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Connection cancellation error with Azure

    Hello!
    From night to day started getting the error below when I run my application on the local machine. Publishing the application on Azure have no problems.
    I researched this error and in some places say it is temporary. Try again later. Others say it can be in zone function time. Modified the machine time and did not work.
    The level of application did not modify anything. Continue with the same version of the SDK (2.3). Just follow the development of new features in the application. I did not update any components.
    Follow the below error:
    Erro de Servidor no Aplicativo '/'.
    Foi forçado o cancelamento de uma conexão existente pelo host remoto
    Descrição: Ocorreu uma exceção sem tratamento durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código. 
    Detalhes da Exceção: System.Net.Sockets.SocketException: Foi forçado o cancelamento de uma conexão existente pelo host remoto
    Erro de Origem: 
    Exceção sem tratamento foi gerada durante a execução da atual solicitação da Web. As informações relacionadas à origem e ao local da exceção podem ser identificadas usando-se o rastreamento de pilha de exceção abaixo.
    Rastreamento de Pilha: 
    [SocketException (0x2746): Foi forçado o cancelamento de uma conexão existente pelo host remoto]
    System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) +6610791
    System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) +56
    [IOException: Não é possível ler os dados da conexão de transporte: Foi forçado o cancelamento de uma conexão existente pelo host remoto.]
    System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) +230
    System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) +13
    System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) +116
    [WebException: A conexão subjacente estava fechada: Erro inesperado em um envio.]
    System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) +2240362
    System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +14
    System.Net.WebClient.UploadBitsRequestCallback(IAsyncResult result) +86
    [DataCacheException: ErrorCode<ERRCA0030>:SubStatus<ES0001>:Unable to complete authorization request for connecting to the caching endpoint. Please try again after sometime. If the issue persists, contact Microsoft support. ]
    Microsoft.ApplicationServer.Caching.AcsTokenManager.ThrowLastAcsException(Exception exception) +265
    Microsoft.ApplicationServer.Caching.AcsTokenManager.GetOrRefreshToken(TimeSpan timeout) +778
    Microsoft.ApplicationServer.Caching.SocketClientChannel.TryAuthorizeMessage(IAuthorizedChannel channel, IVelocityRequestPacket packet) +76
    Microsoft.ApplicationServer.Caching.SocketClientChannel.Send(EndpointID endpoint, IVelocityRequestPacket packet) +395
    [DataCacheException: ErrorCode<ERRCA0030>:SubStatus<ES0001>:Unable to complete authorization request for connecting to the caching endpoint. Please try again after sometime. If the issue persists, contact Microsoft support.]
    Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ErrStatus errStatus, Guid trackingId, Exception responseException, Byte[][] payload, EndpointID destination) +292
    Microsoft.ApplicationServer.Caching.DataCacheFactory.EstablishConnection(IEnumerable`1 servers, RequestBody request, Func`3 sendMessageDelegate, DataCacheReadyRetryPolicy retryPolicy) +878
    Microsoft.ApplicationServer.Caching.<>c__DisplayClass5.<Initialize>b__2(RequestBody req) +83
    Microsoft.ApplicationServer.Caching.SocketClientProtocol.SendReceive(IVelocityRequestPacket request, Func`2 delegate, EndpointID& destination) +34
    Microsoft.ApplicationServer.Caching.SocketClientProtocol.Initialize(IEnumerable`1 servers) +367
    Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName, CreateNewCacheDelegate cacheCreationDelegate, DataCacheInitializationViaCopyDelegate initializeDelegate) +400
    Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) +61
    Microsoft.Web.DistributedCache.DataCacheFactoryWrapper.CreateDataCacheFromFactory(DataCacheFactory factory, String cacheName) +13
    Microsoft.Web.DistributedCache.CacheHelpers.RunCacheCreationHooks(CacheConnectingEventArgs fetchingEventArgs, IDataCacheFactory dataCacheFactory, Object sender, EventHandler`1 fetchingHandler, EventHandler`1 fetchedHandler) +65
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.CreateInternalProvider(IHttpRuntime httpRuntime, SessionInitializationData initData, IDataCacheFactory dataCacheFactory, EventHandler`1 cacheFetching, EventHandler`1 cacheFetched) +83
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.GetInternalProvider() +148
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.ResetItemTimeout(HttpContext context, String id) +13
    System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +622
    System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +285
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
    Informações sobre a Versão: Microsoft .NET Framework Versão:4.0.30319; Versão do ASP.NET:4.0.30319.34212

    Hi TChiang!
    Thanks for help!
    The value for parameter "usedevelopmentstorege' is 'true'. See below my ServiceConfiguration.Local.cscfg with some values changed:
    <?xml version="1.0" encoding="utf-8"?>
    <ServiceConfiguration serviceName="X.WindowsAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="4" osVersion="*" schemaVersion="2014-01.2.3">
    <Role name="X.Presentation.Ext.Net">
    <Instances count="1" />
    <ConfigurationSettings>
    <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="username" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="XYZ" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2014-02-07T23:59:59.0000000-02:00" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.NamedCaches" value="{&quot;caches&quot;:[{&quot;name&quot;:&quot;default&quot;,&quot;policy&quot;:{&quot;eviction&quot;:{&quot;type&quot;:0},&quot;expiration&quot;:{&quot;defaultTTL&quot;:0,&quot;isExpirable&quot;:false,&quot;type&quot;:0},&quot;serverNotification&quot;:{&quot;isEnabled&quot;:false}},&quot;secondaries&quot;:0}]}" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.DiagnosticLevel" value="1" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.CacheSizePercentage" value="30" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.ConfigStoreConnectionString" value="UseDevelopmentStorage=true" />
    </ConfigurationSettings>
    <Certificates>
    <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="ABC" thumbprintAlgorithm="sha1" />
    </Certificates>
    </Role>
    </ServiceConfiguration>
    ErInfo

  • My macbook is loaded with microsoft work and every time I try and open the program I get an error reading and it will not open.  Powerpoint and the other applications still respond!

    my macbook is loaded with microsoft word for macs and every time I try and open the program I get an error reading and it will not open. This is what it says:
    The application Microsof Word quit eunexpectedly.  Powerpoint and the other applications still respond!

    The joys of Microsoft!
    Maybe the preferences file is corrupted.  You should be able to find the Word preferences file in the folder:
    your user name/Library/Preferences
    Its name is com.microsoft.Word.plist
    I suggest you drag this another folder and try Word again. 
    If that doesn't work then you might find clearing the cache files will fix the problem.  You can do this manually but I never bother. Instead I use a program like Snow Leopard Cache Cleaner (shareware) or Onyx (free). These programs do lots of other maintenance jobs so it's worth having at least one of them.
    Bob

  • A datasheet component compatible with Microsoft Sharepoint Foundation 2010 is not installed error

    I have 2013 Office installed and using 2010 SharePoint Foundation.
    The button 'Datasheet View' is available on the site but when clicked on I get this error:
    The list cannot be displayed in Datasheet view for one or more of the following reasons:
    - A datasheet component compatible with Microsoft SharePoint Foundation is not installed.
    - Your Web browser does not support ActiveX controls.
    - A component is not properly configured for 32-bit or 64-bit support.
    I have installed and repaired the Office Suite already, ActiveX is enabled in the browser etc.
    I have also enabled the Microsoft Add-ons.
    Installed on Windows Server 2008 R2.
    How can I solve this issue?

    Hi,
    1. The Edit
    in Datasheet view functionality in SharePoint Server 2010 is not supported if you install
    64-bit Office 2013 client. The Edit in Datasheet functionality
    is available if you install 32-bit Office 2013 client
    http://technet.microsoft.com/en-us/library/ee681792.aspx
    2. Edit in data sheet view is not supported in 64 bit version of the i.e.
    If I understand correctly you are trying to access site from the Windows server 2008 R2, the default OS installation will have two browsers. Open internet explorer that doesn't have (64 bit) in the bracket. The one with 64bit is not supported
    http://office.microsoft.com/en-us/sharepoint-foundation-help/use-datasheet-view-in-64-bit-office-2010-HA101882420.aspx
    Regards Murali

  • Error An unexpected error has occurred. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb

    Hi, 
    Since I installed a few updates, that I can't access the sharepoint the same way. I always get errors when trying to access the majority of the pages.
    I already removed the update suggested on other threads (KB2844286), but everything remains the same.
    I always receive errors like this one:
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb
    what can I do? The Sharepoint 2010 is located on a virtual partition of our server, running Windows Server 2008 Standard edition SP1.
    When I try to access administration tools it happens the same error, and I don't know what I can do more. 
    Please help me.
    best regards,
    Jorge Guimarães

    I followed some tips, to trace the error, allowing some trace debug, and got this:
    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    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: System.NullReferenceException: Object reference not set to an instance of an object.
    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: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
    Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
    Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +65
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
    Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479

  • Been sat here for the past 5 hours trying to figure out why itunes wont download, it says error and something to do with Microsoft? Help me please.. getting a bit bored?

    been sat here for the past 5 hours trying to figure out why itunes wont download, it says error and something to do with Microsoft version? Help me please.. getting a bit bored?

    i have this problem too
    my dad thinks its because itunes is getting overloaded

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • I uninstalled itunes for windows 7 and tried to install itunes 10.5 and it won't work.  I deleted all existing apple programs from my computer but when I try to install again it says so long error involved with microsoft?I uninstalled itunes for windows 7

    help ,me

    Did you try anything suggested in the last thread you posted?
    Views
    Replies
    Last Post
    I uninstalled itunes for windows 7 and tried to install itunes 10.5 and it won't work.  I deleted all existing apple programs from my computer but when I try to install again it says so long error involved with microsoft?I uninstalled itunes for windows 7

  • Plugin error with Intermedia

    Background:
    table with 8 text fields, 3 Intermedia fields (1 audio, 1 video, and 1 image) where binary data is stored in the table
    I have a JSP page that pulls the text data from the database.
    I have a servlet that pulls the audio and video data from the database.
    The JSP references the servlet via a link - If I right click on the link, and select "save as...", I can save the audio and video data to disk, and it runs fine. The problem is if I want to just click on the link and spawn the audio/video plugin (in my case Windows Media Player). I get the following error - "Cannot determine the device type from the given filename extension".
    Within the servlet, I set the responses content type to the mime type of the Intermedia object. I then open an output stream from the Intermedia object, and write the data out to the stream.
    Are there any other HTTP headers that I need to set to get the plugin to work properly? How can I get the data to show a filename instead of the long URL query string?
    Thanks.
    Troy

    Hi,
    I suspect the problem here is that the plugin is looking for a file extension to decide the type of media that is to be played. I've seen this problem with some plugins with the Netscape browser, but not (so far) with Microsoft's IE browser.
    Here's what I think happens in Netscape: the browser gets the response and decides which plugin to use based on the Content-Type (MIME type) header. It saves the content in a file in its cache, then passes the filename to the plugin. However, as the URL doesn't have a file name/extension, then the file name in the cache doesn't have an extension either. This means that a plugin that can handle multiple content types, but that doesn't parse the content to determine the type, doesn't know what to do. For example, the Windows Media Player doesn't parse the content, so it has to rely on the file extension to know how to play the content. However, the Quicktime plugin works fine with most media it handles because it parses the content to determine how to play it. In this situation, I've seen problems with .WAV and .AVI files.
    I'm less sure exactly how IE handles things, but I do know that it relies heavily on a combination of file extensions and parsing content to determine the MIME type heuristically. That is to say, IE knows about a whole bunch of 'signatures' at the beginning of content from which it can determine the content type. So even if it doesn't have a file extension, it can figure things out. I believe it also does some form of sanity checking between the file extension, if there is one, the content-type header, if there is one, and the content type that it determines itself using its own heuristic algorithms, but I don't remember the details. Of course, this approach can also cause problems. For example, even slightly older versions of IE don't recognize the format of some of the newer versions of, for example, Microsoft Word. (I ran into this one myself not so long ago.)
    In your case, I think there are a couple of options:
    [list=1]
    [*] Include a dummy file extension when you build the URL to fetch the audio or video data, or
    [*] Use a plugin that can determine the MIME type dynamically.
    [list]
    Option 1 is fairly simple and has the advantage that it'll always work, no matter what browser and/or set of plugins is being used. I suspect there are a bunch of ways to do this, but here are a couple of ideas:
    [list=1]
    [*] When building the URL, include a dummy query string parameter (use any name you like) that contains the extension. I don't understand exactly how this gets parsed (it may be that the plugin simply searches the entire URL for known/supported extensions), but the following should work:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>multimediaservlet?pkey=pkeyvalue&paramname=extension<HR></BLOCKQUOTE>
    Eg:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>multimediaservlet?pkey=forty2&foo=.avi<HR></BLOCKQUOTE>
    Of course, you might want to use something more reasonable :-)
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>multimediaservlet?pkey=forty2&ext=.avi<HR></BLOCKQUOTE>
    [*]I've not tried this myself, but you should be able to build a dummy file name and include it in the UTL after the servlet name. The servlet can then get the file name (by calling HttpServletRequest.getPathInfo), decode what it needs (ie, extract the key), then retrieve and deliver the data:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>multimediaservlet/pkeyvalue.extension<HR></BLOCKQUOTE>
    Eg:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>multimediaservlet/forty2.avi<HR></BLOCKQUOTE>
    This method has the advantage that it will provide a default file name for a Save-As operation.
    [list]
    Hope this helps,
    Simon
    null

  • Issues With Microsoft Security Update Q2855844

    On every one of our Windows 2008 Standard Edition 32-bit servers the Q2855844 update errors out during the installation.  Is anyone else having an issue with this update?  This is what is in the WindowsUpdate log:
    2014-08-06 09:04:07:171 3612 e40 Misc ===========  Logging initialized (build: 7.0.6002.18005, tz: -0400)  ===========
    2014-08-06 09:04:07:171 3612 e40 Misc   = Process: C:\Windows\system32\wusa.exe
    2014-08-06 09:04:07:171 3612 e40 Misc   = Module: C:\Windows\system32\wuapi.dll
    2014-08-06 09:04:07:156 3612 e40 COMAPI -----------  COMAPI: IUpdateServiceManager::AddScanPackageService  -----------
    2014-08-06 09:04:07:171 3612 e40 COMAPI   - ServiceName = Windows Update Standalone Installer
    2014-08-06 09:04:07:171 3612 e40 COMAPI   - ScanFileLocation = C:\3e436a1d0e597e7d7fb1ed77f33df5\wsusscan.cab
    2014-08-06 09:04:07:187 1004 908 Misc Validating signature for C:\Windows\SoftwareDistribution\ScanFile\91e7e2cd-c456-4147-ac0f-a4a217628611\Source.cab:
    2014-08-06 09:04:07:218 1004 908 Misc  Microsoft signed: Yes
    2014-08-06 09:04:07:374 1004 908 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-08-06 09:04:07:374 3612 e40 COMAPI   - Added scan package service, ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:374 3612 e40 COMAPI -------------
    2014-08-06 09:04:07:374 3612 e40 COMAPI -- START --  COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:07:374 3612 e40 COMAPI ---------
    2014-08-06 09:04:07:405 3612 e40 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:07:405 1004 b10 Agent *************
    2014-08-06 09:04:07:405 1004 b10 Agent ** START **  Agent: Finding updates [CallerId = wusa]
    2014-08-06 09:04:07:405 1004 b10 Agent *********
    2014-08-06 09:04:07:405 1004 b10 Agent   * Online = Yes; Ignore download priority = No
    2014-08-06 09:04:07:405 1004 b10 Agent   * Criteria = "IsInstalled=0"
    2014-08-06 09:04:07:405 1004 b10 Agent   * ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:624 1004 b10 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-08-06 09:04:07:624 1004 b10 PT   + Offline serviceId = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:624 1004 b10 PT WARNING: Cached cookie has expired or new PID is available
    2014-08-06 09:04:11:617 1004 b10 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-08-06 09:04:11:617 1004 b10 PT   + Offline serviceId = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:11:758 1004 b10 Agent   * Added update {DDD48962-1B38-478A-91B4-5DF779748AF7}.501 to search result
    2014-08-06 09:04:11:758 1004 b10 Agent   * Found 1 updates and 54 categories in search; evaluated appl. rules of 271 out of 284 deployed entities
    2014-08-06 09:04:11:820 1004 b10 Agent *********
    2014-08-06 09:04:11:820 1004 b10 Agent **  END  **  Agent: Finding updates [CallerId = wusa]
    2014-08-06 09:04:11:820 1004 b10 Agent *************
    2014-08-06 09:04:11:820 3612 d68 COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:11:820 3612 d68 COMAPI   - Updates found = 1
    2014-08-06 09:04:11:820 3612 d68 COMAPI ---------
    2014-08-06 09:04:11:820 3612 d68 COMAPI --  END  --  COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:11:820 3612 d68 COMAPI -------------
    2014-08-06 09:04:15:783 1004 908 DnldMgr ***********  DnldMgr: Copy update to cache [UpdateId = {1941692E-A102-4EA0-804E-76906EDC3E82}.501]  ***********
    2014-08-06 09:04:15:783 1004 908 DnldMgr Asking handler to generate non-range requests.
    2014-08-06 09:04:15:798 1004 908 Handler Generating request for CBS update 1941692E-A102-4EA0-804E-76906EDC3E82 in sandbox C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc
    2014-08-06 09:04:15:798 1004 908 Handler Selecting self-contained because update does not have express payload.
    2014-08-06 09:04:15:798 1004 908 Handler Selected payload type is ptSelfContained
    2014-08-06 09:04:15:798 1004 908 Handler Detected download state is dsStart
    2014-08-06 09:04:15:798 1004 908 Handler Adding Windows6.0-KB2855844-x86.cab (entire file) to request list.
    2014-08-06 09:04:15:798 1004 908 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-08-06 09:04:15:829 1004 908 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc\Windows6.0-KB2855844-x86.cab:
    2014-08-06 09:04:15:876 1004 908 Misc  Microsoft signed: Yes
    2014-08-06 09:04:15:876 1004 908 DnldMgr Asking handler to generate non-range requests.
    2014-08-06 09:04:15:876 1004 908 Handler Generating request for CBS update 1941692E-A102-4EA0-804E-76906EDC3E82 in sandbox C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc
    2014-08-06 09:04:15:876 1004 908 Handler Selecting self-contained because update does not have express payload.
    2014-08-06 09:04:15:876 1004 908 Handler Selected payload type is ptSelfContained
    2014-08-06 09:04:15:876 1004 908 Handler Detected download state is dsHavePackage
    2014-08-06 09:04:15:876 1004 908 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-08-06 09:04:15:970 3612 e40 COMAPI -------------
    2014-08-06 09:04:15:970 3612 e40 COMAPI -- START --  COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:15:970 3612 e40 COMAPI ---------
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Allow source prompts: Yes; Forced: No; Force quiet: No
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Updates in request: 1
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Updates to install = 1
    2014-08-06 09:04:15:970 3612 e40 COMAPI <<-- SUBMITTED -- COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:15:970 1004 e78 Agent *************
    2014-08-06 09:04:15:970 1004 e78 Agent ** START **  Agent: Installing updates [CallerId = wusa]
    2014-08-06 09:04:15:970 1004 e78 Agent *********
    2014-08-06 09:04:15:985 1004 e78 Agent   * Updates to install = 1
    2014-08-06 09:04:15:985 1004 e78 Agent   *   Title = Security Update for Windows (KB2855844)
    2014-08-06 09:04:15:985 1004 e78 Agent   *   UpdateId = {DDD48962-1B38-478A-91B4-5DF779748AF7}.501
    2014-08-06 09:04:15:985 1004 e78 Agent   *     Bundles 1 updates:
    2014-08-06 09:04:15:985 1004 e78 Agent   *       {1941692E-A102-4EA0-804E-76906EDC3E82}.501
    2014-08-06 09:04:16:859 1004 e78 Agent WARNING: LoadLibrary failed for srclient.dll with hr:8007007e
    2014-08-06 09:04:16:859 1004 e78 Handler Attempting to create remote handler process as NT.MH.COM\ssiapp in session 2
    2014-08-06 09:04:16:937 1004 e78 DnldMgr Preparing update for install, updateId = {1941692E-A102-4EA0-804E-76906EDC3E82}.501.
    2014-08-06 09:04:16:937 3192 e74 Misc ===========  Logging initialized (build: 7.0.6002.18005, tz: -0400)  ===========
    2014-08-06 09:04:16:937 3192 e74 Misc   = Process: C:\Windows\system32\wuauclt.exe
    2014-08-06 09:04:16:937 3192 e74 Misc   = Module: C:\Windows\system32\wuaueng.dll
    2014-08-06 09:04:16:937 3192 e74 Handler :::::::::::::
    2014-08-06 09:04:16:937 3192 e74 Handler :: START ::  Handler: CBS Install
    2014-08-06 09:04:16:937 3192 e74 Handler :::::::::
    2014-08-06 09:04:16:953 3192 e74 Handler Starting install of CBS update 1941692E-A102-4EA0-804E-76906EDC3E82
    2014-08-06 09:04:16:953 3192 e74 Handler CBS package identity: Package_for_KB2855844~31bf3856ad364e35~x86~~6.0.1.2
    2014-08-06 09:04:16:968 3192 e74 Handler Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441\Windows6.0-KB2855844-x86.cab, workingdir=C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441\inst
    2014-08-06 09:04:42:522 3192 dc0 Handler FATAL: CBS called Error with 0x80070643,
    2014-08-06 09:04:42:631 3192 e74 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070643
    2014-08-06 09:04:42:631 3192 e74 Handler :::::::::
    2014-08-06 09:04:42:631 3192 e74 Handler ::  END  ::  Handler: CBS Install
    2014-08-06 09:04:42:631 3192 e74 Handler :::::::::::::
    2014-08-06 09:04:42:646 1004 e90 AU Can not perform non-interactive scan if AU is interactive-only
    2014-08-06 09:04:42:646 1004 e78 Agent *********
    2014-08-06 09:04:42:646 1004 e78 Agent **  END  **  Agent: Installing updates [CallerId = wusa]
    2014-08-06 09:04:42:646 1004 e78 Agent *************
    2014-08-06 09:04:42:646 3612 fc8 COMAPI >>--  RESUMED  -- COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - Reboot required = No
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    2014-08-06 09:04:42:646 3612 fc8 COMAPI ---------
    2014-08-06 09:04:42:646 3612 fc8 COMAPI --  END  --  COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:42:646 3612 fc8 COMAPI -------------
    2014-08-06 09:04:47:638 1004 b10 Report REPORT EVENT: {42E5F80A-0B1F-449D-A915-B25411912282} 2014-08-06 09:04:42:631-0400 1 182 101 {DDD48962-1B38-478A-91B4-5DF779748AF7} 501 80070643 wusa Failure Content
    Install Installation Failure: Windows failed to install the following update with error 0x80070643: Security Update for Windows (KB2855844).
    2014-08-06 09:04:49:354 3612 e40 COMAPI -----------  COMAPI: IUpdateServiceManager::RemoveService  -----------
    2014-08-06 09:04:49:354 3612 e40 COMAPI   - ServiceId = {91e7e2cd-c456-4147-ac0f-a4a217628611}
    2014-08-06 09:04:49:495 3612 e40 COMAPI IUpdateService removing volatile scan package service, serviceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:49:495 1004 870 Agent WARNING: WU client fails CClientCallRecorder::RemoveService with error 0x80248014
    2014-08-06 09:04:49:495 3612 e40 COMAPI WARNING: ISusInternal::RemoveService failed, hr=80248014
    PDC

    Hi,
    I havea similar problemsomeonewas able tofix it?
    I tried to install
    manually kb but I can not
    install any updates on many of my servers.
    Manually:
    014-08-13    21:10:55:373     572    ca0    Handler    Starting install of CBS update 627B5D1A-4F3F-4038-8C70-1824EAD5CEDC
    2014-08-13    21:10:55:545     572    ca0    Handler    CBS package identity: Package_for_KB2918614~31bf3856ad364e35~amd64~~6.1.1.4
    2014-08-13    21:10:55:561     572    ca0    Handler    Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\0e7476712b0c0b923c90204546edc6d6\windows6.1-kb2918614-x64.cab,
    workingdir=C:\Windows\SoftwareDistribution\Download\0e7476712b0c0b923c90204546edc6d6\inst
    2014-08-13    21:11:02:082     572    958    Handler    FATAL: CBS called Error with 0x80070643,
    2014-08-13    21:11:02:347     572    ca0    Handler    FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070643
    014-08-13    20:45:42:449     948    2bc    Agent    *************
    2014-08-13    20:45:42:449     948    2bc    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-13    20:45:42:449     948    2bc    Agent    *********
    2014-08-13    20:45:42:449     948    2bc    Agent      * Online = No; Ignore download priority = No
    2014-08-13    20:45:42:449     948    2bc    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1
    and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-08-13    20:45:42:449     948    2bc    Agent      * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-08-13    20:45:42:449     948    2bc    Agent      * Search Scope = {Machine}
    2014-08-13    20:45:42:449    4792    13e4    CltUI    AU client got new directive = 'Install Complete Ux', serviceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, return = 0
    2014-08-13    20:45:42:449     948    2b4    AU    No featured updates notifications to show
    2014-08-13    20:45:42:449     948    2b4    AU    Successfully wrote event for AU health state:0
    2014-08-13    20:45:42:449    4792    13e4    CltUI    AU client got new directive = 'Shutdown', serviceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, return = 0
    2014-08-13    20:45:42:481     948    12cc    AU    AU received handle event
    2014-08-13    20:46:56:753     948    2bc    Handler    FATAL: UH: 0x80070490: EvaluateApplicability failed in CCbs::EvaluateApplicability
    2014-08-13    20:46:56:940     948    2bc    Agent    WARNING: Failed to evaluate Installed rule, updateId = {8D75381D-A3D2-452F-A13E-67FF59E2081B}.101, hr = 80070490
    2014-08-13    20:47:02:977     948    2bc    Handler    FATAL: UH: 0x80070490: EvaluateApplicability failed in CCbs::EvaluateApplicability
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {1E993966-A3B7-4075-9ECC-FF4290C4E811}.201 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {E20C4A54-DEE0-4641-A7D1-8EE452F8B54B}.200 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {2BDE2BA3-EF93-49C6-A3C6-A806835A680F}.200 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {0EEBE242-F0AD-4A1A-8796-4BFB54642198}.202 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {AEF6280F-8C4D-4804-9913-407582227E75}.202 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {9842D9DB-8AE8-4F0B-B974-66787AEC8FBC}.201 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {14C2118E-1CE2-447D-BFE7-BDB8F99969C0}.201 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {CB1F1FAE-F738-49E7-AE3E-7A0C2308838B}.201 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {23AE2211-ABC3-497A-BB21-D9782B26A6EC}.202 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {1494DE3C-4764-42DB-B5D5-A5509D7EEB26}.201 is pruned out due to potential supersedence
    Any idea? Thx!

Maybe you are looking for

  • HT1446 no low battery warning

    I replaced the battery in my MBP which wouldn't charge or run for more than 1 hour.  Now, with the new battery, I have 2 issues: 1--battery status in menu bar does not change.  It shows it's at 28% all the time 2--I not longer get a warning that my b

  • Curiosity about a feature to iMessage.

    I was wondering how the feature of iMessage where when your in a conversation, and your text field is at the bottom.. when you click on the text field, the screen goes up with it so you can still see the latest messages. I wanted to know how to do th

  • CANbus database file format

    Hello everybody, I'm looking for information regarding the database file format which is used to store CANbus channels. Did anyone happen to deal with that?

  • How to set Unselected lablel for SelectOneChoice?

    Hi, I am using JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660. I am not able to set the unselected label for SelectOneChoice in my page fragment if the same has been created using VO. Can anyone please provide me solution for the same. Thanks, Vikas.

  • LION UPGRADE = LOST MY PHOTOS

    I can see them in my stream on my phone, but cannot locate originals or rebuild database.  For instance, I have "last 12 months" which i can view from my phone.  On my Computer there are cells, which are empty.  I cannot locate originals, or repair d