A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

WAN speed issue



 
 
Thread Tools Display Modes
  #1  
Old January 18th, 2005, 07:45 PM
Jeff
external usenet poster
 
Posts: n/a
Default WAN speed issue

Hello,

I have an Access Aplication that I designed & it currently resides on a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff

  #2  
Old January 18th, 2005, 08:03 PM
Immanuel Sibero
external usenet poster
 
Posts: n/a
Default


Hi Jeff,

Your IT person is probably right. You shouldn't run Access on a WAN. You
might want to consider:

- Terminal Server
- Replication

I would seriously consider Terminal Server.


HTH,
Immanuel Sibero





"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff



  #3  
Old January 18th, 2005, 08:13 PM
etarhan
external usenet poster
 
Posts: n/a
Default

The first that can be said is that your IT person is right. In a LAN
environment, bits and bytes move at a speed of 10, 100 or possibly 1000
megabits per second. n a wan, the speed is principally limited by your
connection speed, which can be anything between 256 kilobits to 2 megabits,
possibly 4.

Therefore you are doomed to slowdown when connected through WAN.

Second thing that can be said is that did you separate your database into
front- and back-ends? If not, then you should do it immediately. Having only
data moving on the wires is really much much better than starting a remotely
located program and forcing everything including the form and query data to
go back and forth between two computers is simply a waste of bandwidth. This
is true even on a LAN. Separation of two ends is extremely easy, as there is
a wizard in Access to do this.

The third possibility to speed up things is to use a terminal server on the
main office and have the users to log on to it to run the program. This way,
program is running on the main computer and only the really necessary
things are moving on the byte. Still, you have to separate database into a
front- and a back-end.

Good luck,

Engin

"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff



  #4  
Old January 18th, 2005, 08:19 PM
Jeff
external usenet poster
 
Posts: n/a
Default

Hi Immanuel,

Thank you for your response.

Can you briefly explain what you ment by "Replication" ?

Thank you,
Jeff

"Immanuel Sibero" wrote:


Hi Jeff,

Your IT person is probably right. You shouldn't run Access on a WAN. You
might want to consider:

- Terminal Server
- Replication

I would seriously consider Terminal Server.


HTH,
Immanuel Sibero





"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff




  #5  
Old January 18th, 2005, 08:46 PM
RSC
external usenet poster
 
Posts: n/a
Default

Just for expediency sake, try saving the MDB as an MDE
and have someone try accessing it over the WAN. You'll
notice a significant decrease in load time.
-----Original Message-----
Hello,

I have an Access Aplication that I designed & it

currently resides on a
Server here in our office & has other offices from

different locations
accessing it via a WAN.

The problem is the speed. From the other locations the

speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I

contacted someone from IT
in this office & he said...

"The network response is the same as its being since its

been install.
Unitization stats for both site WAN circuits are fine.

The application is
more likely design for a LAN environment and not via WAN

which means
you are going to have to look into the application

design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on

possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff

.

  #6  
Old January 18th, 2005, 09:27 PM
Immanuel Sibero
external usenet poster
 
Posts: n/a
Default


Jeff,

There is a reason why I put Terminal Server as the first option, and why I
recommend it. I have not used replication, and from the newsgroup, you can
tell that replication is not for the faint of heart. It is for someone bold
enough to tackle the challenges.

Replication is basically creating multiple "smart copies" (i.e. replicas) of
your database, and then distributing these "replicas" among your branches.
This way each branch would have its own local database. Periodically, you
would synchronize these replica databases. I think your IT guy kinda sorta
alluded to this when he mentioned "synch" or "resynch" the database.

Anyway, investigate both "Terminal Service" and "Replication". I think you
would agree that you would want to give "Terminal Service" a shot first.
Another reason for Terminal Service, you already have the infrastructure to
do it with (the WAN). One other big reason, a lot of people here (the mvp's
and experts) would swear by Terminal Service.

HTH,
Immanuel Sibero



"Jeff" wrote in message
...
Hi Immanuel,

Thank you for your response.

Can you briefly explain what you ment by "Replication" ?

Thank you,
Jeff

"Immanuel Sibero" wrote:


Hi Jeff,

Your IT person is probably right. You shouldn't run Access on a WAN. You
might want to consider:

- Terminal Server
- Replication

I would seriously consider Terminal Server.


HTH,
Immanuel Sibero





"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on

a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY

VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone

from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The

application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on

bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways,

Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff






  #7  
Old January 18th, 2005, 09:33 PM
Jeff
external usenet poster
 
Posts: n/a
Default

Hi Immanuel, I agree with going with TS.

I just never heard of "Repliaction" so I was curious as to what u ment by it.

Thank you VERY much for the Explanation and your help.

Best Regards,
Jeff

"Immanuel Sibero" wrote:


Jeff,

There is a reason why I put Terminal Server as the first option, and why I
recommend it. I have not used replication, and from the newsgroup, you can
tell that replication is not for the faint of heart. It is for someone bold
enough to tackle the challenges.

Replication is basically creating multiple "smart copies" (i.e. replicas) of
your database, and then distributing these "replicas" among your branches.
This way each branch would have its own local database. Periodically, you
would synchronize these replica databases. I think your IT guy kinda sorta
alluded to this when he mentioned "synch" or "resynch" the database.

Anyway, investigate both "Terminal Service" and "Replication". I think you
would agree that you would want to give "Terminal Service" a shot first.
Another reason for Terminal Service, you already have the infrastructure to
do it with (the WAN). One other big reason, a lot of people here (the mvp's
and experts) would swear by Terminal Service.

HTH,
Immanuel Sibero



"Jeff" wrote in message
...
Hi Immanuel,

Thank you for your response.

Can you briefly explain what you ment by "Replication" ?

Thank you,
Jeff

"Immanuel Sibero" wrote:


Hi Jeff,

Your IT person is probably right. You shouldn't run Access on a WAN. You
might want to consider:

- Terminal Server
- Replication

I would seriously consider Terminal Server.


HTH,
Immanuel Sibero





"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on

a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY

VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone

from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The

application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on

bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways,

Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff







  #8  
Old January 18th, 2005, 09:35 PM
Jeff
external usenet poster
 
Posts: n/a
Default

Thank you for your response & help !!

"etarhan" wrote:

The first that can be said is that your IT person is right. In a LAN
environment, bits and bytes move at a speed of 10, 100 or possibly 1000
megabits per second. Ýn a wan, the speed is principally limited by your
connection speed, which can be anything between 256 kilobits to 2 megabits,
possibly 4.

Therefore you are doomed to slowdown when connected through WAN.

Second thing that can be said is that did you separate your database into
front- and back-ends? If not, then you should do it immediately. Having only
data moving on the wires is really much much better than starting a remotely
located program and forcing everything including the form and query data to
go back and forth between two computers is simply a waste of bandwidth. This
is true even on a LAN. Separation of two ends is extremely easy, as there is
a wizard in Access to do this.

The third possibility to speed up things is to use a terminal server on the
main office and have the users to log on to it to run the program. This way,
program is running on the main computer and only the really necessary
thiþngs are moving on the byte. Still, you have to separate database into a
front- and a back-end.

Good luck,

Engin

"Jeff" wrote in message
...
Hello,

I have an Access Aplication that I designed & it currently resides on a
Server here in our office & has other offices from different locations
accessing it via a WAN.

The problem is the speed. From the other locations the speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I contacted someone from IT
in this office & he said...

"The network response is the same as its being since its been install.
Unitization stats for both site WAN circuits are fine. The application is
more likely design for a LAN environment and not via WAN which means
you are going to have to look into the application design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff




  #9  
Old January 18th, 2005, 09:37 PM
Jeff
external usenet poster
 
Posts: n/a
Default

Thank you for your response & help !!


"RSC" wrote:

Just for expediency sake, try saving the MDB as an MDE
and have someone try accessing it over the WAN. You'll
notice a significant decrease in load time.
-----Original Message-----
Hello,

I have an Access Aplication that I designed & it

currently resides on a
Server here in our office & has other offices from

different locations
accessing it via a WAN.

The problem is the speed. From the other locations the

speed is VERY VERY
slow to the point of making it unusable.

I am unfortunatly not a Networking person. So I

contacted someone from IT
in this office & he said...

"The network response is the same as its being since its

been install.
Unitization stats for both site WAN circuits are fine.

The application is
more likely design for a LAN environment and not via WAN

which means
you are going to have to look into the application

design base on bytes or
packet types. In addition,
to re-sync the database."

Is their anyone who could give me any feedback on

possible ways, Access
changes, (if any) to help speed up the database.

Any help would be greatly appreciated.

Thank you,
Jeff

.


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WAN speed issue Jeff General Discussion 7 January 19th, 2005 10:20 AM
"Navigate through Combo" Issue Solved - Another arised.. Pls Help Prax Powerpoint 2 January 18th, 2005 07:17 PM
Access XP Registry Issue. Michael Weber General Discussion 3 December 7th, 2004 03:17 PM
Strange speed issue Andy General Discussion 0 November 10th, 2004 08:18 PM


All times are GMT +1. The time now is 03:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.