ID cache update issue

Hi all :
I have a problem with ID cache update on PI 7.0. I change some configretion on ID and active them .
I check some issues on cache notification ,the update status is red (not yet start ) or yellow (strated).
I refresh status for cache ,the status is not any update .
I update the CAPcache , but the status is waiting and then no responseable .
Please give me a hand , what can i do for solve this issue .
Thanks a lot
yanbin
Best regard

Hi Rajendar K:
I just run the url :http://host:50000/CPACache/refresh?mode=full, but not response.
Please see below screenshot,
BTW ,my issue is in cache update for central adapter engine.

Similar Messages

  • Cache update issue??

    Hi Everyone,
    I am implementing simple File to JDBC scenario. The sender file adpater is working fine, but the receiver JDBC adapter seems to be causing a bit of problems.
    I am using MS Access as the data base. Database XI.mdb is in D:/JDBC/XI.mdb
    The parameters in JDBC adapter that i have filled are:
    Connection String: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//132.186.85.184/D:/JDBC/XI.mdb;
    JDBC Adapter: sun.jdbc.odbc.JdbcOdbcDriver
    Persistence: local
    Conflict Resolution: redo
    Interprtation of empty string values: "
    These are the only fields filled up in the receiver JDBC adapter.
    Now the issue is although I am working in Namespace: http://Ashish_File_To_JDBC
    The output in the JDBC receiver communication channel contains the namespace which i was earlier using and not the one it should be:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:JDBC_Vendor xmlns:ns0="<b>http://Ashish_File_to_idoc</b>">
    - <Data_DB>
    - <XI action="INSERT">
      <TABLE>XI</TABLE>
      </XI>
    - <Access>
      <Vendor_Number>320123</Vendor_Number>
      <Last_Name>Rodrize</Last_Name>
      <Search_term>enjoy</Search_term>
      <Currency>USD</Currency>
      <Street>Anothony St</Street>
      </Access>
      </Data_DB>
      </ns0:JDBC_Vendor>
    Is this some kind of cache refersh issue. I have tried refreshing everything.
    Regards,
    Ashish

    Ya i have checked eacha nd every object in IR and ID properly, there is no mistake there for sure.
    ALso cause i am expecting a output:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:JDBC_Vendor xmlns:ns0="<b>http://Ashish_File_to_JDBC</b>">
    - <Data_DB>
    - <XI action="INSERT">
    <TABLE><b>HELLO</b></TABLE>
    - <Access>
    <Vendor_Number>320123</Vendor_Number>
    <Last_Name>Rodrize</Last_Name>
    <Search_term>enjoy</Search_term>
    <Currency>USD</Currency>
    <Street>Anothony St</Street>
    </Access>
    <b></XI></b>
    </Data_DB>
    </ns0:JDBC_Vendor>
    I am getting:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:JDBC_Vendor xmlns:ns0="http://Ashish_File_to_idoc">
    - <Data_DB>
    - <XI action="INSERT">
    <TABLE>XI</TABLE>
    </XI>
    - <Access>
    <Vendor_Number>320123</Vendor_Number>
    <Last_Name>Rodrize</Last_Name>
    <Search_term>enjoy</Search_term>
    <Currency>USD</Currency>
    <Street>Anothony St</Street>
    </Access>
    </Data_DB>
    </ns0:JDBC_Vendor>
    This was my previous output, but since i have made changes to it, the changes are not being reflected in the communication channel output.
    Regards,
    Ashish

  • PI EHP1 7.1 CACHE UPDATE ISSUE

    Hi All;
    I get an error when I try do a full cache refresh. I've read all the posts have been solved before in sdn for the same issue as same mine but stil there's no help.
    I've checked the sm59 RFC connection test for INTEGRATION_DIECTORY_HMI configuration.
    I've checked the all services about cache in SICF tcode and all off them is active.
    I've started Delta Cache Refreshn in SXI_CHACHE
    Any ideas how to resolve the issue?
    It can be beacuse of the roles of PIDIRUSER?
    The issue is;
    CacheRefresh>
      <Info>CPA cache refresh (mode=full) executed in 33 milliseconds.</Info>
    - <Confirmation>
    - <CacheRefreshError>
      <EngineType>AE</EngineType>
      <EngineName>af.mpi.sapsrv2</EngineName>
      <RefreshMode>F</RefreshMode>
    - <GlobalError>
      <Message>CPA Cache not updated with directory data.</Message>
      <Trace>com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: Could not open Directory URL (http://sapsrv2:50400/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=F&consumer=af.mpi.sapsrv2). Reason: com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: HTTP 401: Unauthorized at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getDataFromDirectory(DirectoryAccess.java:304) at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getFullCacheUpdateXML(DirectoryAccess.java:427) at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:454) at com.sap.aii.af.service.cpa.impl.servlet.CacheRefresh.process(CacheRefresh.java:116) at com.sap.aii.af.service.cpa.impl.servlet.CacheRefresh.doGet(CacheRefresh.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:162) at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:81) at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:124) at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:73) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:468) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:399) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:388) at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:244) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27) at
    thanx a lot
    SEYDA

    Hi;
    Is there anyone can help me please ??
    I try to execute runtime workbench >> cache monitoring >>show cache status table and i got the error log in Central Adapter Engine tab.Cache status  light is red and says inconsistent.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <ConfirmationXML>
       <CacheRefreshError>
          <EngineType>
          AE
          </EngineType>
          <EngineName>
          af.mpi.sapsrv2
          </EngineName>
          <RefreshMode>
          F
          </RefreshMode>
          <GlobalError>
             <Message>
             CPA Cache not updated with directory data.
             </Message>
             <Trace>
             com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: Could not open Directory URL (http://sapsrv2:50400/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=F&consumer=af.mpi.sapsrv2). Reason: com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: HTTP 503: Service Unavailable
         at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getDataFromDirectory(DirectoryAccess.java:304)
         at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getFullCacheUpdateXML(DirectoryAccess.java:427)
         at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:454)
         at com.sap.aii.af.service.cpa.impl.cache.CacheManager$CacheUpdateRunnable.run(CacheManager.java:291)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:175)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:274)
    Caused by: com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: HTTP 503: Service Unavailable
         at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getDataFromDirectory(DirectoryAccess.java:295)
         ... 6 more
             </Trace>
          </GlobalError>
          <GlobalError>
             <Message>
             Confirmation handling failed.
             </Message>
             <Trace>
    Thank you so much
    Bilge

  • Issues with cache updates

    Hi ,
    I have some issues with runtime xi cache update.
    i tested the RFC dest for connection RFC Dest - INTEGRATION_DIRECTORY_HMI.
    that failed with HTTP 500 internal server error .
    I even tried to update the cache from TCode - sxi_cache
    the error i got there was
    Prefix number: entry missing for system XI1 client 200
    If anyone has any idea as to why is such an error occuring
    Thanks
    Nikhil

    Hi
    <i>that failed with HTTP 500 internal server error .</i>
    is not an error
    Please can you check on this thread:
    XI Runtime cache error: Cache contents are obsolete
    Regards
    Vijaya

  • Error in Directory Cache Update

    Hi,
    because we changed from two SLDs (PROD & DEV) to one (DEV) we did all changes like given in note 720717.
    Everything seems to run fine except the Adapter Engine - ok parts of it.
    When checking the Cache-Infos in Integration Directory we get following error in Integration Server (Central Adapter Engine). What do we need to do?!
    br
    com.sap.aii.ib.server.abapcache.CacheRefreshException: Unable to find an associated SLD element (source element: SAP_XIIntegrationDirectory, [CreationClassName, SAP_XIIntegrationDirectory, string, Name, directory.px1.sapru03, string], target element type: SAP_XIIntegrationServer)
         at com.sap.aii.ibdir.server.abapcache.content.CacheCPA.addContent(CacheCPA.java:483)
         at com.sap.aii.ibdir.server.abapcache.content.CacheCPA.addContent(CacheCPA.java:154)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.addContent(CacheRefreshRequest.java:388)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.addContent(CacheRefreshRequest.java:326)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.processHTTPRequest(CacheRefreshRequest.java:145)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.handleHTTPRequest(CacheRefreshRequest.java:103)
         at com.sap.aii.ibdir.web.abapcache.HmiMethod_CacheRefresh.process(HmiMethod_CacheRefresh.java:67)
         at com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(HmisServiceImpl.java:169)
         at com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.java:178)
         at com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImpl.java:86)
         at com.sap.aii.utilxi.hmis.sbeans.HmisLocalLocalObjectImpl10.process(HmisLocalLocalObjectImpl10.java:259)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:290)
         at com.sap.aii.utilxi.hmis.web.workers.HmisExternalClient.doWork(HmisExternalClient.java:75)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletImpl.java:496)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletImpl.java:634)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi,
    Hereu2019s a list of common errors/problems in SAP XI and their possible resolutions. This Guide will help you troubleshoot your integration scenarios in SAP XI/PI. This is in no way an exhaustive list. You can add your points/ideas to this list. Please feel free to post your inputs using the comments form at the end of this article.
    Cache Update Problems
    Use transaction SXI_CACHE to update the Integration Directory cache. Alternatively, you can use the following URLs to update the CPA cache. Use XIDIRUSER to refresh the cache.
    For complete cache refresh - http://<hostname>:<port>/CPACache/refresh?mode=full
    For delta cache refresh - http://<hostname>:<port>/CPACache/refresh?mode=delta
    If this does not solve the issue, check transaction SLDCHECK to ensure that connection to SLD is available. If the connection fails, check the configuration in the transaction SLDAPICUST. Make sure that the password maintained is correct and the maintained service user is not locked.
    Now in the Integration Repository go to Environment u2192 Clear SLD Data Cache. Also go to Integration Directoy and clear the cache using menu Environment u2192 Clear SLD Data Cache.
    Open the XI Start Page and click on Administration. On the Repository tab, choose Cache Overview. Refresh the cache using the buttons/icons on the right. Use XIDIRUSER to refresh the cache. Carry out cache refresh in the same way on the Directory and Runtime tabs.
    If you are facing cache update problems in your BPM (say you have modified the BPM, but when executed old version of the BPM is picked up instead of the new one), run the transaction SWF_XI_CUSTOMIZING and press F9 carry out automatic BPM/Workflow Customizing.
    Routing Errors
    NO_RECEIVER_CASE_BE or NO_RECEIVER_CASE_ASYNC
    This means no receiver could be found. Check your Receiver Determination. Activate and update cache. Asysnchronous messages can be manually restarted.
    TOO_MANY_RECEIVERS_CASE_BE
    More than one receiver found. Check your ID configuration to ensure that there is exactly one receiver for the synchronous message. Multiple receivers for synchronous interfaces are not permitted.
    Mapping Errors
    JCO_COMMUNICATION_FAILURE
    Check whether RFC destination AI_RUNTIME_JCOSERVER is correctly configured
    NO_MAPPINGPROGRAM_FOUND
    Ensure that mapping program exists and is activated. If it exists then update the cache.
    EXCEPTION_DURING_EXECUTE
    This error occurs due to erroneous XML formatting. Check your mapping program and ensure that you supply valid input data.
    Messages stuck in queues
    Check the queues using transactions SMQ1 (outbound)/SMQ2 (inbound). Resolve the displayed errors. You can cancel the messages from SXMB_MONI. Execute LUW if necessary and avoid deleting entries manually.
    Conversion Errors
    Unable to convert the sender service XXXX to an ALE logical system
    This error occurs in case of scenarios with IDoc adapters. Whenever you use business systems, make sure that the corresponding logical system name is maintained in the SLD.
    Open your business system in the Integration Directory. Switch to Change mode. Access the menu path Service u2192 Adapter Specific Identifiers. Click the button that says u2018Compare with System Landscape Directoryu2019 and chose Apply. Save and activate your change list.
    In case of business services, you can manually type a logical system name in the Adapter Specific Identifiers if required. This name should match the corresponding logical system name defined in the partner SAP systemu2019s partner profiles.
    Errors on the outbound side
    Sometimes the link between SAP XI and the target system (say ERP) goes down and messages fail on the outbound side. It may not be possible to restart them from using RWB or the transactions like SXI_MONITOR/SXMB_MONI. In such cases, you can follow the procedure outlined in the following article - Dealing with errors on the outbound side.
    Refer this article:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/0d/28e1c20a9d374cbb71875c5f89093b/content.htm
    Refer this portal
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/pointers%2bfor%2btroubleshooting%2bportal%2bruntime%2berrors
    Regards,
    Suryanarayana

  • Int Server (ABAP Cache) - Cache Updated column shows "red"

    ...long read, appreciate your patience...
    In the IB:Config, under Cache Notifications, I'm getting the red square in the Cache Updated column for all "ABAP Cache" entries (green for notification).   The "Java Cache" and "Central Adapter Engine" entries are green all the way through.
    I've read a bunch of other threads here, and I've read and worked through the entire "How to Handle Caches" document.  I ran in to a couple issues, but I don't know how to solve them.....
    1) When I run SXI_CACHE, I receive the following messages:
    <green> "Cache contents are up to date"
    <red> "Error during last attempt to refresh cache"
    --->double-clicking shows: Error ID = BUSINESS_SYSTEM, Message = LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM
    --->Running the LCR... fxn via SE37 is successful, so I don't understand why SXI_CACHE has a problem running it.
    2) When I run the Cache Connectivity Test where the Yellow triangle is displayed for the IS-ABAP with message "Attempt to fetch cache data from Integration Directory not yet started or still in progress".
    3) When I try to load http://<host>:<port>/CPACache/refresh?mode=delta or full, I get a "403 Forbidden - You are not authorized to view the requested resource."  But I'm never prompted for a user/pw?  Since I'm the only user in this XI box, I do have some of my logons saved in Internet Explorer - could it be using one of those without prompting me?
    Note:
    I have been experiencing on and off network issues, and the machine we have XI installed on is slow.  I don't know if that could affect anything or not.
    Thanks for taking the time to read this...
    Brian
    Message was edited by: Brian Vanderwiel

    Thanks for the replies...
    Prashanth,
    I think SXI_CACHE is for items in the Java stack only (correct me if I'm wrong).  The main problem I have is with items in the ABAP stack not making it in to the cache.
    Moorthy,
    I walked through the Readiness Check - everything passed except for the items I already mentioned (Cache test shows yellow).  The document is a nice gathering of tests, but it doesn't offer any ideas has to how to correct problems encountered.
    Integration_directory_hmi tested successfully, and I read through the other OSS Notes, but none solved the issue.

  • Cache update not yet started In PI 7.1

    Hi
    Iu2019m using PI 7.1, facing the issue with Cache Update
    Under Integration Builder -> Environment -> Cache Notifications
    Central Adapter Engine, Mapping Runtime Cache (Central Adapter Engine) both are in gray color status  (Cache update not yet started) .
    Cache Connectivity Test in RWB
    RWB -->Component Monitoring --> Cache Connectivity Test
    For both Central Adapter Engine, Mapping Runtime Cache on Central Adapter Engine
    Showing the warning
          "--Attempt to fetch cache data from Integration Directory not yet started or still in process"_  
    Please help me out to update the Cache successfully
    Thanks
    Vadde

    Hi Sekher
    Thank you very much for your time,
    1  RFC- INTEGRATION_DIRECTORY_HMI is working fine.
    2. I du2019t find the com.sap.aii.af.cpa.svc  service in NWA  ,
    3  Under Config Tool
        template - Usage_Type_All_in_One - Services - com.sap.aii.af.cpa.svc
       "CacheType" has  the value "DIRECTORYu201D only
    Thanks
    Vadde

  • [Forum FAQ] Common steps to start troubleshooting Windows Update issues

    In this article, we provide you some common steps to quickly narrow down Windows Update issues. Before you post your question, you can follow the steps below to see whether
    the issue can be identified and resolved. If not, please post it in Windows 8/8.1 Forum with the analyzed details.
    Scenario 1: New updates can’t be checked.
    Make sure your internet connection works fine.
    Make sure you could connect to Windows Update Server or Microsoft Update.
    For more information about how to troubleshoot problems connecting to Windows Update or to Microsoft Update,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/818018
    Scenario 2: Windows Update can’t be installed or configured.
    Suggestion 1: Run the
    Windows Update Troubleshooter
    Press
    WINDOWS + X combination key to open the Control Panel;
    Change its view by “Category”;
    Click
    Find and fix problems;
    Under
    System and Security entry, click Fix problems with Windows Update.
    Follow the instruction to complete it.
    Suggestion 2:
    Make sure the following services could startup automatically
    Press WINDOWS + R combination key, type “services.msc”, press
    Enter;
    Find out the following services and the dependent services:
    Windows Update
    Background Intelligent Transfer Service
    Windows Modules Installer
    Double click every service, on General tab, set its Startup type as “Automatic”;
    Click Apply and OK button.
    Note: If these services miss or damage, you need to use Windows 8/8.1 installation media restore them.
    Suggestion 3:
    Delete the Windows Update cache
    Press
    WINDOWS + R combination key, type “services.msc”, press
    Enter;
    Find out the
    Windows Update service, right click and stop it;
    Located to
    C:\Windows\SoftwareDistribution;
    Delete the whole
    SoftwareDistribution folder.
    Suggestion 4:
    Reset the Windows Update component
    For more information about how to
    reset the Windows update component,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/971058
    Suggestion 5:
    Install the Windows Update in a
    Clean Boot state
    For more information about How to perform a clean boot in Windows,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/929135
    Suggestion 6:
    Reset, refresh or restore your PC, and then try to Windows Update
    http://windows.microsoft.com/en-gb/windows-8/restore-refresh-reset-pc
    Scenario 3: You might still be repeatedly offered the same update.
    You need to check its installation status and decide if it should be installed again.
    For more
    information about Windows Update or Microsoft Update repeatedly offers the same update,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/910339
    Here are the solutions for some common Windows Update error codes or corresponding issues:
    1. .NET Framework update installation error: "0x80070643" or "0x643"
    http://support.microsoft.com/kb/976982
    2. Error 0x800B0100 when you try to install Windows Updates or Microsoft Updates
    http://support.microsoft.com/kb/956702/en-us
    3. Error 0x80070005 in Windows Update when you try to install updates
    http://support.microsoft.com/kb/968003/en-us
    4. Error message 80246008
    http://support.microsoft.com/kb/971058
    5. Error message 80070003
    Stop Windows Update service, rename SoftwareDistribution and catroot2 folder, then restart Windows Update service.
    6. Error message 0x80072f8f
    Check and correct PC’s Time and Date. 
    7. Automatic Windows update settings is gray out.
    Please locate to the below registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
    Add Value name: NoAutoUpdate
    Value data: 0 or 1
    0: Automatic Updates is enabled (default).
    1: Automatic Updates is disabled.
    Windows Store app update general troubleshooting steps
    If you're unable to open the Store, try running the
    Apps troubleshooter
    If you can’t find the app update. Please consider these scenario:
    Confirm if you set the proxy which affect the Windows store update.
    For more information about using authenticated proxy servers together with Windows
    8, visit the following Microsoft Web site:
    http://support.microsoft.com/kb/2778122
    Confirm the app is available in your current region;
    Make sure “Automatically update my apps” is set to Yes;
    Make sure the latest updates are installed on your PC and that your antivirus program isn't preventing the app from running.
    Make sure the app isn't blocked by Windows Firewall
    Sync your app licenses.
    Try to clear
    the Windows store cache on your PC:
    Press
    WINDOWS + R combination key, type “wsreset”, press
    Enter;
    Try to install the update again.
    Applies to: Windows 8 and Windows 8.1
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    NEW
    ADK download link is unavailable
    https://dev.windows.com/en-US/featured/hardware/windows-10-hardware-preview-tools
    Working one here at the bottom of the page

  • Saving\updating issue or bug in C5?

    When I update buttons or even text in captions, the changes do not seem to be taking effect after I close the project, so I have to continuously go back and make the changes either on my local mathine or if another developer opens the files from our network. Is anyone else experiencing this problem?
    Thanks.

    Rick,
    Typically we use the network drive to store and pass the projects back and forth. I am checking to see if others are actually editing on the network drive. I am experiencing this on my local HD as well, with changes that I made last week not being reflected when I open the file locally today (no network drive involved). I am wondering if this is a cached project issue.
    Thanks
    Dewey Cooper |
    From: Captiv8r [email protected]
    Sent: Monday, January 03, 2011 12:05 PM
    To: Dewey Cooper
    Subject: Editing Saving\updating issue or bug in C5?
    Hi there
    From what you are asking it would seem that your mode of operation is to make edits to a project while the project is on the network? If so, that's a pretty awful way of operating and is fraught with issues.
    The preferred way of operating is to only edit a Captivate file while it is on your local hard drive. Then if you want it on the network for others to make edits, copy it there. When others need to edit, they copy it locally, edit and copy it back.
    This also requires careful coordination so that simultaneous edits aren't made. Then one person saves back to the network and his/her changes are saved, the person number two saves back and blows their changes away and replaces them with the changes they made.
    In other words, in this situation, whoever saved last wins. So you need to be very careful about coordinating who is making updates and when so that only one person is making and saving changes at any given time.
    Cheers... Rick
    http://www.robowizard.com/pc.gif
    Helpful and Handy Links
    http://www.gooberguides.com/ProductPages/Captivate/Captivate5Foundations.htm
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com

  • JMS Cache updates in existing transactions

    We have two application instances running, with synchronization over JMS. In the following scenario what will be the outome?
    - AppInstance1 does changes to Object1 and commits. These changes are sent to the JMS queue.
    - AppInstance2 is in the middle of one transaction when it recieves the cache updates. The current transaction include Object1 (which updates are received for).
    Does the transaction in Instance2 get aborted upon receiving the cache sync or are the mechanisms at work in TopLink smart enough to merge the non conflicting fields?
    Thanks,
    Anders,

    This depends on your locking mechanism and has little to do with cache-synch. Cache synchronization does not replace the requirement for a locking mechanism.
    If you are using no locking, then no matter if you have a single server, multiple servers with or without cache synch, then there is the potential that concurrent transactions can overwrite each others data.
    If you are using optimistic locking, then no matter if you have a single server, multiple servers with or without cache synch, your second transaction will get an optimistic lock error and its transaction will be rolled-back.
    If you are using pessimistic locking, then there is not much point in using cache synch as you will be accessing the database anyway. The second transaction will block on its read of the object until the first transaction completes, or throw an error on read if using no_wait.
    The benefit that cache synchronization provides it that because changes are synchronized between servers the likely-hood of getting an optimistic lock exception is greatly reduced. It can also be used with infrequently updated objects that do not use any locking, or object to which locking is not an issue.

  • Why can't we get a straight answer from Apple about updater issues?

    Why are there thousands and thousands of posts from people all having the same issue? We try to update IPod software using latest updater, and it causes IPod to no longer be recognized. All we want is someone from Apple to FIX THE PROBLEM! Yet all we get are refferals to complicated articles that never seem to work for at least half the people. Clearly it is a problem with these updaters. WHY IS APPLE NOT FIXING THIS ISSUE? Can anyone give me a straight answer!?

    Hi Wolf,
    Welcome to Apple Discussions
    "thousands and thousands of posts"
    There are roughly 10,300 thread with 50,000 posts in the iPod Nano forum, and there are probably another 500,000 who don't even know it exists. I don't there there has been a thousand posts on the updater issue. It may seem like thousands upon thousands, but don't forget; you're at an Apple Support Forum.
    "All we want is someone from Apple to FIX THE PROBLEM!thousands and thousands of posts"
    There's no need to "shout". I don't think Apple is going to hear you from shouting in a user to user forum. Nor will you probably get a answer (here) from Apple for the same reason. I have a -------- (straight) answer for you. I don't know what's going on specifically (no one really knows in this forum because they are all users. Anyone who would know won't say), but I can assure you that Apple isn't ignoring the issue. They are the quickest to respond to any problem that comes their way. If you would like to get Apple's attention, I don't suggest ranting and raving in the iPod user to user forum. I suggest submitting polite feedback to Apple here.
    Jon

  • Is there a consensus on how to solve security update issues?

    hi,
    i'm writing to you from a PPC G4 (AGP graphics) that will self-destruct by the time i switch off and (attempt) to re-start tomorrow. i will then need to do a re-install, just to see if i have gotten any replies (grinds teeth to the root). it will probably be my 8 th re-install in the past month. i just can'st takes no mores, Cap'n
    <exasperation>deep breath... each time i have done a clean install, zero-ed all data when erasing (7 times over, on this occasion), repaired permissions before and after each software update, and followed every advice i could find via google to pre-empt another "Error: underlying task reported failure on exit" and the inevitable hanging grey screen; i have earned nothing but another Disk Utility report of the same problem. my HD seems to be OK - Disk Utility and Disk Warrior both say it's "verified" by SMART (although i've read this could be no assurance...). it's 40 GB, nothing else installed but NetBarrier; nothing saved on it (just 3GB of OS).
    i've searched this forum over the last weekend and come across a diverse range of methods in resolving software update issues. i have tried downloading the security update and safari 3.2 directly from the site and bypassing Software Update- to no avail (but noticed that they are quite larger in MB than via Software Update??).
    the one suggestion the intrigued me was installing the update via Terminal. why would this be any different? the worst thing about this is that there is no universal way that'll work for all, just individual solutions for different macs??? could my problem be exacerbated by using the double layer (double the permissions to fix?) of a Panther OS with Tiger Upgrade disk?
    when i last tried to resolve the "error" with safe mode, fsck and DU Repair Disk/Permissions, which initially failed, i resorted to Disk Warrior, which re-built the directory, and "fixed" the HD. when i re-tried fsck it said the HD was "ok", but i still had the "error: underlying task..." on DU?
    is there an issue with the Security Update oo8 because it's PRIMARILY for 10.5 and not Tiger? why have some encountered this problem and others escaped any seeming conflicts ? is this problem also caused by JAVA updates (there are, after all, 4 updates!)
    more importantly, WHAT CAN I DOOOOOOOO?
    thank you

    looking at your suggestion to check /Library/Startup items in the concurrent thread ("Help needed after installing Security Update 2008-008"), i recalled that the only thing i have in this file system is 3 folders concerning Intego, NetBarrier and Virus Barrier. one of these contains the NetBarrier x4 daemon which has no image, just the apple "pencil, ruler, pen on paper" "A" image. i don't think it correctly downloaded, but this the case in every instance.
    i'm running netbarrier x4 10.4.5 updated and downloaded on installation. intego Support says that there should be nothing in my "Startup/Login items". i thought they meant Login items (users>login items) because when i take the folders out of my "/Library/Startup items", NetBarrier fails to "initialize".
    intego is now on newtbarrier x5, but they say x4 is fully compatible with Tiger???
    my baby maybe getting on, but it's strong enough, i just need to know what's bugging it!

  • 10.9.2 Update Issue (VPN) - Eclipse Perl debugger issues while connected to VPN

    This post was initially added to this discussion: 10.9.2 Mavericks update issues
    I have yet another issue related to 10.9.2 update - Eclipse Perl debugger issues while connected to VPN...
    One of the big changes introduced by 10.9.2 update - are VPN changes (security fixes). Unfortunately, whatever these changes are - they "broke" Eclipse (OpenSource IDE) debugger. I am not sure if *all* programming languages (Eclipse plugins) are affected by this, but I know for sure that 'Epic' (Perl plugin) debugger *stopped working* while system is connected through VPN.
    Here is the error that gets “popped-up” in the Eclipse:
    Timed out while waiting for Perl debugger connection
    … and here is exact exception stack that gets printed:
    Unable to connect to remote host: 130.10.210.74:5000
    Compilation failed in require.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
              main::BEGIN() called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
              eval {...} called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
    BEGIN failed--compilation aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    Can't use an undefined value as a symbol reference at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 7596.
    END failed--call queue aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    (of course IP address changes dynamically for each VPN connection session)…
    I was able to prove that this issue is related to 10.9.2 update:
    Issue *does not* exist under 10.9.1 (I had to revert back to 10.9.1 to get it working again)
    No updates were performed around the same time 10.9.2 update occurred (I verified that using Software Update log)
    No configuration changes were introduced around the same time
    Reverting back to 10.9.1 using Time Machine (thanks god I had backup !!!) fixed the issue
    Steps to reproduce this issue:
    In Eclipse, try to use 'Epic' (Perl plugin) to debug any perl script while *not* connected through VPNEpic debugger works
    Connect to VPN
    Start Epic debugger to debug same script
    Debugger *does not* start, and "Timed out while waiting for Perl debugger connection" error pop-up comes up after some time. At the same time, exception stack (listed above) is printed in Eclipse's console
    I am programmer/software developer, I work remotely (telecommute) and thus have to rely on use of VPN to connect to company's intranet. Perl - is primary language used by my team, and we use Eclipse IDE with Epic plugin - heavily. Use of Epic's debugger - is a *very large* aspect of my work, I cannot work without it. So in essense, 10.9.2 has *entirely* disrupted my ability to work! It took me almost a week to get back to normal work environment, and I cannot afford to let it happen again... I need Apple's development team resolve this VPN related issue, as soon as possible! Because of this issue, I am *stuck* with 10.9.1 and can not upgrade my laptop to any other versions. In fact, I had to disable system updates - just so I do not run into this issue again... I contacted Apple's Tech Support on 02/28 with this issue (Ref: 582428110), asking to raise trouble ticket. Since then, I tried to follow-up on that issue, but do not get any information. Please advise on the status:
    is there a trouble ticket to track this issue?
    is there any progress?
    what's the ETA for an update that fixes this problem?
    - Val
    Message was edited by: vpogrebi

    Am I the only one experiencing this issue ???

  • My new iPod Classic will not sync with my new Mac Book. My iPhone 5 does, so does 2nd gen. iPod touch. Apple Store cannot figure it out. Tried different Classics on different Macs, same thing. iTunes update issue ?

    The iPod Classic I bought a month ago is not synching with my new Mac Book I bought 3 weeks ago. All the software was immediately updated. My iPhone 5 synchs fine, and so does my 2nd generaton iPod Touch. The original computer I synched all of these devices on was my HP latop. I bought my Mac and Classic to the Apple Store for a 'Genius Appt' and they could not figure out what the problem is. The connected my Classic to another computer and the same thing happens. It says device is not recognized. They also took other iPod Classics and connected them to my Mac and other Macs. The same thing was happening. They took notes and said it probably is an iTunes update issue.
    I can manually drag songs into my Classic but I lost all playlists because it cannot be backed up as well and they had to restore it. For now I am holding on to it but it's usless to me if I cannot use it the way I liked too. I used it for the gym and bike riding and my last iPod battery died after 6 years. A charge would last 45 miutes. I love the Classic for what I use it for but it's a $275 brick to me now. At least the renewed by receipt so I can get a full refund.
    Is anyone else seeing this issue ? The Apple Store employee said he saw a first generation iPad havng the same issue. As of now the Support Dest is unaware of this. As much as I love my new Mac I am disappointed I cannot sync my new Classic to it. Total bummer.
    Any help would be apprecated.

    By the way, I totally restored everything. It was ok. It starts to 'unrecognize' my iPod Classic when it comes to synching with iPhoto. After this happened all the menus disappeared from my iPod (music, Podcasts, movies synched fine). It seems to be a problem when synching with iPhoto. It was the same thing before.

  • Unable to Resolve Windows Update Issue in Windows 8.1

    Hello,
    I recently, as far back as 1 month ago, began experiencing issues with the update service under the Windows 8.1 OS platform.
    I found that I was having to repeatedly run the Windows Update Troubleshooting Tool. This appeared to fix the issue with each run of the tool, but eventually I'd have the same problem receiving updates again. My problem is as follows:
    1. Windows Update service hangs during register analysis.
    2. Unable to reset (stop or restart) wuauserv. 
    3. Unable to reset (stop or restart) Cryptserv.
    4. Unable to reset (stop or restart) BITS.
    5. Unit recently, was unable to connect to internet from Desktop GUI, but was able to connect using Metro GUI.
    I'm not sure is there was a recent update that caused this issue, but I can no longer download updates for my system, nor can I successfully run the Windows Update Fixit tool.

    Hi,
    Let's confirm these situations:
    Now your desktop Internet Explorer can't connect Internet.
    You receiving the same updates again and again.
    If I am right, please check that update's installation status from update history.
    Then refer to this article to troubleshoot:
    http://social.technet.microsoft.com/Forums/en-US/c842b997-42a4-41fb-9992-b58d65d068d9/forum-faq-common-steps-to-start-troubleshooting-windows-update-issues?forum=w8itprogeneral
    Karen Hu
    TechNet Community Support

Maybe you are looking for

  • Report that shows Asset number with acquisition year and acquisition month

    Hi Gurus, Is there any standrd FA report that shows assts with acquisition year and equisition month/period. thnx

  • Dupilcate Accounting documents

    Hi Gurus For release of billing to FI, with ZGTS output type, the creation of FI document takes a long time, leading user to believe that it has not yet been released. In addition, the error remains at "Errors in financial interface" even though VF02

  • How to read web data in OBIEE

    Experts, need your guidnace in reading data on cloud / web withing OBIEE. Say for example, I want to read facebook application (searching for certain text string) in OBIEE and create reports against the search result. Please advise how to proceed on

  • "Full example" link points to blog, not entry

    Hi!  For my first Blueprint query, I just highlighted one of my classes and searched to see what's going on.  If you search for "Phrase", the first link is to http://www.sephiroth.it/, and the preview of the first item looks like an interesting artic

  • Incremental backup, can earliest dates be deleted?

    We are backing up incrementally to a 500GB external drive that now is completely full. We backup daily using Apple Backup software, not Time Machine. Is it valid to delete the earliest dates from the backup drive creating new space? If not, what do p