Discussion:
Help with UPSIZING wizard
(too old to reply)
John Cosmas
2005-07-27 16:53:07 UTC
Permalink
I'm trying to upsize a database which is about 11GB in size. I'm about 30%
through the process, but I'm run into VFP9 saying that the LOG file is
already full. How can I clear the log file? And where is this DBF located?
Any pointers?
Dan Freeman
2005-07-27 17:55:31 UTC
Permalink
It's talking about the Server's log. It's best to turn this off before
upsizing (and back on afterward) for exactly the problem you're seeing.

Dan
Post by John Cosmas
I'm trying to upsize a database which is about 11GB in size. I'm
about 30% through the process, but I'm run into VFP9 saying that the
LOG file is already full. How can I clear the log file? And where
is this DBF located? Any pointers?
John Cosmas
2005-07-27 22:00:42 UTC
Permalink
I already cleaned the log file in SQL and VFP Upsizing Wizard continues to
give me a "The Upsizing wizard cannot continue because the log is full".
I've checked SQL and also ran the shrink routine to clean it up. I've set
the growth to 100% on the log file as well. Is there a log inside the
wizard project? Or in VFP?
Post by Dan Freeman
It's talking about the Server's log. It's best to turn this off before
upsizing (and back on afterward) for exactly the problem you're seeing.
Dan
Post by John Cosmas
I'm trying to upsize a database which is about 11GB in size. I'm
about 30% through the process, but I'm run into VFP9 saying that the
LOG file is already full. How can I clear the log file? And where
is this DBF located? Any pointers?
Dan Freeman
2005-07-27 22:58:45 UTC
Permalink
No, there is no log in VFP. It's coming from SQL Server.

Turn logging OFF while upsizing.

Dan
Post by John Cosmas
I already cleaned the log file in SQL and VFP Upsizing Wizard
continues to give me a "The Upsizing wizard cannot continue because
the log is full". I've checked SQL and also ran the shrink routine to
clean it up. I've set the growth to 100% on the log file as well.
Is there a log inside the wizard project? Or in VFP?
Post by Dan Freeman
It's talking about the Server's log. It's best to turn this off
before upsizing (and back on afterward) for exactly the problem
you're seeing.
Dan
Post by John Cosmas
I'm trying to upsize a database which is about 11GB in size. I'm
about 30% through the process, but I'm run into VFP9 saying that the
LOG file is already full. How can I clear the log file? And where
is this DBF located? Any pointers?
Loading...