PC Review


Reply
Thread Tools Rate Thread

Bloating on Front end of Split Access App

 
 
=?Utf-8?B?QW1pbGw=?=
Guest
Posts: n/a
 
      24th Jan 2006
Hi,

I have a Split access application deployed to 30 - 35 seperate facilities.
Each facility has the back end on a file server and the front end on the
users desktop. At one facility the front end of the application bloats from
25 mb to almost 1 gb in a short time frame. I dont know why, I can't see any
corrupt data on the back end. Any clues to look for would be greatly
appreciated.
 
Reply With Quote
 
 
 
 
(PeteCresswell)
Guest
Posts: n/a
 
      24th Jan 2006
Per Amill:
>Hi,
>
>I have a Split access application deployed to 30 - 35 seperate facilities.
>Each facility has the back end on a file server and the front end on the
>users desktop. At one facility the front end of the application bloats from
>25 mb to almost 1 gb in a short time frame. I dont know why, I can't see any
>corrupt data on the back end. Any clues to look for would be greatly
>appreciated.


My biggest app continues to grow slowly in use. I've remedied some of the
causes, but it seems like there are factors at work that I have not discovered
yet.

What I've discovered so far:
-------------------------------------------------------------------------------
1) Users are changing print setup on reports.
Each change grows the app DB a little.

2) Some process is creating a temp table in the app instead of a
separate work DB.

3) Not closing Query and Recordset objects and then setting them to Nothing.
In a iterative process that keeps re-populating the same RS, for instance,
the DB can grow by about 4k on every loop unless the RS is properly closed
and the pointer destroyed.
-------------------------------------------------------------------------------
--
PeteCresswell
 
Reply With Quote
 
PC Datasheet
Guest
Posts: n/a
 
      24th Jan 2006
AccessXP has a Compact At Close option at Tools - Options - General. Is it
possible that that one frontend does not have it checked while all the
others do?

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
Over 1100 users have come to me from the newsgroups requesting help
(E-Mail Removed)



"Amill" <(E-Mail Removed)> wrote in message
news:F901CF87-92C1-415A-9636-(E-Mail Removed)...
> Hi,
>
> I have a Split access application deployed to 30 - 35 seperate facilities.
> Each facility has the back end on a file server and the front end on the
> users desktop. At one facility the front end of the application bloats
> from
> 25 mb to almost 1 gb in a short time frame. I dont know why, I can't see
> any
> corrupt data on the back end. Any clues to look for would be greatly
> appreciated.



 
Reply With Quote
 
=?Utf-8?B?VG9tIFdpY2tlcmF0aA==?=
Guest
Posts: n/a
 
      24th Jan 2006
Hi Amill,

In addition to the suggestions that you've already received from Pete
Cresswell and Steve Santus (PC Datasheet), here is a link to a bunch of KB
articles that deal with JET database bloat:

http://tinyurl.com/2dmpw


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

"Amill" wrote:

Hi,

I have a Split access application deployed to 30 - 35 seperate facilities.
Each facility has the back end on a file server and the front end on the
users desktop. At one facility the front end of the application bloats from
25 mb to almost 1 gb in a short time frame. I dont know why, I can't see any
corrupt data on the back end. Any clues to look for would be greatly
appreciated.

 
Reply With Quote
 
StopThisAdvertising
Guest
Posts: n/a
 
      24th Jan 2006

"PC Datasheet" <(E-Mail Removed)> schreef in bericht news:XqgBf.11996$(E-Mail Removed)...

> PC Datasheet
> Your Resource For Help With Access, Excel And Word Applications
> Over 1100 users have come to me from the newsgroups requesting help
> (E-Mail Removed)
>


--
To the original poster:

Most people here have a common belief that the newsgroups are for *free exchange of information*.
But Steve is a notorious job hunter in these groups, always trying to sell his services.

Before you intend to do business with him look at:
http://home.tiscali.nl/arracom/whoissteve.html (updated)

Arno R
 
Reply With Quote
 
Tony Toews
Guest
Posts: n/a
 
      24th Jan 2006
"Amill" <(E-Mail Removed)> wrote:

>Hi,
>
>I have a Split access application deployed to 30 - 35 seperate facilities.
>Each facility has the back end on a file server and the front end on the
>users desktop. At one facility the front end of the application bloats from
>25 mb to almost 1 gb in a short time frame. I dont know why, I can't see any
>corrupt data on the back end. Any clues to look for would be greatly
>appreciated.


I'm wondering if somehow, despite what you've stated, that the
bloating FE is being shared by multiple users.

Are you using temporary tables in your FE? Are the users doing
something unusual there such as running operations that use some
temporary tables in your FE a lot.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Reply With Quote
 
Larry Kahm
Guest
Posts: n/a
 
      24th Jan 2006
Amill,

Are you, by any chance, using a product from FMS called "Total Access Admin"
to remotely administer the database?

If so, please contact their tech support group and request the latest update
to the product.

I was working at a client site several months ago and ran across a similar
problem. An older version of their code would run on a timer pop and create
a temporary object (in the FE) and even though it was deleted, there was a
tremendous increase in the FE's size. They listened to my problem
description, tried it out, tested it in a variety of circumstances, and were
able to issue a fix rather quickly.

If you are not running this product, something similar probably >is<
occurring in your database.

Larry Kahm
Heliotropic Systems, Inc.


"Amill" <(E-Mail Removed)> wrote in message
news:F901CF87-92C1-415A-9636-(E-Mail Removed)...
> Hi,
>
> I have a Split access application deployed to 30 - 35 seperate facilities.
> Each facility has the back end on a file server and the front end on the
> users desktop. At one facility the front end of the application bloats
> from
> 25 mb to almost 1 gb in a short time frame. I dont know why, I can't see
> any
> corrupt data on the back end. Any clues to look for would be greatly
> appreciated.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 split vba modules out of workbook (like Access front end/back end)??? news.microsoft.com Microsoft Excel Programming 0 31st Dec 2009 11:50 PM
Bloating Access File Size mjnuss Webmaster / Programming 0 29th Jul 2009 03:29 PM
Access 2007 Bloating Mark344 Microsoft Access 8 12th Apr 2009 04:34 PM
Access 2003 bloating Chucklez Microsoft Access 2 15th Mar 2008 03:29 AM
Access DB back-end File bloating jameso321 Microsoft Access 19 28th Jun 2005 06:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.