An error occured in the blob cache

An error occured in the blob cache.  The exception message was 'The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.
Understand that this know issue on SharePoint 2010 is there any fix for this ? 
http://blogs.msdn.com/b/spses/archive/2013/10/23/sharepoint-2010-using-blob-caching-throws-many-errors-in-the-uls-and-event-logs-the-system-cannot-find-the-file-specified.aspx
K.Mohamed Faizal, Solution Architect, Singapore, @kmdfaizal
http://faizal-comeacross.blogspot.com/ |AzureUG.SG

Install the December 2013 CU. http://support.microsoft.com/kb/2912738
Trevor Seward
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • An error occurred in the core cache

    Hi All
    <b>I have posted this Message almost 3 to 4 time , but no one has replied , as they have never come across the problem, if this is the case , we shud take those ases first. pls help !!!!</b>
    Case : ISA B2C CRM
    Deploying through SDM
    I have created New Custom B2C as per Extension Template
    Action
    Business Object Manager
    Business Object
    Backend Interface
    Backend Object
    Created Entries in bom-config.xml & backendobject-config.xml as well
    Classes are as per Extension.
    My Modified Application was working Fine ==> It has passed all layers & retriving DATA from CRM & Displaying on Custom JSP.
    Now what is the intresting point i am facing is the EAR which has been deployed successfully & Running before Server Restart is only Working.
    , when i Create new EAR ( with Same context node) & deploy , after launching that Application this Errors Come( yes i have undeployed the Working EAR as the context node is same)
    500 Internal Server Error
    SAP J2EE Engine/6.40
    Application error occurred during request processing.
    Details: Error [com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException:
    Error while servlet [action] is initialized with a run-as identity.],
    with root cause [java.security.PrivilegedActionException: null].
    Exception id: [0002A56BEBF7005700000112000007A400041641E2ED396E]
    Now it the same case with each n every EAR with different contextnode which i create through isa build tool ( but earlier it was not the case though i am following same procedure for creating ear)
    What is going Wrong !!!!!!!!!!!!!.
    Is there is any problem with SDM !!!!.
    When i have gone to Logs isaerror.log
    #1.5#0002A56BEBF7003E00000039000007A400041642BB7830DC#1150375776023#bccom.sapmarkets.isa.core.cache.CacheInitHandler#sap.com/crm.b2c_b2cApp#bccom.sapmarkets.isa.core.cache.CacheInitHandler#J2EE_ADMIN#542##ilggladev04_C4D_4756250#Guest#65318570fc6d11dac2c90002a56bebf7#SAPEngine_Application_Thread[impl:3]_19##0#0#Error#1#/#Plain###[undefined|system.cache.exception] An error occurred in the core cache "region 'XCM_SESSION_SCOPE' already exists in cache"# #1.5#0002A56BEBF7003E0000003A000007A400041642BB7A1624#1150375776132#bccom.sapmarkets.isa.core.cache.CacheInitHandler#sap.com/crm.b2c_b2cApp#bccom.sapmarkets.isa.core.cache.CacheInitHandler#J2EE_ADMIN#542##ilggladev04_C4D_4756250#Guest#65318570fc6d11dac2c90002a56bebf7#SAPEngine_Application_Thread[impl:3]_19##0#0#Error#1#/#Plain###[undefined|system.cache.exception] An error occurred in the core cache "region 'XCM_APP_SCOPE' already exists in cache"# #1.5#0002A56BEBF7003E0000003B000007A400041642BE2515F7#1150375820912#bccom.sapmarkets.isa.core.init.InitializationHanlder.performInitialization#sap.com/crm.b2c_b2cApp#bccom.sapmarkets.isa.core.init.InitializationHanlder.performInitialization#J2EE_ADMIN#542##ilggladev04_C4D_4756250#Guest#65318570fc6d11dac2c90002a56bebf7#SAPEngine_Application_Thread[impl:3]_19##0#0#Error#1#/#Plain###[undefined|system.initFailed] Initalization of com.sapmarkets.isa.core.xcm.init.ExtendedConfigInitHandler failed
    java.lang.StackOverflowError #
    then I have come to Point that there is somthing wrong with Cach Control Configuration .
    with errors as follows
    An error occurred in the core cache "region 'XCM_SESSION_SCOPE' already exists in cache"#
    An error occurred in the core cache "region 'XCM_APP_SCOPE' already exists in cache"#
    Initalization of com.sapmarkets.isa.core.xcm.init.ExtendedConfigInitHandler failed
    I tried to clear the cache through http://localhost:50000/b2c_b2cApp/admin/index.jsp
    but the page comes blank without any links
    Initially this was not the Problem , now how it is Coming !!!! But as far as i know , once our Development Server was Restarted .( not just j2ee Server)
    Now after that whatever new EAR i m building ( locally) is not coming Properly
    Please can u throw some Light on that.
    pls help me , i believe , u all can solve my problem
    Please Reply Soon
    Thanks & Regards
    Ravi Sah

    Hi
         can some body look at this issue .
    I will be very thankful to you all.
    Thanks & regards
    Ravi Sah

  • Error occurred saving the cache

    I'm creating an AIR application using the Model Driven Development tools and hoping to make use of the offline cache. The generated value objects and services are working well when connected but I have been unable to get the cache working.
    Currently I am generating custom offline adaptors for each of my Model entities and assigning them to the offlineAdapter property of each data service as follows:
      _terminalService.serviceControl.autoCommit=false;
      _terminalService.serviceControl.autoConnect=true;
      _terminalService.serviceControl.fallBackToLocalFill=true;
      _terminalService.serviceControl.autoSaveCache=true;
      _terminalService.serviceControl.autoMerge=true;
      _terminalService.serviceControl.autoSyncEnabled=true;
      _terminalService.serviceControl.encryptLocalCache=false;
      _terminalService.serviceControl.offlineAdapter=new TerminalOfflineAdapter();
      _terminalService.serviceControl.cacheID="ss-sclient-39";
    When I run my application it works as anticipated but I am seeing the following error in the console log:
    7/27/2010 12:21:25.677 [DEBUG] mx.data.DataStore Saving cached query: store id: ["getByMacAddress","001CC4313675"] lastWritten: Tue Jul 27 12:21:25 GMT+0100 2010 lastAccessed: Tue Jul 27 12:21:25 GMT+0100 2010 created: Tue Jul 27 12:21:25 GMT+0100 2010 metadata: (null) type: 1 referenced ids: ["common.Terminal:#:13"]
    7/27/2010 12:21:25.677 [DEBUG] mx.data.LSODataStore dbStore lock released: 965366152
    7/27/2010 12:21:25.677 [ERROR] mx.data.DataStore Error occurred saving the cache: TypeError: Error #1009: Cannot access a property or method of a null object reference. stack: TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at mx.data.offline::EntityManager/save()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\offline\EntityManager.as:104]
         at mx.data.offline::EntityManager/update()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\offline\EntityManager.as:345]
         at mx.data::SQLiteOfflineAdapter/updateOfflineItems()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\SQLiteOfflineAdapter.as:120]
         at mx.data::DataStore/persistCacheItems()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4543]
         at mx.data::DataStore/persistDataService()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4679]
         at mx.data::DataStore/doSaveCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:3755]
         at Function/()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:3711]
         at mx.data::DataStore/http://www.adobe.com/2006/flex/mx/internal::saveCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:3727]
         at mx.data::DataList/http://www.adobe.com/2006/flex/mx/internal::processSequenceResult()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataList.as:3063]
         at mx.data::DataListRequestResponder/result()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataListRequestResponder.as:103]
         at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:84]
         at NetConnectionMessageResponder/resultHandler()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:547]
    If I then disconnect from the server and attempt to run my client again I get the following error:
    7/27/2010 12:27:46.548 [DEBUG] mx.data.DataService.common.Terminal DataService.fill() called for destination: common.Terminal with args: ["getByMacAddress","001CC4313675"] includesProperties: (include default - excludes: [])
    7/27/2010 12:27:46.548 [INFO] mx.messaging.Producer 'ds-producer-common.Terminal' producer sending message 'EF832901-F3A4-7AE3-EF12-13A8897408CC'
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at mx.data.offline::EntityManager/executeSelectQuery()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\offline\EntityManager.as:446]
         at mx.data.offline::EntityManager/executeQuery()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\offline\EntityManager.as:432]
         at mx.data::SQLiteOfflineAdapter/internalExecuteOfflineQuery()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\SQLiteOfflineAdapter.as:318]
         at mx.data::SQLiteOfflineAdapter/executeOfflineQuery()[C:\depot\DataServices\trunk\frameworks\projects\airfds\src\mx\data\SQLiteOfflineAdapter.as:202]
         at Function/()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:1651]
         at mx.data::DataStore/http://www.adobe.com/2006/flex/mx/internal::fill()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:1765]
         at mx.data::ConcreteDataService/internalFill()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:7235]
         at Function/()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:1317]
         at mx.data::ConcreteDataService/fill()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:1336]
         at mx.data::DataManager/fill()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataManager.as:1560]
         at _Super_TerminalService/getByMacAddress()[C:\Documents and Settings\benp.NB\My Documents\src\qms\workspace\CommonClient\src\common\model\_Super_TerminalService.as:226]
         at airclient.application::AirClientImpl/initialiseTerminalDetails()[C:\Documents and Settings\benp.NB\My Documents\src\qms\workspace\AirClient\src\airclient\application\AirClientImpl.as:146]
         at Function/()[C:\Documents and Settings\benp.NB\My Documents\src\qms\workspace\AirClient\src\airclient\application\AirClientImpl.as:268]
         at mx.collections::ItemResponder/result()[E:\dev\4.x\frameworks\projects\framework\src\mx\collections\ItemResponder.as:129]
         at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncToken.as:239]
         at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\events\ResultEvent.as:207]
         at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchResultEvent()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:3427]
         at Function/http://adobe.com/AS3/2006/builtin::apply()
         at mx.rpc::AsyncDispatcher/timerEventHandler()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncDispatcher.as:50]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I'm slightly confused by the fact that the offline adaptors are derived from SQLiteOfflineAdapter and are being run within an AIR application but I am still seeing references to the LSODataStore in the logs (which I thought was only used for Flash applications). Also if I attempt to set encryptLocalCache to true I get the following error:
    7/27/2010 12:32:10.409 [DEBUG] mx.data.DataStore Adding data service: common.Terminal to the data store: my-rtmp:true initialized: false
    Error: Encryption is not supported for local shared objects.
         at mx.data::LSODatabase/set encryptLocalCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\LSODatabase.as:149]
         at mx.data::DataStore/set encryptLocalCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:391]
         at mx.data::ConcreteDataService/set encryptLocalCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:227]
         at mx.data::DataManager/set encryptLocalCache()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataManager.as:392]
         at airclient.application::AirServiceFactory/configureService()[C:\Documents and Settings\benp.NB\My Documents\src\qms\workspace\AirClient\src\airclient\application\AirServiceFactory.as:236]
    Does anyone know what's going on here?
    Thanks!

    Ah, thanks! That certainly solves the LSO issue - I've changed to linking with airfds.swc and I'm now seeing lots of healthy looking SQLDBCache output in the logs when I run the application with a connection. Unfortunately if I then stop the server and run the application again I'm still seeing a problem. The app does load some data from the cache (I have several services) but then stops with the following error before it can load everything:
    7/27/2010 15:43:46.929 [DEBUG] mx.data.SQLDBCache SQLDBCache - getCollection(_common.Customer_ic) creating new collection
    7/27/2010 15:43:46.929 [DEBUG] mx.data.SQLDBCache SQLDBCache - before load data - create table if not exists: CREATE TABLE IF NOT EXISTS [_common_Customer_ic] (id VARCHAR PRIMARY KEY, data BLOB);
    7/27/2010 15:43:46.960 [DEBUG] mx.data.SQLDBCache SQLDBCache - after load data - create table if not exists
    7/27/2010 15:43:46.960 [DEBUG] mx.data.SQLDBCache SQLDBCache - before select: SELECT id,data FROM [_common_Customer_ic]
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at mx.data::DataStore/restoreReferencedIds()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4766]
         at mx.data::DataStore/restoreReferencedItems()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4736]
         at mx.data::DataStore/restoreAssociations()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4880]
         at mx.data::DataStore/restoreReferencedItems()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:4759]
         at Function/()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataStore.as:1742]
         at mx.rpc::Responder/result()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:56]
         at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncToken.as:239]
         at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\events\ResultEvent.as:207]
         at Function/http://adobe.com/AS3/2006/builtin::apply()
         at mx.rpc::AsyncDispatcher/timerEventHandler()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncDispatcher.as:50]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    In both connected and disconnected operation there is no user input, so the sequence of queries should be identical. Each service I use is configured identically except that they each use their own automatically-generated OfflineAdaptor. Any suggestions?
    Many thanks

  • HT202159 An error occurred in the App Store. Try again later(13)..I wait for months!!! please help me! Can't download or update, install and buy!  iMac 2008, OS X Lion 10.7.4 (11E53).

    An error occurred in the App Store. Try again later(13)
    Can't download or update, install and buy!
    I wait for months!!! please help me!
    <Email Edited by Host>

    Disable anti virus software.
    Turn off the Firewall in System Preferences > Security (or Security & Privacy) > Firewall
    If that doesn't help, open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Caches/com.apple.appstore/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Now here:
    ~/Library/Preferences
    Click Go
    Move these files from the Preferences folder to the Trash.
    com.apple.appstore.plist
    com.apple.storeagent.pllist
    Now here:
    ~/Library/Cookies
    Click Go
    Move the com.apple.appstore.plist file from the Cookies folder to the Trash.
    Empty the Trash, try the App Store.

  • An error occurred while starting "Web Cache".

    We have corrected the issue. There was something wrong with the files in the WebCache Folder.
    Hello,
    When starting Web Cache we get the following message:
    An error occurred while starting "Web Cache".
    WebCache : WebCache - failed to start a managed process after the maximum retry limit
    WebCache : WebCacheAdmin - failed to start a managed process after the maximum retry limit
    For more information, look at the logs using the related link below.
    Related Link Error Logs
    When we open the event_log in the \webcache\logs folder, there is nothing there. The process is not writing any type of message to the event_log.
    We have tried changing port numbers without any success.
    This process was working until a restart of the server yesterday. Now Web Cache and Portal are not showing active.
    Thank you for any input on this matter.
    Message was edited by:
    user593854

    Try to stop processes that might still occupy the port of the webcache and webcache admin.
    Also check the logfiles in the opmn.
    cu
    Andreas

  • What does this mean? Server Error in '/BoardPortal' Application. Runtime Error Description: An application error occurred on the server. The current custom err

    Server Error in '/BoardPortal' Application.<br />
    Runtime Error<br />
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <br />
    <br />
    <pre><nowiki><!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>
    </nowiki></pre>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <br />
    <br />
    <pre><nowiki><!-- Web.Config Configuration File -->
    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration></nowiki></pre>

    That is a problem on the web server that you are trying to access.<br />
    This may need to be fixed at that server.
    Try to clear the cache and the cookies from sites that cause the problems to see if that helps.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • "error occurred setting the server application active"

    Hi All,
    I found following error when I save outline in ASO application. It seems that the application cannot be started correctly. Other applications (BSO/ASO) are running correctly.
    "error occurred setting the server application active"

    try this:
    Issue can be from both server and application side:
    1)Addition of SERVERTHREADS with a proper value. When any database operation is requested then monitor the number of process, memory etc. Idea is to identify which process is trying to use max resource on server level.
    2) Also, if possible try and increase the ulimit setting to "unlimited".
    3) Verify NETDELAY and NETRETRYCOUNT -- Guess you have checked this so values should be fine here.
    4) If the environment is windows then:
    a)Open the Registry
    b)Navigate to Local Machine\System\CurrentControlSet\Services\TCPIP\Parameters
    c)Add new DWORD Value named TcpTimedWaitDelay, right click and select Modify. Select decimal radio button, type in 30. (The default value of this parameter is 2 minutes. This is how long it will take for a TCP/IP port that was used by the network for a connection to be released and made available again. 30 sec is the minimum allowed by Microsoft)
    d)Add new DWORD Value named MaxUserPort, right click and select Modify. Select decimal radio button, type in 65534. (The default value is 5000. This determines the highest port number TCP can assign when an application requests an available user port from the system).
    e)Add new DWORD Value named MaxFreeTcbs, right click and select Modify. Select decimal radio button, type in 6250. (The default value is 2000. This determines the number of TCP control blocks (TCBs) the system creates to support active connections. Because each connection requires a control block, this value determines how many active connections TCP can support simultaneously. If all control blocks are used and more connection requests arrive, TCP can prematurely release connections in the TIME_WAIT state in order to free a control block for a new connection).
    f) Reboot the server.
    5) On application side, look at the cache settings, If they are very high then try lowering them and check.
    Cheers!!
    HA:-)
    Edited by: user9513506 on Sep 2, 2008 5:03 AM

  • An exception occurred in the method Cache.init - After ATG RUP 7 and JDK 6

    Hi All,
    We have migrated from JDK 1.4 to JDK 1.6 - 401561.1
    We have applied ATG RUP 7 - 783600.1
    Application - 11.5.10.2
    Database - 10.2.0.4
    When tryng to open the login page, its trying for long time and ending in internal server error and could see below error in the jvm logs..
    Exception in static block of jtf.cache.CacheManager. Stack trace is: oracle.apps.jtf.base.resources.FrameworkException: IAS C
    ache initialization failed
    at oracle.apps.jtf.cache.IASCacheProvider.init(IASCacheProvider.java:332)
    at oracle.apps.jtf.cache.CacheManager.activateCache(CacheManager.java:1444)
    at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:752)
    at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:378)
    at oracle.apps.fnd.cache.Cache.setCacheFullName(Cache.java:228)
    at oracle.apps.fnd.cache.Cache.initCache(Cache.java:114)
    at oracle.apps.fnd.cache.Cache.<init>(Cache.java:89)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method Cache.init
    oracle.ias.cache.commx.GroupException: Unable to find or become the coordinator after 119 attempts.
    The base exception is:
    Unable to find or become the coordinator after 119 attempts.
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    After disablign the cache , login is going fine "wrapper.bin.parameters=-DLONG_RUNNING_JVM=false "
    Can you please advice on how to resolve this with cache on.
    Thanks in advance.
    Regards,
    Rakesh

    Hussein,
    Checked the last 2 notes and the patch we already applied and other one is for R12.
    Yet to check the first note in detail.....
    Meanwhile i see a bug 8945245 which has the same issue as we have and it seems to be fixed, but not able to get any details from that bug. Any idea on what would be the fix mentioned in the bug.....
    Thanks & Regards,
    Rakesh

  • Outlook 2013 - Password change breaks S/MIME Certs "An error occurred in the underlying security system. Key not valid for us in specified state."

    AD password change comes up, user changes password.
    Tries to send signed or encrypted email with a Comodo S/MIME certificate, and gets the following error:
    ""An error occurred in the underlying security system.  Key not valid for us in specified state."
    I now have two reports of this error - one on Windows 7, and one on Windows 8.0 (remote user).
    The one on Windows 8.0, we tried removing their S/MIME cert from Outlook/Windows and re-adding, this did NOT resolve the issue.
    Plan was originally to have the 8.0 user ship their machine in, and wipe it, since nothing else could fix it and I wasn't finding anyone else with the same issue.  Now that I've got a second user with the same issue, its looking like a bug/issue and
    not a random glitch.
    Thanks in advance for any and all help with this!

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • I get error message: "An error occurred with the  publication of album...Authentication with server failed...whenever I open a facebook file in my iPhoto. In each file, most of my photos have disappeared. What do I need to do?

    I get error message: "An error occurred with the  publication of album...Authentication with server failed. Please check your login and password information" whenever I open a facebook file in my iPhoto. In each file, most of my photos have disappeared. I am hoping I can retrieve these "lost" files. What do I need to do?

    Message was edited by: leroydouglas
    better yet, try this solution:
    https://discussions.apple.com/message/12351186#12351186

  • I am trying to install itunes on my hp laptop with windows vista 64 bit. But when i install i get this error "An error occured during the installation of assembly "Microsoft.VC80.CRT.type="win32"version="8.0.50727.6195".publickeyTOken="1fc8b3 b9a1e18e3b".

    I am trying to install itunes on my hp laptop with windows vista 64 bit. But when i install i get this error   "An error occured during the installation of assembly "Microsoft.VC80.CRT.type="win32"version="8.0.50727.6195".publickeyTOken="1fc8b3 b9a1e18e3b".processorArchitecture="x86""

    Repair your Apple Application Support.
    Control Panel > Programs n Features > highlight AAS, click CHANGE the REPAIR

  • Error occured in the phase MOVE NAMETABS while updating patch.

    Hi Gurus
    When i implementing a SP15 to SP16 in a queue, i got the Dump.
    Please help me in this issue.
    The import was stopped, since an error occurred during the phase
       IMPORT_PROPER, which the Support Package Manager is unable to resolve
       without your input.
       After you have corrected the cause of the error, continue with the
       import by choosing Support Package -> Import queue from the initial
       screen of the Support Package Manager.
       The following details help you to analyze the problem:
           -   Error in phase: IMPORT_PROPER
           -   Reason for error: TP_STEP_FAILURE
           -   Return code: 0008
           -   Error message: OCS Package ALL, tp step "6", return code 0008
       Notes on phase IMPORT_PROPER
       In this phase repository objects and table entries are imported. This
       phase can terminate due to the following reasons:
       o   TP_INTERFACE_FAILURE: The tp interface could not be called.
       o   TP_FAILURE: The program tp could not be executed. For more
           information on this, see the SLOG or ALOG log file.
       o   TP_STEP_FAILURE: A tp step could not be executed. To find the cause
           of the error, see the appropriate log, such as the import log.
           If the cancelation message contains a tp step 6, N or S, the step in
           question is independent of the transport request. You can find these
           logs under the node Import steps not specific to transport request
           in the log overview.
           Alternatively, you can find these logs in the following files in the
           log directory of your transport directory (usually:
           /usr/sap/trans/log):
        -   tp Step 6: P<YY><MM><DD>.<SID>
        -   tp Step N: N<YY><MM><DD>.<SID>
        -   tp Step S: DS<YY><MM><DD>.<SID>
        You can display these files using the report RSPUTPRT or by calling
        transaction AL11.
    A prerequisite of the Support Package Manager is that the Change and
    Transport System (CTS) is configured correctly. For more detailed
    information, read the online documentation available from Help -> SAP
    Library -> mySAP Technology Components -> SAP Web Application Server ->
    Change and Transport System .
    A list of the most important SAP Notes for Online Correction Support
    (OCS) is available in SAP Note 97620, which is updated regularly.
    Regards,
    Ganesh

    Hi jazz,
    I want to update the patch SAPKA70016 for SAP_ABA component.
    Queue log
    System              : ISP
    tp path             : tp
    Version and release: 372.04.36 700
    Activate inactive nametabs
    End date and time : 20081215012202
    Ended with return code:  ===> 8 <===
      TP request log is
    START CMDIMPORT            ISP L      20081222014354              DDIC         usirs254 20081222014354043
    STOP  CMDIMPORT            ISP L      20081222014401              DDIC         usirs254 20081222014354043
    START DD IMPORT            ISP H      20081222014540              DDIC         usirs254 20081222014540574
    STOP  DD IMPORT            ISP H      20081222014616              DDIC         usirs254 20081222014540574
    START DD ACTIVATION        ISP A      20081222014617              DDIC         usirs254
    START tp_getprots          ISP J      20081222014617              DDIC         usirs254
    STOP  tp_getprots          ISP J      20081222014723              DDIC         usirs254
    STOP  DD ACTIVATION        ISP A      20081222014723              DDIC         usirs254
    START imp all              ISP        20081222014723              DDIC         usirs254 20081222014723434
    INFO: event SAP_IMPORT_START triggered successfully
    START DISTRIBUTION OF DD-O ISP S      20081222014723              DDIC         usirs254 20081222014723434
    START tp_getprots          ISP S      20081222014723              DDIC         usirs254 20081222014723434
    STOP  tp_getprots          ISP S      20081222014726              DDIC         usirs254 20081222014723434
    STOP  DISTRIBUTION OF DD-O ISP S      20081222014726              DDIC         usirs254 20081222014723434
    INFO  TBATG CONVERSION OF  ISP N      not needed                  DDIC         usirs254 20081222014723434
    START MOVE NAMETABS        ISP 6      20081222014726              DDIC         usirs254 20081222014723434
    START tp_getprots          ISP P      20081222014726              DDIC         usirs254 20081222014723434
    ERROR ALL                  ISP 6 0008 20081222014743              DDIC         usirs254 20081222014723434
    STOP  tp_getprots          ISP P      20081222014747              DDIC         usirs254 20081222014723434
    STOP  MOVE NAMETABS        ISP 6      20081222014747              DDIC         usirs254 20081222014723434
    ERROR: stopping on error 8 during MOVE NAMETABS
    START INFORM SAP-SYSTEM OF ISP Q      20081222014747              DDIC         usirs254 20081222014723434
    START tp_getprots          ISP Q      20081222014747              DDIC         usirs254 20081222014723434
    STOP  tp_getprots          ISP Q      20081222014748              DDIC         usirs254 20081222014723434
    STOP  INFORM SAP-SYSTEM OF ISP Q      20081222014748              DDIC         usirs254 20081222014723434
    STOP  imp all              ISP   0008 20081222014748              DDIC         usirs254 20081222014723434
    START CMDIMPORT            ISP L      20081222015155              DDIC         usirs254 20081222015155637
    STOP  CMDIMPORT            ISP L      20081222015158              DDIC         usirs254 20081222015155637

  • Problem: An error occured during the uploading process.

    Hello!  I've searched around but I am having difficulty finding a solution to this problem.
    I am trying to upload videos through Adobe Premiere Elements 9 to YouTube, using the preset options in the share tab.  This worked previously without issue, but then one day I continually ran into an error stating "Sorry, an error occured during the uploading process.  Please try again later."  However, it eventually started working.  It is now a few weeks later, and I am having the very same issue.  I am unable to upload to YouTube or any other service through the Share tab.  Even loading the software itself, the opening splash screen is unable to grab my Adobe ID.  It never stops "Gathering User Info..."
    Steps I have tried:
    Going to Edit -> Preferences -> Web Sharing and hitting the refresh button to update settings.
    Checked router settings.
    Enabled DMZ on router and linked it to this specific computer.
    Rebooted PC and router, and tried updating the Web Sharing settings multiple times.
    I honestly do not believe it to be a router issue, especially since it is currently in DMZ mode and I have had absolutely no trouble with any other software.  This has continued to baffle me though, and finding help is difficult.  Searches keep giving me encoding settings for YouTube videos, and few results pertain to this particular issue.
    I am aware I could export the video normally and upload through YouTube that way, but on DSL, my upload speed is pretty terrible for a high quality video.  The YouTube HD setting has been great for me in the past, as files are small but still look great online.  I would really like to get it working again, both for ease and convenience for simple projects.
    If anyone has any ideas as to what could be causing a problem, I would be greatly appreciative of any advice.  In regards to the project itself, there is no real editing being done at this point, as I am trying to eliminate any possibility of error elsewhere. I opened a new project, added a video clip and went directly to upload it, resulting in the error above.
    I don't believe it matters in this situation, but just in case:
    Windows 7
    AMD Phenom II X4 820 - 2.80 GHz
    6 GB RAM
    Radeon HD 5880 1GB
    Connecting through a Netgear WNDR3400 router, standard DSL connection.

    Sorry, not seeing where to edit my original post.
    Just wanted to add, that I am able to visit both the Photoshop.com website, as well as YouTube through my browser.  So I am not being blocked somehow to those particular sites.  It only seems to be through the software that I cannot connect to any of the online services to upload videos to.
    Additionally, the only virus software running is Microsoft Security Essentials.  It has never raised a flag before with this software or caused interference in the past.  I do not use Norton or any other service which are known to interfere with programs often.
    Just a quick example as well, pinging Photoshop.com through the command prompt shows I am getting through just fine.  As you can see in this image though, it cannot seem to ever connect and grab my user information.
    http://i.imgur.com/S53xN.png

  • Error: An error occurred importing the file. Detail: File does not exist or

    Hi,
    I am getting the error the below error while importing the file in FDM. I have read and write access to the folder. I tried loading text and excel files, I am getting the same error.
    An error occurred importing the file.
    Detail: File does not exist or access denied.
    Thanks.

    Hi Tony,
    Thanks for the reply.
    I have Oracle Database and the version is 11.1.0.7; So even for this version do I need to have SQLLDR.exe on the server where FDM is installed.
    Thanks,
    Edited by: user10720012 on May 16, 2011 11:42 AM

  • An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))

    We are using DPM Version: 4.1.3465.0 with System Center 2012 Service Pack 1 to back up VMs in our Hyper V Cluster. We have a total of 37 VMs with a combination of 2008r2 servers and 2012 servers. One of our 2012 servers will not backup, and we consistently
    get the message "An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))". I have seen this error message when I Googled it, but cannot get past it. I have deleted the Protection Group and
    data and tried to re-create, but get the same errors. I also thought the the server might be mis-reporting the data size, but I expanded that to cover the replication data. I have also tried to perform consistancy checks multiple times with no luck. I have
    not seen a difinitive answer from my Google searches, so was hopeful someone has seen this also, and have had success in resolving. Currently this server has no backup recovery points, so I am worried if it does crash. I think I have the rollups installed
    as well.

    Hi Kelly,
    does the issue still persists?

Maybe you are looking for