I would like to halt the caching of models in my mart. How may I accomplish that?
Solution:
To turn off, Follow these steps:
1. Navigate to the \webapps\MartServer\WEB-INF folder on the computer where CA ERwin Mart Server is installed. Typically, the path for this folder is as follows:
2. C:\Program Files (x86)\CA\ERwin Mart Server r9\Tomcat\webapps\MartServer\WEB-INF
3. Open the rest-context.xml file in a text editor such as Notepad and search for the following line:
<property name="refreshReportData" value="true" />
4. Change the value to “false”.
<property name="refreshReportData" value="false" />
5. Restart the Mart Server service.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center