Clearing the Client cache on MES

I use these to clear all of the Epicor data that is created by the client.

 

rem Windows 7

rd /S /Q c:\ProgramData\Epicor

 

 

rem Windows XP

rd /S /Q "c:\Documents and Settings\All Users\Application Data\Epicor"

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Tom J. Christie
Sent: Monday, April 07, 2014 11:26 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Clearing the Client cache on MES

 

 

We have a few computers that are only running MES. I need to make sure they pull a new customization. In base Epicor I would clear the cache on them. Any equivalent available for MES?



CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."

We have a few computers that are only running MES. I need to make sure they pull a new customization. In base Epicor I would clear the cache on them. Any equivalent available for MES?

Tom, off the top of my head I forget where Epicor stashes the cache files by default.

 

However, what I do is I specify the cache folder location in the .mfgsys config file on the client (default.mfgsys)

 

Look for the configuration string of:      <AlternateCacheFolder value="" />

 

To make it easy, I just usually create a cache folder in the Root of C:   (C:\Epicor_Cache)

 

Then I would change the default.mfgsys file's value to     <AlternateCacheFolder value="c:\Epicor_Cache" />

 

Then the next time you launch Epicor/Vantage,  you will see it start populating the new folder.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Tom J. Christie
Sent: Monday, April 07, 2014 11:26 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Clearing the Client cache on MES

 

 

We have a few computers that are only running MES. I need to make sure they pull a new customization. In base Epicor I would clear the cache on them. Any equivalent available for MES?