Progress database question - volumes

Thank you all. I had some off line reaction from Epicor as well. I will test
and try out their procedures. So, I will be prepared when the database grows
near 2 Gb.

Ronald van der Linden


-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Thursday, March 07, 2002 2:29 PM
To: Vantage
Subject: Re: [vantage] Progress database question - volumes


I did a test on our database on the side, just to see what we would face
when we reached the 2GB size. Our database is about the same size as yours,
but is not growing quite so fast. I did some reading and found that there
are a couple commands you use. You start by editing the Vantage.st file and
adding how many extents you want and what size each should be, along with
the path of each extent. Moving extents across different SCSI hard drives
is supposed to speed up performance on your database. After editing the .st
file, there is a command (I can't remember) that will actually create the
extents that you designated in the .st file. They will be empty, but will
show the size on the hard drive that you specified. Lastly, you will copy
your current database into the new extents (where ever you may have
specified them). This copy portion takes the longest time, although
creating the extents takes some time as well.

Once you have done it once, it is not that difficult. From then on,
maintaining the database (such as backup and restores) is fairly straight
forward, just as if the database were one volume.

Troy
----- Original Message -----
From: Ronald van der Linden
To: vantage@yahoogroups.com
Sent: Wednesday, March 06, 2002 1:37 PM
Subject: [vantage] Progress database question - volumes


We have a database of 947 Mb growing 80 Mb per month. As I remember well a
storage area can have a maximum size of 2Gb so about 10 months from now I
have to add at least one storage area.

Has anyone added volumes (storage areas) to their database?


thanks,

Ronald van der Linden
Macroscoop BV




Yahoo! Groups Sponsor
ADVERTISEMENT




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/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[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/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Well this should be easy for all you rebort builder guru's. The owner
of the company does not like to use a computer. He has asked me to give
him a list of all the customers in Vantage and the contacts. I was able
to do that report. But I want the report to start a new page when the
first letter of the company changes. (I.E. I want all the A's then when
B's start I want a new page.) Does anyone know how to do this. I am
sure it is easy but I can not figure it out.


Thanks,
Dina M. Hieber
Vamco International, Inc.
555 Epsilon Drive
Pittsburgh, PA 15238
(412) 963-7100 - phone
(412) 963-9511 - fax

www.vamcointernational.com
Here's one way to do this:

Create a calculated field "Letter" with an equation of:
Substring(Customer.Name,1,1)

Sort by Customer.Company, Letter, Customer.Name.

Create a Group for Letter and check the 'Reset Page' check box.



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

I tried the way you suggested but each company is on its own page. How
do I get all the A's then a page break all the B's etc..

Thanks,
Dina



sarah.vareschi@... wrote:

> Here's one way to do this:
>
> Create a calculated field "Letter" with an equation of:
> Substring(Customer.Name,1,1)
>
> Sort by Customer.Company, Letter, Customer.Name.
>
> Create a Group for Letter and check the 'Reset Page' check box.
>
>
>
> [Non-text portions of this message have been removed]
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT


>
> 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/links
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

sarah.vareschi@... wrote:

> Here's one way to do this:
>
> Create a calculated field "Letter" with an equation of:
> Substring(Customer.Name,1,1)
>
> Sort by Customer.Company, Letter, Customer.Name.
>
> Create a Group for Letter and check the 'Reset Page' check box.
>
>
>
> [Non-text portions of this message have been removed]
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT


>
> 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/links
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

--
Dina M. Hieber
Vamco International, Inc.
555 Epsilon Drive
Pittsburgh, PA 15238
(412) 963-7100 - phone
(412) 963-9511 - fax

www.vamcointernational.com



[Non-text portions of this message have been removed]
We have a database of 947 Mb growing 80 Mb per month. As I remember well a
storage area can have a maximum size of 2Gb so about 10 months from now I
have to add at least one storage area.

Has anyone added volumes (storage areas) to their database?


thanks,

Ronald van der Linden
Macroscoop BV
Create a calculated field pulling the first character of the company name.
"substring(name,1,2)"
Sort and group on this calculated field name. In the group check "Reset
Page".

Patrick

-----Original Message-----
From: Dina Hieber [mailto:dhieber@...]
Sent: Wednesday, March 06, 2002 11:55 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Report Builder Question - Easy


Well this should be easy for all you rebort builder guru's. The owner
of the company does not like to use a computer. He has asked me to give
him a list of all the customers in Vantage and the contacts. I was able
to do that report. But I want the report to start a new page when the
first letter of the company changes. (I.E. I want all the A's then when
B's start I want a new page.) Does anyone know how to do this. I am
sure it is easy but I can not figure it out.


Thanks,
Dina M. Hieber
Vamco International, Inc.
555 Epsilon Drive
Pittsburgh, PA 15238
(412) 963-7100 - phone
(412) 963-9511 - fax

www.vamcointernational.com



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/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
When I went to Version 5 I divided my 700+ MB database into 6 volumns.
Support has some procedures how to do this. The best bet is to get them,
read them, then practice on your test DB - on a test server - or what ever
you can come up with. There are others that have done this is let us know
if you have any specific questions. (check the archives)
Nancy Dunn

-----Original Message-----
From: Ronald van der Linden [mailto:R.van.der.Linden@...]
Sent: Wednesday, March 06, 2002 1:37 PM
To: vantage@yahoogroups.com
Subject: [vantage] Progress database question - volumes


We have a database of 947 Mb growing 80 Mb per month. As I remember well a
storage area can have a maximum size of 2Gb so about 10 months from now I
have to add at least one storage area.

Has anyone added volumes (storage areas) to their database?


thanks,

Ronald van der Linden
Macroscoop BV





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/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
I did a test on our database on the side, just to see what we would face when we reached the 2GB size. Our database is about the same size as yours, but is not growing quite so fast. I did some reading and found that there are a couple commands you use. You start by editing the Vantage.st file and adding how many extents you want and what size each should be, along with the path of each extent. Moving extents across different SCSI hard drives is supposed to speed up performance on your database. After editing the .st file, there is a command (I can't remember) that will actually create the extents that you designated in the .st file. They will be empty, but will show the size on the hard drive that you specified. Lastly, you will copy your current database into the new extents (where ever you may have specified them). This copy portion takes the longest time, although creating the extents takes some time as well.

Once you have done it once, it is not that difficult. From then on, maintaining the database (such as backup and restores) is fairly straight forward, just as if the database were one volume.

Troy
----- Original Message -----
From: Ronald van der Linden
To: vantage@yahoogroups.com
Sent: Wednesday, March 06, 2002 1:37 PM
Subject: [vantage] Progress database question - volumes


We have a database of 947 Mb growing 80 Mb per month. As I remember well a
storage area can have a maximum size of 2Gb so about 10 months from now I
have to add at least one storage area.

Has anyone added volumes (storage areas) to their database?


thanks,

Ronald van der Linden
Macroscoop BV




Yahoo! Groups Sponsor
ADVERTISEMENT




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/links

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



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