Cache Simulator

Hello,
I have a been given test data which is a sequence of address references in the range: 00000 .. 99999.
[Test Data|http://homepages.cs.ncl.ac.uk/paul.ezhilchelvan/home.formal/CSC1004/TestDataDC.txt]
So, every A is a p-digit number, p = 5.
Cache size = 100 Bytes (N2)
Block size = 10 Bytes (M1)
Num of Blocks = 10 (I1)
Blocks are indexed as 0,1, ..., 9
So, p-digit - 1 = Index
I would like to know how I work out the tag index using Java?
Thanks,
MBruce

Probably more overkill than you really want/need, but you can use the "Reset Contents and Settings" function of the iPhone Simulator (via it's menu bar) to wipe everything and restore it's state to "new". You'll lose anything you've got stored on the simulator, and you'll have to redeploy your app to it but I suspect that would clear the cache!
rob.

Similar Messages

  • JTextFields and model:Can i create a text model like ListModel for Lists

    Hi,
    i'm doing a cache simulator which uses several JTextFields to show information.
    The problem is this:i have a class named cache which implements the observable interface and i use various variables to update the JtextFields everytime one of these changes.
    So,everytime a values changes i'm doing this ugly thing...
    accessResult="0";
    setChanged();
    notifyObservers(accessResult);and in the applet class i receive it:
    public void update(Observable o, Object arg) {
    if (o.equals(this.machine.cache)) {
    if (arg.equals(this.machine.cache.accessResult)) {
                            if (this.machine.cache.accessResult == "0") {
                                this.resultTextField.setForeground(Color.red);
                                this.resultTextField.setText("MISS");
    else if...//other variable
    //other variable
    }Anyway maybe i need to implement a model for each of the 10 JtextFields
    so that they update automatically.
    I dont know if this is feasible but i imagine i can do it just like i set up a model for a JList.
    I think that the best way is to create the models and then call once the notifyObservers() which should only do a repaint.
    Am i correct?
    I think i'm missing something(maybe many things) about the correct use of the Observer-Observable (i've seen some tutorials)
    but i need to know if i can render my work more elegant but not rewriting all code.
    Thank you very much.
    Chris

    i use the JtextFields for output.
    Sorry i'm new to java and even if i program intensively for the last 8 months
    some things are not so clear to me..
    Ok i know that exists the default model which i can get like this:
    pcTextField.getDocument();should i register the document listener with the JtextField?
    Please If you can, give me a very simple example(i dont want to waste your time) .
    I initially thought that i have to create a proper class which implements necessary methods for
    auto-update like this one i did for a JList:
    class RegList implements ListModel {
            public void addListDataListener(ListDataListener l) {}
            public Object getElementAt(int i) {
                String rval = "";
                if (i < 16) {
                    int regNum = i * 2;
                    for (int j = 0; j < 2; j++) {
                        int theReg = regNum + j;
                        rval = rval + names[theReg] + " = " +
                               (regs[theReg]) + " ";
                    return rval;
                } else {
                    return rval;
            public int getSize() {
                return 32;
            public void removeListDataListener(ListDataListener l) {}
        public ListModel getRegListModel() {
            return new RegList();
    }Thank you very much,
    while waiting for your answer i go give a look at documentListeners.
    Chris

  • Method to clear a GUI?

    Hi,
    Well I know I posted another topic with another problem a few hours ago, but I was wondering this for sometime now, is there a method to clear a whole GUI?
    The program I'm making is a memory/cache simulation and needs some graphic elements that's why I'm doing it that way and with netbeans.
    But anyways my question is, can I just add a button that will clear like the whole frame?
    I know I can just put for example:
    fieldA.setText("");
    fieldB.setText("");But just wondering if there is a way like ClearFrame or something like that?
    Thanks in advance

    petes1234 wrote:
    You could also get an array of all the components in a Container with the getComponents() method and then iterate through the array calling setText("") if the child component happens to be a JTextComponent, but this makes me nervous as you may in the future have some textcomponents that you don't want to clear, but this method won't allow you to keep components out of the iteration loop.Yeah I was looking into that, but I think I'll go with the list of fields rather than with components, I might end up screwing up something there =P

  • [Help] NSURLConnection and cache in simulator/device

    Hello,
    First let me say, I'm fairly new to obj-c / iphone dev, so If some of the questions I may post in the forum sound silly, I'm sorry
    Right now, I was wondering why when I use the NSURLConnection with default protocol caching policy, in the simulator it works pretty fine (one download, then everything from the cache) but on device, it download from the source all the time.
    I'm sure my http headers have a correct expiration date..
    Maybe there is something to init first about the cache?
    If someone can point me in the right direction, I'll be glad
    Thanks a lot,
    Sebastien

    >>I was wondering if the above is the case, and if so, if there's a way to force it to download the file even if it resides in a temp folder somewhere?
    You want to modify the call to the server the gets the file. The usual way is to append some random number as a query parameter - something like:
    myLoader.load(new URLRequest("http://somedomain.com/script/getMusic.php?r=" + String(new Date().valueOf())));

  • UIWebView Ignores Cache Policy on the iPhone but works on the Simulator

    I'm using the following line of code to retrieve a web site in a UIWebView
    request = [NSURLRequest requestWithURL:myURL cachePolicy: NSURLRequestReturnCacheDataElseLoad timeoutInterval:1000];
    on the simulator it does the correct thing, requests just a header to see if the content was modified (304 response).
    On the iPhone it only returns 200 response no matter how many times i make the request although it should be returning 304 after the first response. anybody encounter this before?
    Thanks in advance. -Isaac
    Message was edited by: imosquea

    I have a similar problem, though not quite the same.
    It seems like my initial page load ("http://www.a.com/index.html") is caching fine, but then all the resources referenced from that html are not cached. I've tried a bunch of different avenues and it seems like the requests for these objects could be easily handled by the delegates for resource loading in WebView, but these delegates are not available in UIWebView...
    Does anyone have a simple solution for getting UIWebView to properly cache a page and all the resoureces referenced by that page?

  • How can stageWebView  keep another cache as logging into my site through simulator on mac also logs me in safari

    how can stageWebView  keep another cache as logging into my site through simulator on mac also logs me in safari plz help with a solution or alternative??  thanks

    You could install Tab Mix Plus, which offers a Duplicate Tab feature you could use after logging in: this should keep the login state intact while creating the new tab.
    See https://addons.mozilla.org/en-US/firefox/addon/1122

  • Can we have a flush cach button in Vivado simulator PLEASE

    Im getting regularly a problem where what vivado seems to be working on is no the files edited externaly 
       no matter how long i leave vivado to catch up,
    just had oen where I went for lunch for 30 minutes, and the same symptoms, 
        the way to 'fix' this when one notices is to exit vivado, delete the cach and sim folders, and re start vivado.
    What I'm doing is a lot of testing / what iff stuff in vivado simualtor.
    lots of changing a few bits of code, and run the simulator, to see on gui and files written to the changes, 
       a lot of what if stuff.
    So yes I'm doing lots of "re launch simulator " button pressing.
    file are edited outside of Vivado, in fact the source VHDL files are not on the vivado machine, and the editing is done via another machine that the source is stored on.
    The symptoms are, you do a change to the RTL , and press the re launch, and the output of the sim you get looks like it has not changed, when you expected it to have. 
    you do a few more significant changes, and re launch, and the same. the output has not changed, 
       Vivado is using the files it has 'in memory'.
    If I quit, clear and re launch, I find that the simulator declares an error. 
        this las time I had missed off a ; of an end of lin in vhdl.
    obvious, BUT
       when I was doing re launch, vivado was NOT flaging that up, but carrying on and giving us a new GUI , but using the old RTL.
    It just seems that the CACHE gets out of sync. But vivado simulator seems to compile all files every time it re launches,
       confusing.
     

    Yes I think this makes sense. I will check if we can file a enhancement for this.
    Thanks for bringing this to us.
    Regards
    Sikta

  • Cache memory simulation

    Is there any code that simulates cache memories on solaris 8 system? Basically, i find that the addresses for arrays are all negative. how do they map into cache sets?
    Thank you,
    s.subha

    petes1234 wrote:
    You could also get an array of all the components in a Container with the getComponents() method and then iterate through the array calling setText("") if the child component happens to be a JTextComponent, but this makes me nervous as you may in the future have some textcomponents that you don't want to clear, but this method won't allow you to keep components out of the iteration loop.Yeah I was looking into that, but I think I'll go with the list of fields rather than with components, I might end up screwing up something there =P

  • Error loading/installing iOS 5.0 Simulator in XCode 4.4.1

    I'm new to iOS and Apple.
    Just got XCode installed, but when I try to dowload/install iOS 5.0 Simulator using the 'Download' tab of XCode preferences, I get the following error consistently:
    Failed to mount file://localhost/Users/reza/Library/Caches/com.apple.dt.Xcode/Downloads/Xcode.S DK.iPhoneSimulator.5.0-5.0.0.1.dmg at file://localhost/var/folders/bm/kz0d00lx18ncwq3fxyf50pn00000gn/T/attached-image -122057767f890c101413b3e8c64917b42f1eb792/: not recognized
    What I'm doing wrong and how can I fix it, Please ?
    I'm using Xcode 4.4.1 on OS X 10.8.1

    KT
    Thnx for the suggestions,
    I tried all of yours (logged in as a newer user, ran disk utility and everything was ok, and I have over 300GB free space on the SDD drive) but still have exactly the same problem!
    Anyone else has any other ideas on how to solve this problem, PLEASE?

  • JNLP & System Cache

    Hello,
    I have installed a JNLP app into the system cache and it fails to run under the administrator account in Windows XP SP2. But when I install it to the administrator's user cache the JNLP app works fine. Also, if I install the JNLP app to a normal user's cache, an exception appears and it is the same as when trying to run the JNLP app in the system cache when logged in as an administrator. The exception is java.lang.NullPointerException. I should mention that I do not have the source code to the JNLP app, it is a freely available physics simulation, Phet, http://www.colorado.edu/physics/phet/web-pages/index.html. I am trying to distribute it to a school's network, so our physics teacher can utilize it in his classes.
    So does anybody have any ideas why a JNLP app would not work from the system cache, even when logged in as an administrator?
    Thanks

    Hi, I'm having a similar kind of problem. I got the following error when I try to install the application into the system cache. I'm using command line option -system
    General tab
    An error occurred while launching/running the application.
    Title: <title>
    Vendor: <vedor>
    Category: Launch File Error
    Installation failed
    Exception tab
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://myserver:9080/installer_web/launch/" href="http://myserver:9080/installer_web/launch/installer-ext.jnlp">
      <information>
        <title>Installer</title>
        <vendor>vendor</vendor>
        <homepage href=""/>
        <icon href="http://myserver:9080/installer_web/launch/images/icon.gif" kind="default"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.5+"/>
        <jar href="http://mysserver:9080/installer_web/launch/resources/app/installer.jar" download="eager" main="false"/>
      </resources>
      <installer-desc main-class="com.fs.launch.core.Welcome"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.executeInstallers(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    But I could run the same application using user's cache. (without -system option)
    I configured the system cache using deployment.config and deployment.properties files as follows.
    deployment.config
    deployment.system.config=file:///C:/WINDOWS/Sun/Java/Deployment/deployment.properties
    deployment.system.config.mandatory=true
    deployment.properties
    deployment.system.cachedir=C\:\\WINDOWS\\Sun\\Java\\Deployment
    deployment.javaws.shortcut=ALWAYS
    JNLP file
    <?xml version="1.0" encoding="utf-8"?>
         <jnlp spec="1.0+" codebase="http://myserver9080/installer_web/launch/" href="$$name">
         <information>
         <title>installer</title>
         <vendor>vendor</vendor>
         <homepage href=""/>
         <description>Version 1.0</description>
         <description kind="short">installer</description>
         <icon href="images/icon.gif"/>
                   <icon kind="splash" href="images/splash.jpg"/>
                   <shortcut online="true">
                        <desktop/>
                        <menu submenu="FSOnline"/>
                   </shortcut>
         <offline-allowed/>
         </information>
         <security>
         <all-permissions/>
         </security>
         <resources os="Windows" arch="x86">
         <j2se version="1.5+" maximum-heap-size="250m"/>
         <jar href="resources/app/rmiserver.jar"/>
         <jar href="resources/app/common.jar"/>     
         <jar href="resources/app/bsf.jar"/>     
         <jar href="resources/app/xalan.jar"/>
              <jar href="resources/app/js.jar"/>           
         <nativelib href="resources/app/nativelib.jar"/>
         <property name="java.rmi.server.useCodebaseOnly" value="true" />     
         <extension name="Installer" href="installer-ext.jnlp"/>
         </resources>
         <application-desc main-class="com.fs.learner.core.rmi.FsdsRmiImpl">
              <argument>Main.htm</argument>          
              </application-desc>
         </jnlp>
    extention Installer JNLP
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://myserver:9080/installer_web/launch/" href="$$name">
         <information>
         <title>Installer</title>
         <vendor>vendor</vendor>
    <homepage href=""/>
         <icon href="images/icon.gif"/>
         <offline-allowed/>
         </information>
         <security>
         <all-permissions/>
         </security>
         <resources os="Windows" arch="x86">
              <j2se version="1.5+"/>
              <jar href="resources/app/installer.jar"/>               
         </resources>
         <installer-desc main-class="com.fs.launch.core.Welcome">          
         <installer-desc/>          
    </jnlp>
    Please help. thx

  • Small tennis simulation in Java

    Hello, I am a new programmer and I have Several questions about how to implement object oriented features in my tennis simulation being written in Java. http://telis.edugraf.ufsc.br/apliques/2007/2/ProjetoTenis/src
    (Just cut and paste it to see the source code for my simulator)
    First I will tell how my simulation works so that you all can understand better what I need to do, how to do it and especially how to do it in an object oriented way (can have some generic programming too)
    This is how the program works
    I am doing a little tennis program in which I implement the simulation of a game of a tennis match based on random number generation and probabilities. For example, it chooses a number between 1 to 2, and if the result is 1, the player hits the first serve. If not, then the second one.
    Then, when he hits any of the two serves, it sorts a number between 1 to 10. In the first serve case, if the number is anything between 1 to 8, the server wins the point. In the second serve case, the server wins the point if the value choosed is anything between 1 to 5.
    I have three big classes, one that has the main method and creates an object that represents a tennis match.
    This object calls for a method of the class "Game", the class responsible for 'managing' a game from a tennis match.
    For now the only thing this "Game" class is doing, is holding the method responsable for controlling the serves, that as was said in the above paragrapher, are the responsables for deciding who is going to win a point. The method "saque" (serve in english) chooses a serve and then send it to a certain method of the "Pontos" (points) class to select who winned the point.This class contains three methods, each one for one of the three possibilities: first serve in, second serve in and double fault. When the winner of the point is choosed, I would like it to return the two variables that represent the points that each player will have after the point is finished,
    back to method "saque" (serve) of the Game class.
    This brings me to the first problem: methods cannot return two values. So, can I create an object composed of two fields and return it? If I can, can you guys show how to do it?. If not, what you suggest?. I need to return them because I intend to create in the "Game" class, another method, one that will control the game, or in another words, finish the program when a player collects enough points to win the game.
    Then in the "game" class, I would like to send these two values, whether they will be in an object or in another form to the "control" method that I intend to create in the same class. This brings to the second question which is: when these points will be returned, should I create this "control method" in the same class and send the values to it, or should I do something completely different to allow bigger modularization?.
    And the last question comes to the surface due to the fact that the point count changes during the game. The way it is now. at each new point 15points will be given to the variable that represents the score of one of the players.
    How should I change this value according to occasion? Should I create an object of the type "Point" to do this?
    Thanks for all the suggestions and recomendations.
    Edited by: ratzenberguer on Dec 1, 2007 4:06 PM
    Edited by: ratzenberguer on Dec 1, 2007 4:07 PM

    This brings me to the first problem: methods cannot return two values. So, can I create an object composed of two fields and return it?
    Yes. Exactly... If you really must!
    But a method should return one and only value and have no (or limited and predictable) side effects.
    So for instance a getter (ie getAttribute() method) should NOT update the attribute in the GUI (for instance) as a side effect. But a getAverage() method might reasonably cache (store) the calculated average.
    The usual approach is:
    * perform some operation which stores values in class attributes
    * retrieve those class attributes via getters.
    for example:
    studentGrades.calculateAverage();
    studentGrades.getAverage();
    studentGrades.getSum();
    studentGrades.getCount();
    If a method really must return several values, and it is only used internally (within one class) then it's best to return an "inner class" (google that). I do this fairly routinely in swing apps... for inter-thread communication. I recommend making the attributes public and final.
    If a method is used externally (between classes) then I personally will create a package level class to return the value... but only if I must.
    If the method is public then I personally won't create a public class just to return multiple values from a method... coz this is a poor public API, coz it's difficult to figure out how to use it properly.
    Obviously, If the method returns a class which is allready part of the public API then that's ok... For example: TennisPlayerBuilder.getPlayer() might return a configured TennisPlayer... coz TennisPlayer is part of the public API.
    Clear as mud right?
    Jeez I hope someone else can explain this properly... On rereading this, I'm a mess.

  • Data fetch from live cache

    How can I retrieve data from live cache?This is in Demand Planning : SCM APO.
    Please suggest ways.
    Thanks & Regards,
    Savitha

    Hi,
    some time ago I worked on SAP APO.
    To read live cache, you first have to open a SIM session.
    You can do this as shown in this function module:
    FUNCTION ZS_SIMSESSION_GET.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(IV_SIMID) TYPE  /SAPAPO/VRSIOID
    *"  EXPORTING
    *"     REFERENCE(EV_SIMSESSION) TYPE  /SAPAPO/OM_SIMSESSION
    CONSTANTS:
      lc_simsession_new       TYPE c LENGTH 1 VALUE 'N'.
    DATA:
      lt_rc                   TYPE /sapapo/om_lc_rc_tab,
      lv_simsession           LIKE ev_simsession.
      IF NOT ev_simsession IS INITIAL.
        EXIT.
      ENDIF.
    *--> create Simsession
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_22 = lv_simsession.
    *--> create transactional simulation
      CALL FUNCTION '/SAPAPO/TSIM_SIMULATION_CONTRL'
        EXPORTING
          iv_simversion            = iv_simid
          iv_simsession            = lv_simsession
          iv_simsession_method     = lc_simsession_new
          iv_perform_commit        = space
        IMPORTING
          et_rc                    = lt_rc
        EXCEPTIONS
          lc_connect_failed        = 1
          lc_com_error             = 2
          lc_appl_error            = 3
          multi_tasim_registration = 4.
      IF sy-subrc > 0.
        CLEAR ev_simsession.
    *   error can be found in lt_rc
      ENDIF.
    * return simsession
      ev_simsession = lv_simsession.
    ENDFUNCTION.
    Then you can access the live cache.
    In this case we read an order (if I rememver correctly, it's a plan order):
    DATA:
      lv_vrsioid                  TYPE /sapapo/vrsioid,
      lv_simsession           TYPE /sapapo/om_simsession.
    * Get vrsioid
      CALL FUNCTION '/SAPAPO/DM_VRSIOEX_GET_VRSIOID'
        EXPORTING
          i_vrsioex_fld = '000'  "By default
        IMPORTING
          e_vrsioid_fld = lv_vrsioid
        EXCEPTIONS
          not_found     = 1
          OTHERS        = 2.
    CALL FUNCTION 'ZS_SIMSESSION_GET'
          EXPORTING
            iv_simid      = iv_vrsioid
          IMPORTING
            ev_simsession = lv_simsession.
      CALL FUNCTION '/SAPAPO/RRP_LC_ORDER_GET_DATA'
        EXPORTING
          iv_order      = iv_orderid
          iv_simversion = iv_vrsioid
        IMPORTING
          et_outputs    = lt_outputs
          et_inputs     = lt_inputs.
    If you change something in your simsession, you have to merge it back afterwards, so that your changes become effective.
    You can do this like that:
    * Merge simulation version (to commit order changes)
      CALL FUNCTION '/SAPAPO/TSIM_SIMULATION_CONTRL'
        EXPORTING
          iv_simversion                = lv_vrsioid
          iv_simsession                = lv_simsession
          iv_simsession_method         = 'M'
        EXCEPTIONS
          lc_connect_failed            = 1
          lc_com_error                 = 2
          lc_appl_error                = 3
          multi_tasim_registration     = 4
          target_deleted_saveas_failed = 5
          OTHERS                       = 6.
    I hope this helps...

  • Level 2 Cache 3MB vs 6MB

    Hi
    Yes, I've already googled and searched this forum, plus others, and have yet to find a conclusive answer.
    How much difference does 6MB of L2 Cache over 3MB make?
    As you've guessed, I'm undecided between the 2.4GHz model and the 2.66GHz one.
    I'm based in the UK and I've worked out the price difference for the setup I want.
    MacBook Pro 2.4GHz
    4GB RAM (bought from 3rd party)
    250 GB HDD (7200 rpm)
    = £1,294
    MacBook Pro 2.66GHz
    4GB RAM
    250 GB HDD (7200 rpm)
    = £1,483
    Does an extra 3MB Cache justify spending another £189? Please take into account I'm not concerned about the extra VRAM on the GPU.
    Thanks
    gtds

    Here's a Xbench, memory test comparison between my, returned, mb 2.4 (3MB), 4GB ram and my mbp 2.66 (6MB), 4GB ram, both unibodies running 10.5.6:
    Note the STREAM (all about memory bandwidth) marks -
    Macbook:
    Memory Test 175.69
    System 196.44
    Allocate 254.23 933.60 Kalloc/sec
    Fill 164.70 8007.99 MB/sec
    Copy 189.87 3921.74 MB/sec
    Stream 158.91
    Copy 154.36 3188.22 MB/sec
    Scale 148.57 3069.31 MB/sec
    Add 169.70 3615.00 MB/sec
    Triad 164.75 3524.50 MB/sec
    Memory Test 181.43
    System 207.51
    Allocate 236.94 870.13 Kalloc/sec
    Fill 186.60 9072.78 MB/sec
    Copy 205.01 4234.43 MB/sec
    Stream 161.18
    Copy 149.43 3086.39 MB/sec
    Scale 154.32 3188.22 MB/sec
    Add 172.30 3670.29 MB/sec
    Triad 171.20 3662.48 MB/sec
    So, as it would would appear it doesn't mean much? However, when a application needs to maintain sustained memory bandwidth such as in some large, framed, vector math processing scenario's then computation time adds up and relative time will be saved with the larger cache, overall.
    See this paper on Stream bench-marking: (Note in the article that other variables come into play such as 32-bit vs 64-bit vs shared ram, how an application is written, etc ...)
    http://www.cs.virginia.edu/stream/ref.html
    In my case I spoke with the company engineer that designed the application, I use, and got a recommendation for key considerations on hardware choice.
    However, I exchanged my MB because, it was mis-behaving, and chose the mbp because I hear tell that Snow Leopard may off-load processes to the 'GT. As well, the extra cache would be of benefit for cutting down the time needed for running large simulations and processing routing and placement algorithms in the applications I run. Otherwise, the 2.4 MB is so close and in some case's faster in the benchmark(s), as well as equally performing when it came to memory bandwidth.

  • Inconsistent cache even though SXI_CACHE says cache contents are uptodate

    Hi all,
    The status of SXI_CACHE says contents are up-to-date, but the cache is still inconsistent. For example, I cant see the  sender agreement, sender communication channels, but I am able to see the reciever agreement, etc. All the configuration objects are activated.
    I have tried full and delta cache refresh. Also tried running the report SAI_CACHE_REFRESH as sugested in an other thread.
    Process Integration (PI) & SOA Middleware
    I got a succesful result when I testing my configuration in the ID. But the log still shows that sender agreement is not found:
    Sender Agreement
    <Not found>
    <Trace level="1" type="B">SENDER AGREEMENT SIMULATION</Trace> <Trace level="1" type="T">Simulating Adapter Engine...</Trace> <Trace level="1" type="T">Simply trying to loolup for the most specific Sender Agreement object</Trace> <Trace level="1" type="T">no objects found</Trace> <Trace level="1" type="T">Note that real results may differ</Trace
    Any fixes for my problem?
    Thanks
    lasya

    Hi ,
    Check in the Objects tab of the Configuration. And if it exists, then try to add the sender agreement to the your configuration scenario. Then actiavte everything.
    Deleting the Sender Agreement,activate it and then try to recreate it..
    To more ~
    https://websmp101.sap-ag.de/~sapidb/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf
    Hope this helps,
    Regards,
    Moorthy

  • How to install iOS 7.0 Simulator in xcode 6.0.1

    I go to preference and download the simulator 7.0,then i got this error Could not download and install iOS 7.0 Simulator. Failed to mount file:///Users//Library/Caches/com.apple.dt.Xcode/Downloads/Xcode.SDK.iPhoneSimu lator.7.0-7.0.dmg at file:///var/folders/p0/94d17pz545l9w47byr0z2gzcr14jm4/T/attached-image-0f91fbf0 58f8f65f6ddbe8e8e28dbeaa6b366f89/: image not recognized.Kindly help me solve this issue.
    Message was edited by: sassudalai

    KT
    Thnx for the suggestions,
    I tried all of yours (logged in as a newer user, ran disk utility and everything was ok, and I have over 300GB free space on the SDD drive) but still have exactly the same problem!
    Anyone else has any other ideas on how to solve this problem, PLEASE?

Maybe you are looking for