MfgWrk803 Blank Title 84875

Anyone who is a Vantage Customer who had Epicor on site to install version
8.xx.xxx for them SHOULD already have this file on their server. It normally
resided in the same folder as the start and stop scripts which are generally
left behind by the installer as well, usually with the name mfgwrk803.vbs


----- Original Message -----
From: "Clive" <clive.gillett@...>
To: <vantage@yahoogroups.com>
Sent: Friday, November 06, 2009 1:23 PM
Subject: [Vantage] Re: MfgWrk803


> This is handy you should post this as a file.
>
>
> --- In vantage@yahoogroups.com, "Ned" <TechnoBabbly@...> wrote:
>>
>> This comes up way too often....
>>
>> Copy Everything between the --------- lines, make it a .vbs file, and you
>> can schedule it with Windows Scheduler to run at some off hour.
>>
>> Just make sure to change the sFolder location to your actual MFGWRK803
>> folder location.
>>
>> This will delete all files that are 4 or more days old, you can adjust
>> the
>> date by changing the -4 in the 4th line if you want to.
>>
>> -------------------------------------------------------
>>
>> On Error Resume Next
>>
>> Dim sFolder
>>
>> sFolder = "E:\epicor\mfgwrk803\"
>>
>> dtCheck = DateAdd("d",-4,Date)
>>
>> Set objFileSys = CreateObject("Scripting.FileSystemObject")
>> Set objFolder = objFileSys.GetFolder(sFolder)
>>
>> DeleteOldFiles objFolder
>>
>> Sub DeleteOldFiles(myFolder)
>> Set objFiles = myFolder.Files
>>
>> For Each objFile In objFiles
>> If objFile.DateLastModified < dtCheck Then
>> objFile.Delete
>> End If
>> Next
>> End Sub
>>
>> -------------------------------------------------------------
>>
>> ----- Original Message -----
>> From: "Linda Lowney" <llowney@...>
>> To: <vantage@yahoogroups.com>
>> Sent: Friday, November 06, 2009 12:02 PM
>> Subject: [Vantage] MfgWrk803
>>
>>
>> > Hi Group,
>> >
>> >
>> >
>> > Before everyone runs off to Perspectives, I was hoping that someone
>> > could tell me if it is ok to delete all the files in the MfgWrk803
>> > directory on the Vantage server? Some of these files are huge, a
>> > couple
>> > of them are 2,097,181 kb.
>> >
>> >
>> >
>> > Regards,
>> >
>> >
>> >
>> > Linda Lowney
>> >
>> > Software Specialist
>> >
>> >
>> >
>> > Pride Signs
>> >
>> > 255 Pinebush Road
>> >
>> > Cambridge, ON N1T 1B9
>> >
>> >
>> >
>> > P 519 622 4040 ext. 258
>> >
>> > F 519 622 4031
>> >
>> >
>> >
>> > www.pridesigns.com <http://www.pridesigns.com>
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>> >
>> >
>> > ------------------------------------
>> >
>> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
>> > have already linked your email address to a yahoo id to enable
>> > access. )
>> > (1) To access the Files Section of our Yahoo!Group for Report Builder
>> > and
>> > Crystal Reports and other 'goodies', please goto:
>> > http://groups.yahoo.com/group/vantage/files/.
>> > (2) To search through old msg's goto:
>> > http://groups.yahoo.com/group/vantage/messages
>> > (3) To view links to Vendors that provide Vantage services goto:
>> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
Hi Group,



Before everyone runs off to Perspectives, I was hoping that someone
could tell me if it is ok to delete all the files in the MfgWrk803
directory on the Vantage server? Some of these files are huge, a couple
of them are 2,097,181 kb.



Regards,



Linda Lowney

Software Specialist



Pride Signs

255 Pinebush Road

Cambridge, ON N1T 1B9



P 519 622 4040 ext. 258

F 519 622 4031



www.pridesigns.com <http://www.pridesigns.com>









[Non-text portions of this message have been removed]
These are temp files and usually they will not delete if someone is
accessing it....for simplicity sake I'd wait until everyone is out of
the system...or figure out a way to schedule the deletion after hours...



M. Manasa Reddy
manasa@...
P: 630-806-2000
F: 630-806-2001


________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Linda Lowney
Sent: Friday, November 06, 2009 11:02 AM
To: vantage@yahoogroups.com
Subject: [Vantage] MfgWrk803




Hi Group,

Before everyone runs off to Perspectives, I was hoping that someone
could tell me if it is ok to delete all the files in the MfgWrk803
directory on the Vantage server? Some of these files are huge, a couple
of them are 2,097,181 kb.

Regards,

Linda Lowney

Software Specialist

Pride Signs

255 Pinebush Road

Cambridge, ON N1T 1B9

P 519 622 4040 ext. 258

F 519 622 4031

www.pridesigns.com <http://www.pridesigns.com
<http://www.pridesigns.com> >

[Non-text portions of this message have been removed]






[Non-text portions of this message have been removed]
Another thing you can do is make a copy in a temp directory, clear the
main folder, then if anyone whines about something, you can always paste
them back in....but from my experience, it is very likely nothing will
happen...



M. Manasa Reddy
manasa@...
P: 630-806-2000
F: 630-806-2001


________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Manasa Reddy
Sent: Friday, November 06, 2009 11:07 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] MfgWrk803




These are temp files and usually they will not delete if someone is
accessing it....for simplicity sake I'd wait until everyone is out of
the system...or figure out a way to schedule the deletion after hours...



M. Manasa Reddy
manasa@... <mailto:manasa%40weldcoa.com>
P: 630-806-2000
F: 630-806-2001


________________________________

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Linda Lowney
Sent: Friday, November 06, 2009 11:02 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] MfgWrk803

Hi Group,

Before everyone runs off to Perspectives, I was hoping that someone
could tell me if it is ok to delete all the files in the MfgWrk803
directory on the Vantage server? Some of these files are huge, a couple
of them are 2,097,181 kb.

Regards,

Linda Lowney

Software Specialist

Pride Signs

255 Pinebush Road

Cambridge, ON N1T 1B9

P 519 622 4040 ext. 258

F 519 622 4031

www.pridesigns.com <http://www.pridesigns.com
<http://www.pridesigns.com>
<http://www.pridesigns.com <http://www.pridesigns.com> > >

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]






[Non-text portions of this message have been removed]
Yes it is. Vantage support gave me the OK to do that delete a year ago or so.

Denton


--- In vantage@yahoogroups.com, "Linda Lowney" <llowney@...> wrote:
>
> Hi Group,
>
>
>
> Before everyone runs off to Perspectives, I was hoping that someone
> could tell me if it is ok to delete all the files in the MfgWrk803
> directory on the Vantage server? Some of these files are huge, a couple
> of them are 2,097,181 kb.
>
>
>
> Regards,
>
>
>
> Linda Lowney
>
> Software Specialist
>
>
>
> Pride Signs
>
> 255 Pinebush Road
>
> Cambridge, ON N1T 1B9
>
>
>
> P 519 622 4040 ext. 258
>
> F 519 622 4031
>
>
>
> www.pridesigns.com <http://www.pridesigns.com>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
This comes up way too often....

Copy Everything between the --------- lines, make it a .vbs file, and you
can schedule it with Windows Scheduler to run at some off hour.

Just make sure to change the sFolder location to your actual MFGWRK803
folder location.

This will delete all files that are 4 or more days old, you can adjust the
date by changing the -4 in the 4th line if you want to.

-------------------------------------------------------

On Error Resume Next

Dim sFolder

sFolder = "E:\epicor\mfgwrk803\"

dtCheck = DateAdd("d",-4,Date)

Set objFileSys = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFileSys.GetFolder(sFolder)

DeleteOldFiles objFolder

Sub DeleteOldFiles(myFolder)
Set objFiles = myFolder.Files

For Each objFile In objFiles
If objFile.DateLastModified < dtCheck Then
objFile.Delete
End If
Next
End Sub

-------------------------------------------------------------

----- Original Message -----
From: "Linda Lowney" <llowney@...>
To: <vantage@yahoogroups.com>
Sent: Friday, November 06, 2009 12:02 PM
Subject: [Vantage] MfgWrk803


> Hi Group,
>
>
>
> Before everyone runs off to Perspectives, I was hoping that someone
> could tell me if it is ok to delete all the files in the MfgWrk803
> directory on the Vantage server? Some of these files are huge, a couple
> of them are 2,097,181 kb.
>
>
>
> Regards,
>
>
>
> Linda Lowney
>
> Software Specialist
>
>
>
> Pride Signs
>
> 255 Pinebush Road
>
> Cambridge, ON N1T 1B9
>
>
>
> P 519 622 4040 ext. 258
>
> F 519 622 4031
>
>
>
> www.pridesigns.com <http://www.pridesigns.com>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
This is handy you should post this as a file.


--- In vantage@yahoogroups.com, "Ned" <TechnoBabbly@...> wrote:
>
> This comes up way too often....
>
> Copy Everything between the --------- lines, make it a .vbs file, and you
> can schedule it with Windows Scheduler to run at some off hour.
>
> Just make sure to change the sFolder location to your actual MFGWRK803
> folder location.
>
> This will delete all files that are 4 or more days old, you can adjust the
> date by changing the -4 in the 4th line if you want to.
>
> -------------------------------------------------------
>
> On Error Resume Next
>
> Dim sFolder
>
> sFolder = "E:\epicor\mfgwrk803\"
>
> dtCheck = DateAdd("d",-4,Date)
>
> Set objFileSys = CreateObject("Scripting.FileSystemObject")
> Set objFolder = objFileSys.GetFolder(sFolder)
>
> DeleteOldFiles objFolder
>
> Sub DeleteOldFiles(myFolder)
> Set objFiles = myFolder.Files
>
> For Each objFile In objFiles
> If objFile.DateLastModified < dtCheck Then
> objFile.Delete
> End If
> Next
> End Sub
>
> -------------------------------------------------------------
>
> ----- Original Message -----
> From: "Linda Lowney" <llowney@...>
> To: <vantage@yahoogroups.com>
> Sent: Friday, November 06, 2009 12:02 PM
> Subject: [Vantage] MfgWrk803
>
>
> > Hi Group,
> >
> >
> >
> > Before everyone runs off to Perspectives, I was hoping that someone
> > could tell me if it is ok to delete all the files in the MfgWrk803
> > directory on the Vantage server? Some of these files are huge, a couple
> > of them are 2,097,181 kb.
> >
> >
> >
> > Regards,
> >
> >
> >
> > Linda Lowney
> >
> > Software Specialist
> >
> >
> >
> > Pride Signs
> >
> > 255 Pinebush Road
> >
> > Cambridge, ON N1T 1B9
> >
> >
> >
> > P 519 622 4040 ext. 258
> >
> > F 519 622 4031
> >
> >
> >
> > www.pridesigns.com <http://www.pridesigns.com>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
>
Thank you very much.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Ned
Sent: Friday, November 06, 2009 12:22 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] MfgWrk803





This comes up way too often....

Copy Everything between the --------- lines, make it a .vbs file, and
you
can schedule it with Windows Scheduler to run at some off hour.

Just make sure to change the sFolder location to your actual MFGWRK803
folder location.

This will delete all files that are 4 or more days old, you can adjust
the
date by changing the -4 in the 4th line if you want to.

-------------------------------------------------------

On Error Resume Next

Dim sFolder

sFolder = "E:\epicor\mfgwrk803\"

dtCheck = DateAdd("d",-4,Date)

Set objFileSys = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFileSys.GetFolder(sFolder)

DeleteOldFiles objFolder

Sub DeleteOldFiles(myFolder)
Set objFiles = myFolder.Files

For Each objFile In objFiles
If objFile.DateLastModified < dtCheck Then
objFile.Delete
End If
Next
End Sub

----------------------------------------------------------

----- Original Message -----
From: "Linda Lowney" <llowney@...
<mailto:llowney%40pridesigns.com> >
To: <vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> >
Sent: Friday, November 06, 2009 12:02 PM
Subject: [Vantage] MfgWrk803

> Hi Group,
>
>
>
> Before everyone runs off to Perspectives, I was hoping that someone
> could tell me if it is ok to delete all the files in the MfgWrk803
> directory on the Vantage server? Some of these files are huge, a
couple
> of them are 2,097,181 kb.
>
>
>
> Regards,
>
>
>
> Linda Lowney
>
> Software Specialist
>
>
>
> Pride Signs
>
> 255 Pinebush Road
>
> Cambridge, ON N1T 1B9
>
>
>
> P 519 622 4040 ext. 258
>
> F 519 622 4031
>
>
>
> www.pridesigns.com <http://www.pridesigns.com>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access.
)
> (1) To access the Files Section of our Yahoo!Group for Report Builder
and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>





[Non-text portions of this message have been removed]