473,394 Members | 1,709 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Slow backend due to long server name

Hi,

My company's backend is located at a location with a long address,
something like -

//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be

I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.

I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...

So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.

Thanks,

Barry.
Dec 12 '07 #1
6 1904

<bg***@yahoo.comschreef in bericht news:4e**********************************@r29g2000 hsg.googlegroups.com...
Hi,

My company's backend is located at a location with a long address,
something like -

//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be

I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.

I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...

So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.

Thanks,

Barry.
I am NOT a network guy but...
Ask 'them' to make a share of the directory 'our_databases' (eg 'our_data')
You could then try to link to \\our_servers\our_data\backend.be

Arno R
Dec 12 '07 #2
On Wed, 12 Dec 2007 12:58:48 +0100, "Arno R"
<ar****************@planet.nlwrote:

Would it also help to map a drive letter to that deep path, and link
to x:\backend.mdb?

-Tom.

>
<bg***@yahoo.comschreef in bericht news:4e**********************************@r29g2000 hsg.googlegroups.com...
>Hi,

My company's backend is located at a location with a long address,
something like -

//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be

I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.

I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...

So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.

Thanks,

Barry.

I am NOT a network guy but...
Ask 'them' to make a share of the directory 'our_databases' (eg 'our_data')
You could then try to link to \\our_servers\our_data\backend.be

Arno R
Dec 12 '07 #3
On Wed, 12 Dec 2007 02:27:39 -0800 (PST), bg***@yahoo.com wrote:
>Hi,

My company's backend is located at a location with a long address,
something like -

//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be

I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.

I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...

So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.

Thanks,

Barry.
There is no patch for this problem. It is a Windows/SMB
characteristic, not an Access bug. Windows needs to authenticate at
each directory layer in the share, so the deeper it is, the slower it
is.

As others have suggested, about the only solution is to get them to
create a share much lower in the directory structure.
Dec 12 '07 #4
On Dec 12, 10:43 am, Arch <send...@spam.netwrote:
On Wed, 12 Dec 2007 02:27:39 -0800 (PST), bg...@yahoo.com wrote:
Hi,
My company's backend is located at a location with a long address,
something like -
//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be
I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.
I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...
So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.
Thanks,
Barry.

There is no patch for this problem. It is a Windows/SMB
characteristic, not an Access bug. Windows needs to authenticate at
each directory layer in the share, so the deeper it is, the slower it
is.

As others have suggested, about the only solution is to get them to
create a share much lower in the directory structure.
For more than ten?? years I have had users' frontend databases linked
to backends so deep I don't even think about remembering the path. And
the servers themselves are in the basement catacombs; rumour is that
if you get lost and stumble into one of these rooms you are never
permitted to leave (well, they're so cold that you freeze to death
pdq).
The names of the folders are not especially short. Toss in "Employee
Services Personnel Manager Class I Teaching Staff" and one can get
some long strings.

The front end is instantaneous in retrieving data from the backend,
and in sending data to the backend. I've fooled around with the
backend on a local machine, and there is no noticeable difference in
the speed of the applications under that condition.

I am nothing of a network geek, but surely Windows does not run
thorugh a full authentication routine everytime I press the down arrow
when browsing a continous form, or run a simple select or update
query?

My guess is that the database and the interface are poorly designed
and that IT knows this and is unwilling to throw any more of its time
at making it work properly.

I'm sorry and apologise if this is an affront to the original poster;
I have no evidence that this is so. I am probably unduly influenced by
the 17 386 249 other posts here which blame anything but themselves
for their problems.


Dec 12 '07 #5

"Tom van Stiphout" <no*************@cox.netschreef in bericht news:6f********************************@4ax.com...
On Wed, 12 Dec 2007 12:58:48 +0100, "Arno R"
<ar****************@planet.nlwrote:

Would it also help to map a drive letter to that deep path, and link
to x:\backend.mdb?

-Tom.
Yes that would help also I guess ...
I did not suggest that because I prefer UNC path's.
I have had 'issues' with mappings before ...
(like one user mapping to X, and another mapping to Y)

Arno R

Dec 12 '07 #6
lyle wrote:
On Dec 12, 10:43 am, Arch <send...@spam.netwrote:
>>On Wed, 12 Dec 2007 02:27:39 -0800 (PST), bg...@yahoo.com wrote:
>>>Hi,
>>>My company's backend is located at a location with a long address,
something like -
>>>//our_servers/server_number_one/our_department/our_devision/
our_results/our_databases/backend.be
>>>I have tested the very same backend on another server with a sort path
location at it works fine, but at the location above it is extremely
slow. I've also tested the speeds of both servers and they are the
same with regard to coping to and downloading files from each.
>>>I've asked to get the backend moved but I have been met with a wall of
beurocracy since our servers are organised in this departmental
fashion. Today someone even remarked that surely there is a patch for
this problem and that I shouldn't be wasting their time asking to have
files relocated...
>>>So, my question is, is there a patch or an alternative solution to
this problem since the only solution I have found is to move the
database.
>>>Thanks,
>>>Barry.

There is no patch for this problem. It is a Windows/SMB
characteristic, not an Access bug. Windows needs to authenticate at
each directory layer in the share, so the deeper it is, the slower it
is.

As others have suggested, about the only solution is to get them to
create a share much lower in the directory structure.


For more than ten?? years I have had users' frontend databases linked
to backends so deep I don't even think about remembering the path. And
the servers themselves are in the basement catacombs; rumour is that
if you get lost and stumble into one of these rooms you are never
permitted to leave (well, they're so cold that you freeze to death
pdq).
The names of the folders are not especially short. Toss in "Employee
Services Personnel Manager Class I Teaching Staff" and one can get
some long strings.

The front end is instantaneous in retrieving data from the backend,
and in sending data to the backend. I've fooled around with the
backend on a local machine, and there is no noticeable difference in
the speed of the applications under that condition.

I am nothing of a network geek, but surely Windows does not run
thorugh a full authentication routine everytime I press the down arrow
when browsing a continous form, or run a simple select or update
query?

My guess is that the database and the interface are poorly designed
and that IT knows this and is unwilling to throw any more of its time
at making it work properly.

I'm sorry and apologise if this is an affront to the original poster;
I have no evidence that this is so. I am probably unduly influenced by
the 17 386 249 other posts here which blame anything but themselves
for their problems.
I'm not sure if this addresses the issue at all.
http://support.microsoft.com/?kbid=891176. There's also
http://support.microsoft.com/kb/889588/.

It might have been at Tony Toews site or else he had a pointer to a kb
article that mentioned moving the folders close to the root.
Dec 13 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: DJJ | last post by:
I am using the MySQL ODBC 3.51 driver to link three relatively small MySQL tables to a Microsoft Access 2003 database. I am finding that the data from the MySQL tables takes a hell of a long time...
8
by: Neil | last post by:
I have a very puzzling situation with a database. It's an Access 2000 mdb with a SQL 7 back end, with forms bound using ODBC linked tables. At our remote location (accessed via a T1 line) the time...
1
by: Tardus Merula | last post by:
We have just put a new samba server on the lab premises and upgradede all workstations to 100 MB/s, in order to avoid using 10-mile radio link, hoping that this would enable us to operae our...
3
by: Mark | last post by:
Hi Guru's, Firstly, I'll apologise for the long post. The scenario is that along with Access built in security, I have built my own so to make it easier to enable/disable permissions on certain...
1
by: Daveyk0 | last post by:
Hello there, I have a front end database that I have recently made very many changes to to allow off-line use. I keep copies of the databases on my hard drive and link to them rather than the...
7
by: ddsvi78 | last post by:
I am a complete idiot when it comes to access. Now that said, I work for a computer security company and one of our customers came to us with an access problem. They had been running fine for a...
0
by: G Gerard | last post by:
Hello I have a network between three computers. On computer A the OS is win98, computer B and C have winXP. The backend of an MSAccess 2000 application is located on C and a copy of the...
13
by: Arno R | last post by:
Hi all, I am deploying an A2k app to users with different versions of Access. Using Access 2000 the relinking on startup (on deploying a new frontend or when backend has changed) is very fast....
3
by: Bob Alston | last post by:
I have recently been trying to determine the best technique to pull the least amount of info across the LAN link in a slow speed LAN situation (e.g. < 10 Mbps), where data volume = performance. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.