Local Vntgwork folder

Vantage just uses the vntgwork folder like a temporary folder when doing reports, etc. But it leaves the files there when it is done. They can be safely deleted, as Vantage makes them again the next time anyway. (The exception is the cache file as Ted mentioned, which you can recreate using the Vantage menu. It doesn't hurt anything by deleting the cache file. Vantage can work without it. It is just a time-saving feature.)

Troy

----- Original Message -----
From: Juliet Martin
To: vantage@egroups.com
Sent: Thursday, December 14, 2000 12:34 PM
Subject: [Vantage] Local Vntgwork folder


Local working directory for Vantage...

What can be deleted out of here? I have an individuals that is fairly
large and he doesn't have much disk space to spare. Mine is over 7
MB. I know that I have copied the contents of other peoples folder to
mine when I have tried to edit crystal reports that I do not have access
to. It allows you to view the reports without getting all of the
errors. Can anyone tell me what each file type does and which can be
deleted?

Juliet Martin


eGroups Sponsor


We no longer allow attachments to files. To access/share Report Files, please go to the following link: http://www.egroups.com/files/vantage/
(Note: If this link does not work for you the first time you try it, go to www.egroups.com, login and be sure to save your password, choose My Groups, choose Vantage, then choose Files. If you save the password, the link above will work the next time you try it.)



[Non-text portions of this message have been removed]
Local working directory for Vantage...

What can be deleted out of here? I have an individuals that is fairly
large and he doesn't have much disk space to spare. Mine is over 7
MB. I know that I have copied the contents of other peoples folder to
mine when I have tried to edit crystal reports that I do not have access
to. It allows you to view the reports without getting all of the
errors. Can anyone tell me what each file type does and which can be
deleted?

Juliet Martin
There are varying degrees of response to this, but basically you can delete everything. You may need to recreate the cache file if you are using that option. Be careful, some people keep thier local .rpt files for Report Builder in the vntgwork directory. They might be mad if they are deleted.

Here is a batch file that I've used in the past to get rid off all of the files using a logon script.
-----------------------------BEGIN BATCH FILE-----------------------------
@echo off
c:
cd\vntgwork
attrib +r *.prl
del *.* /q
attrib -r *.prl
------------------------------END BATCH FILE-------------------------------

Hope this helps,

Ted Kitch
ted@...
----- Original Message -----
From: Juliet Martin
To: vantage@egroups.com
Sent: Thursday, December 14, 2000 2:34 PM
Subject: [Vantage] Local Vntgwork folder


Local working directory for Vantage...

What can be deleted out of here? I have an individuals that is fairly
large and he doesn't have much disk space to spare. Mine is over 7
MB. I know that I have copied the contents of other peoples folder to
mine when I have tried to edit crystal reports that I do not have access
to. It allows you to view the reports without getting all of the
errors. Can anyone tell me what each file type does and which can be
deleted?

Juliet Martin


eGroups Sponsor


We no longer allow attachments to files. To access/share Report Files, please go to the following link: http://www.egroups.com/files/vantage/
(Note: If this link does not work for you the first time you try it, go to www.egroups.com, login and be sure to save your password, choose My Groups, choose Vantage, then choose Files. If you save the password, the link above will work the next time you try it.)



[Non-text portions of this message have been removed]
Not a Vantage expert, but I've been able to completely empty the folder
without any negative effects. I have noticed that if you view a Vantage
form that was done in Crystal Reports directly from Crystal after empting
the folder you will generate an error. However, logging into Vantage and
running that form one time will regenerate the necessary dbf files to allow
you to work with the form in Crystal.

Don't take my word alone though as I said I'm no Vantage expert, only
speaking from my personal experiences.


Jim Carnes
Kenlee Precision Corp



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