Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

Default language.

Example of settings in prefetchConfig.xml file


In the following example, the prefetchConfig.xml file instructs the mid tier to prefetch forms Home Page, Sample:Cities, and Sample:Enrollments from the server jiwu-w2k3 with the user Demo.


<?xml version="1.0" encoding="UTF-8"?>
<midtier-prefetch-config  xmlns="http://www.bmc.com/remedy/midtier/midtier">
  <prefetch-user>
    <user-name>Demo</user-name>
    <locale>en_US</locale>
    <prefetch-server>
      <server-name>jiwu-w2k3</server-name>
      <prefetch-form>
        <form-name>Home Page</form-name>
      </prefetch-form>
      <prefetch-form>
        <form-name>Sample:Cities</form-name>
      </prefetch-form>
      <prefetch-form>
        <form-name>Sample:Enrollments</form-name>
      </prefetch-form>
    </prefetch-server>
  </prefetch-user>
</midtier-prefetch-config>


You can also click the XSD file link on the Cache page to display a copy of the XSD file, which shows the syntax used for the prefetch information.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Remedy Action Request System 20.02