Unable to refresh cache contents

Hi ,
this is a fresh installation just finished all the steps and then wizard confiuration is also done.
now i am getting 2 error after this .
when i try to perfiorm cahce refresh
1. Incorrect XML display for AlertCategory
Error during deserialization
Data loss occurred when converting 011136c23c9430359b57c0ef8949c630
2. when ever i try to acess nwa i am getting error as
No data available to the System Selector
Regards
Vijay

Hi Vijay
Its a perfect note,
I have implemented the note after this when i try to refresh the cache i am getting dump as below
Syntax error in program "SAPLSXI_AC_CACHE_REFRESH
The following syntax error was found in the program SAPLSXI_AC_CACHE_REFRESH :
""<LS_REFRESH_OBJECTS>-AC_NAME" is not type-compatible with formal para"
"meter "IV_NAME_STRING"."
this error is has occured in line
    lv_alert_cat_parser->set_name( iv_name_string = <ls_refresh_objects>-ac_name ).
of FM name SXI_AC_CACHE_REFRESH_IS...
kindly suggest whats next now..
Regards
Vijay

Similar Messages

  • Error in Cache Refresh(Unable to refresh cache contents)

    Hi All,
    When i am refreshing Cache from the browser using link CPACache/refresh?mode=full it says success.
    When i do from SXI_CACHE it gives an error.
       Error during last attempt to refresh cache
       Unable to refresh cache contents
    So when i run any schenario in message monitoring i get the following error-
    <i>SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="XICACHE">UPDATE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>http response does not contain a valid XML root tag</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>An error occurred when refreshing the XI runtime cache</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error></i>
    I checked the INTEGRATION_DIRECTORY_HMI connection...
    here the response which im getting is..
    <i> HEADER NAME                HEADER VALUE
    response_line               HTTP/1.0 200
    server_protocol             HTTP/1.0
    status_code                 200
    status_reason
    ragma                       no-cache
    ache-control                no-cache
    ontent-type                 text/html
    ontent-length               87
    HTTP BODY
    TITLE>Error</TITLE>#<BODY>#<H1>Error</H1>#FW-1 at nebula: Unknown WWW s
    rver.</BODY>##
    Time (ms)                                 17</i>
    I believe that is not the right response.
    Everything was working fine yesterday when all of a sudden this error cropped up from no where.
    Regards,
    Rahul

    Hi,
    This is the error it shows there..
    <b>ERROR ID</b>      <i>UPDATE</i>
    <i>http response does not contain a valid XML root tag</i>
    Regards,
    Rahul

  • SXI_CACHE Error:  Unable to refresh cache contents

    Hello everybody,
    in SXI_CACHE we get the error:
    "Unable to refresh cache contents"
    "Error during last attempt to refresh cache"
    and on double clicking we get the message:
    Error Id: Communication
    if_http_client receive http_communication_failure.
    Any suggestions.
    We can't afford to restart the machines every time.
    Regards Mario

    Mario,
    Please refer to the Trouble SHooting section of this guide,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290
    Also, check the HTTP Connection INTEGRATION_DIRECTORY_HMI and try a test connection of this. It should return  HTTP Code : 500
    Regards
    Bhavesh

  • Refreshing cache contents

    Hi,
    I am getting a problem that I need to refresh the cache contents for every 5 minutes.
    what might be the problem and whats the solution for this??
    Thanks,
    Ravindra.

    What is the problem ?
    regards
    Shravan

  • Unable to refresh cache in XI - UPdate error - HTTP 404

    Hi All,
    When we try to refresh cache we get the error HTTP 404. All the RFC Destinations like HMI DIrectory, XI DIRECTORY, XIRUNTIME all are showing the same error - HTTP 404.
    We tried to refersh cache fully from /rep -> Administration for INtegration server and Integration Directory.
    It tries to access http://hostname:8000/sap/xi/cache?sap-client=001&mode=F and pops up user credentails. It does not accept any user I give. I have tried PISUPER and J2EE_ADMIN with all authorization for PI. STil it keep asking for user id again and again. It does not go in at all.
    The SLD Cache is refreshed successfuly.
    Please let me know the steps for troubleshooting this issue.
    Thanks and Regards,
    Raghavan

    Hi Raghavan,
      for the SM59 destination the user should be XIISUSER or PIISUSER (depending on your release).
    Check that the user isn't locked (TCODE SU01)
    Also check
    (1)
    (TCODE SICF )that
      "default_host->sap->xi->cache/engine"  has been activated.
    (2)
    the application
         sap.com/com.sap.xi.directory
    is started
    i.e.,
      from NWA
    [start_stop_applications |http://wiki.sdn.sap.com/wiki/x/BQH5Bg ]
    or
    VA
    service
    -> Deploy
      -> Applictaions TAB
    (3)
    SM59
    destination -  INTEGRATION_DIRECTORY_HMI
      recheck that the correct port and client are specified and that the user is XIISUER/PIISUER
    Regards
      Kenny

  • Unable to refresh cache in SAP PI NW 7.3.1

    Hi All,
    I am unable to perform full & delta cache refresh.
    CR content is not updated(it's below 9.5) -- Does this has anything to stop cache refresh?
    I see SAP_XI_ID_SERV_USER role missing - does this has anything to do with cache refresh?
    what authorizations are required to perform a successful(full & delta) cache refresh?
    Attached is the error which is showing up.
    Please help me
    Thanks,
    Raj

    Hi Dheeraj,
    Have a look at below link
    Missing Authorizations to execue cache refresh for user PICACHEUSER - SXI_CACHE
    CPA CACHE refresh 403 Forbidden - No Authorization with PIDIRUSER or PIDIR<SID>

  • Unable to refresh JComboBox Content

    Hi all,
    I have 2 JComboBoxx boxes on a jTable. They need to be dynamically updated. It works, but sometimes the combobox appears as a empty list even though it it has content. At that moment, the combobox will return to normal with a more mouse click on the list.
    I feel that there is sth. wrong with the refresh. I do the refresh with the following codes. Do you have any idea on this??
    jComboBox1.repaint();j>>ComboBox2.repaint();
    j>>Table.revalidate();
    j>>Table.repaint();
    Thanks,
    Eva

    Have you tried the fire methodes in Abstract/DefaultTableModel ?
    --> fireTableDataChanged()
    perhaps this could be a solution ?
    have fun
    grtz Kristof

  • Unable to clear the cache content

    Hi
    messages are stuck in queue, so i went smq1 & smq2 and clear the queue. again i processed it while putting the file in ftp.
    In sxi_cache i went and seen it is showing - Unable to clear the cache content. traffic light is in red mode. I know that it should be green....
    thanks

    Hi,
    Please gothrough the same disscussion
    Error in Cache Refresh(Unable to refresh cache contents)
    SXI_CACHE Error:  Unable to refresh cache contents
    Regards
    Seshagiri

  • Delta refresh cache in SXI_CACHE Transactions disabled

    Hi Experts!
                     <b>I have SAP ECC and SAP XI installed on same SAP MMC. ECC is working fine, but the Problem is with SAP XI. When SXI_CACHE transactions executed it giving the error as "Unable to refresh the cache". and the "Delta cache" is also disabled. So any can help me pls pass on the links or answers or any gud solutions I ll b thankful for them....</b>
    THANKS IN ADVANCE!!!
    Sunil K Shetty

    Hi Sunil,
    Check dis threads:
    Unable to refresh cache contents in XI.
    Error in Cache Refresh(Unable to refresh cache contents)
    Cache Refresh disabled in SXI_CACHE
    The problem is mentioned in the above threads.
    Regards,
    Prasanthi.
    *Plz reward for helpful answers**

  • Unable to Start Operation, Refreshing Cache. Pleas...

    Hi, I have N9 and since last 3 days I am not having any download and installation also the updation. I have already updated the PR1.2 and it's fine. Only the problem when I go for new download message appears " Unable to Start Operation, Refreshing Cache, Please Wait" in the Screen.
    Many many thanks in advance if anybody can advise me to resolve this issue.
    Solved!
    Go to Solution.

    @dshiwakoti
     Go to Settings > Security > Developer mode > move white dot to right and accept prompt
    Launch Terminal as new icon ( ~ $) will now have appeared and type the following on each line followed by tapping enter:-
    devel-su
    rootme    (password unless altered by user)
    rm /etc/apt/sources.list.d/filemanager.list     (to delete the problematic repository - note space after rm )
    - Reboot the device
    - Open X-Terminal
    devel-su
    rootme
    apt-get update     
    Can't take credit for the above from My-Meego forums
    Happy to have helped forum with a Support Ratio = 42.5

  • I have an e trade site and I get a error message on my main page. "unable to refresh chart"

    My site is written below and. Error message says
    "unable to refresh chart"
    http://www.ngkbujimarket.com/index.php
    I need your helps
    Thanks

    Make sure that you do not block cookies from that website.
    * https://support.mozilla.com/kb/Cookies
    * https://support.mozilla.com/kb/Enabling+and+disabling+cookies
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Error during last attempt to refresh cache in tranaction sxi_cache

    Dear Team,
    We are geting below error , while executing sxi_cache transaction . please suggest .
    Status of Runtime Cache.
    Cache content is up-to-date
    Error during last attempt to refresh cache , wile double clicking this , we found below log .
    Thrown:
    com.sap.aii.ib.server.abapcache.CacheRefreshException: Attempt to access application REPOSITORY using HTTP Method Invocation (HMI) failed. Detailed information: Invoking ROA method "ReadObjects" via HMI ... FAILED due to following exception: Message: Connection to system REPOSITORY using application REPOSITORY lost. Detailed information: Error accessing "http://gsapnppid.galsap.local:50000/rep/remoteobjectaccess/int?container=ejb" with user "PIDIRUSER". Response code is 401, response message is "Unauthorized"
    Stacktrace:
    com.sap.aii.utilxi.hmi.api.HmiCoreException: Connection to system REPOSITORY using application REPOSITORY lost. Detailed information: Error accessing "http://gsapnppid.galsap.local:50000/rep/remoteobjectaccess/int?container=ejb" with user "PIDIRUSER". Response code is 401, response message is "Unauthorized"
         at com.sap.aii.utilxi.hmi.api.HmiCoreException.newCommunicationError(HmiCoreException.java:85)
    Kindly Advise

    Please Check if the user PIDIRUSER is locked.
    If user is not locked, check if the credential for user PIDIRUSER and respective password is correctly maintained in Exchange Profile.
    Regards,
    Murali Narayanan

  • Does the Flash Player (Win7 / IE 9+) cache content outside of the browser?

    I have encountered a technical issue using Flash (CC) content in Captivate 7.  I am distributing the content to a customer with approximately 1000 Windows PC's running IE 9 +.  Some of these computers have no issue but a small number experience a problem which prevents them from downloading content after an undetermined point.  There is no apparent pattern to identify either a fault in the content or a fault in the workstation build.
    The problem looks like this:
    The user is able to access the content - sometimes several courses, sometimes only one.
    At some point during a course -it will stop playing (failing to load the next page).
    The user can close the course and reload - but is always stops in the same place it originally failed.
    The user can load previously accessed courses and these work without issue.
    The user is unable to load any new courses (previously un-accessed) - resulting in a blank page.
    No application events are logged when this occurs so there is little to examine when it occurs.  We have anecdotal evidence that the issue can sometimes be resolved by clearing the browser cache - but not always.  Also - we have unconfirmed reports that the problem can "resolve itself" after several weeks.
    From my perspective it looks like one of the following scenarios is causing the problem:
    The Flash Player is caching content in a location other than the browser cache and reaches a limit.  The cache is not overwriting content so then fails to download any new content.
    The Flash Player experiences a problem which prevents it from downloading content (corrupt files, registry issue, or policy restriction).
    We have several other customers who access this content at different sites - and none have reported this specific issue, so we are confident that the delivery mechanism is sound.  The customers workstations are generally new machines with plenty of capacity, and they have a 200 Mb leased line connection to the Internet.  The customer has assured us they do not use a caching proxy server on site, nor any bandwidth optimisation tools so in theory, the client connection is direct to the Internet.  Additionally - the fact that this issue affects isolated workstations suggests the problem lies at the endpoint - not in the transmission path.
    Has anyone encountered this type of issue before - or does anyone have any knowledge of Flash Player caching operations?
    Regards

    IE will roll cache like any other browser. Keep as much as the user allows and start recycling when that gets filled. At no point will IE "fill up" on any single or multiple sites and be unable to download any more content. Downloading is all a browser does and Flash is not excluded from that unlimited party. However if you never remove content properly and continue to download endless content, you could encounter RAM issues. You don't have unlimited RAM so you may be hitting a wall. But as long as you're disposing any content you loaded that you no longer need, that isn't an issue.
    You're going to need to install some custom logging if you really want to debug a clients client. The most popular thing a Flash application will do is fail silently and lock up because you did not provide any failsafe measures for various common issues. From common crossdomain policy issues to flaky connections failing in the middle of a download, you need to handle all these situations and act appropriately. If any content is failing to load in Flash you can be sure if you try {} catch () {} you'll be given a top level chance to send out a log notice to yourself. That's of course assuming you have the standard IOErrorEvent, SecurityErrorEvent, etc already in place to also log.
    If you had access to the offending machines then opening the developer tools in IE and using the network manager would be the easiest way to see what's going on. If you click to load more content and see no network request, the requesting itself has an issue (could be a million reasons). If you see the request go out then you'll either see it fail in the middle or complete. If it fails you should have code to handle that. If it completes and the app still locks up, you probably have ABC that isn't playing nicely and should be "caught" and logged.
    There's just no one way to approach this. Only layers of error handling and logging are your best friends when it comes to debugging this kind of thing.
    Personally I've seen clients boast they have XMbit lines and their network is otherwise perfect, when it had old grade (100mbit) eth cables and the little things that schools and large companies tend to overlook in the long run. It's easy to replace a faulty switch or eth card but in-wall cable, not so often.

  • Cache Content is Obsolete in PI 7.31 SP11

    Hello Guys,
    Recently we upgraded SP level from PI 7.31 SP06 to SP11 and found one error in (t.code SXI_CACHE--Delta Monitoring) when executed
    Error: Cache Content is Obsolete
    I checked the t.code SXMB_ADM_BPE and all are green. I didn't found any SAP notes so far.
    Could you please provide me some suggestions on that?
    Thank you.
    Sateesh

    Hello Eoin, Hello SK,
    I didn't seen any error description, and all integration Processes return code is '0'.
    As mentioned above in my previous we upgraded service packs from PI 7.31 SP06 to SP11, was that the reason ? ( mean this Delta cache refresh is obsolete by SP11?)
    (or) any other different reason, because looks my all three systems shown the same issue.
    Thank you.
    Sateesh

  • Cache contents are obsolete

    Hi all,
    I did add one field to data type in Design and activate changes. in sap system when i regenerate the proxy i cant see the new field which i added.
    when i check in sxi_cache in sap system it is red and it is saying "cache contents are obsolete "
    Can any one tell me what could be the problem.
    Kind Regards,
    Kiran

    Hi Kiran,
    1.
    Refer the below weblog:
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    Your : INTEGRATION_DIRECTORY_HMI RFC is working correctly?
    INTEGRATION_DIRECTORY_HMI (HTTP connection, use the XIISUSER to authenticate). Is the
    Path Prefix set to “/dir/CacheRefresh”.
    also check those in exchangeprofile:
    com.sap.aii.integrationserver.serviceuser.name
    com.sap.aii.integrationserver.serviceuser.pwd
    2.  refer this link, this may help
    http://72.14.235.104/search?q=cache:ybo3lXQMIqMJ:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c00d9465-ea97-2910-deac-f8aa681eef35sxi_cacheobsolute+why%3F&hl=en&ct=clnk&cd=1&gl=in&client=firefox-a
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/44/3a6c6d55e402bfe10000000a11466f/content.htm
    3. Check the RWB cache notifaction status for the AE and IE? these should be green in color...when you run SXI_CACHE it tries to push the data to IS from all side including the AE? but the AE should be sucessfull...
    if any problem in the AR cache will not trun the SXI_Cache sucessfully......so i suggest run the CPA cache completely...make sure all the activiation is done, check the INTEGREATION_DIRECTORY_HMI (checkl the name) destination is properly entered....then try to rerun thec cache from the IR and ID and check the error if any....
    Regards,
    Suraj Kumar
    Edited by: Suraj Pabbathi on Jan 30, 2008 3:43 AM

Maybe you are looking for

  • Splitting Messages

    Hi, I'm facing the problem to split messages like in this blog: /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure Means, an input structure like this: <?xml version=

  • Link opens in new window

    using this code now in the action script and it works great - only problem is, when I run it, the link opens in a new window instead of the current window. Can someone tell me how to fix this? var link:URLRequest = new URLRequest("home.html"); skip_b

  • Htmldb_mail and charset

    Hi to all; I'm using htmldb_mail package to send plain-text e-mails, there are some way to change the default (i guess) uft-8 charset to iso-8859-1? Some e-mails clients like hotmail are not displaying my emails correct; Thanks;

  • ITunes reading external hard drive.

    My iTunes library was on an external hard drive. I got a new external hard drive and transfered everything over to the new drive. iTunes sees the music but it asks me to locate each song before it will play. I have to go through folders to find the e

  • Work order operation

    how to find out action log for operation line item changes in work order. ( ex Deletion / changes ) Thanks in advance S.Naresh