EPICOR Vantage 8.03.409C SRT files

Thank you Bruce for the reply.

 

For reference sake: https://epicweb.epicor.com à Home à Support à my EPICweb à Search AnswerBook:  1292BRK

 

William R. King

IT Analyst

Topura America Fastener, Inc.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of b_ordway
Sent: Wednesday, September 11, 2013 12:12 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: EPICOR Vantage 8.03.409C SRT files

 

 

Vantage didn't clean up it's temp files?
You can usually delete old SRT files along with a few others.
There is an answerbook on EpicWeb.

Also, here is an example of batch file I run once in a while.

@echo off
echo == Deleting DBI files ==
del "D:\Epicor\mfgwrk803\DBI*" /Q

echo == Deleting LBI files ==
del "D:\Epicor\mfgwrk803\Lbi*" /Q

echo == Deleting RCD files ==
del "D:\Epicor\mfgwrk803\rcd*" /Q

echo == Deleting TRP files ==
del "D:\Epicor\mfgwrk803\trp*" /Q

echo == Deleting BFC files ==
del "D:\Epicor\mfgwrk803\bfc*" /Q

echo == Deleting SRT files ==
del "D:\Epicor\mfgwrk803\srt*" /Q

echo == Deleting PROTRACE files ==
del "D:\Epicor\mfgwrk803\protrace*" /Q

echo == Deleting DBI files ==
del "D:\Epicor\oe101b_wrk\DBI*" /Q

echo == Deleting LBI files ==
del "D:\Epicor\oe101b_wrk\Lbi*" /Q

echo == Deleting RCD files ==
del "D:\Epicor\oe101b_wrk\rcd*" /Q

echo == Deleting TRP files ==
del "D:\Epicor\oe101b_wrk\trp*" /Q

echo == Deleting PROTRACE files ==
del "D:\Epicor\oe101b_wrk\protrace*" /Q

echo == Deleting SRT files ==
del "D:\Epicor\oe101b_wrk\srt*" /Q

--- In vantage@yahoogroups.com, William King <wking@...> wrote:
>
> Help, We are being invaded by srt files.
>
> We have several EPICOR\mfgwrk803\SRT**** files (approx. 30Gb+ worth) that are eating our mfgwrk803 folder.
>
> I would like to remove these files 2 weeks and beyond. Are these safe to remove?
>
>
> William R. King
> IT Analyst
> Topura America Fastener, Inc.
> Ticket #19
>

Help, We are being invaded by srt files.

 

We have several EPICOR\mfgwrk803\SRT**** files (approx. 30Gb+ worth) that are eating our mfgwrk803 folder.

 

I would like to remove these files 2 weeks and beyond. Are these safe to remove?

 

 

William R. King

IT Analyst

Topura America Fastener, Inc.

Ticket #19

 

 

Vantage didn't clean up it's temp files?
You can usually delete old SRT files along with a few others.
There is an answerbook on EpicWeb.

Also, here is an example of batch file I run once in a while.

@echo off
echo == Deleting DBI files ==
del "D:\Epicor\mfgwrk803\DBI*" /Q

echo == Deleting LBI files ==
del "D:\Epicor\mfgwrk803\Lbi*" /Q

echo == Deleting RCD files ==
del "D:\Epicor\mfgwrk803\rcd*" /Q

echo == Deleting TRP files ==
del "D:\Epicor\mfgwrk803\trp*" /Q

echo == Deleting BFC files ==
del "D:\Epicor\mfgwrk803\bfc*" /Q

echo == Deleting SRT files ==
del "D:\Epicor\mfgwrk803\srt*" /Q

echo == Deleting PROTRACE files ==
del "D:\Epicor\mfgwrk803\protrace*" /Q

echo == Deleting DBI files ==
del "D:\Epicor\oe101b_wrk\DBI*" /Q

echo == Deleting LBI files ==
del "D:\Epicor\oe101b_wrk\Lbi*" /Q

echo == Deleting RCD files ==
del "D:\Epicor\oe101b_wrk\rcd*" /Q

echo == Deleting TRP files ==
del "D:\Epicor\oe101b_wrk\trp*" /Q

echo == Deleting PROTRACE files ==
del "D:\Epicor\oe101b_wrk\protrace*" /Q

echo == Deleting SRT files ==
del "D:\Epicor\oe101b_wrk\srt*" /Q


--- In vantage@yahoogroups.com, William King <wking@...> wrote:
>
> Help, We are being invaded by srt files.
>
> We have several EPICOR\mfgwrk803\SRT**** files (approx. 30Gb+ worth) that are eating our mfgwrk803 folder.
>
> I would like to remove these files 2 weeks and beyond. Are these safe to remove?
>
>
> William R. King
> IT Analyst
> Topura America Fastener, Inc.
> Ticket #19
>