473,405 Members | 2,349 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,405 software developers and data experts.

simulate network server locally

Hello, I am Helmut,

developing Access 2000, SP3, with Frontend and Backend hosted in Italy
(via Citrix), english W2K Server, accessed by W2K Terminal.
Development is in Germany. German W2k Professional. Now the italian
admin added additional access possibilities to users in UK. He did it
with a Link. So my linked tables are no more named: H:\Customers, but:
\\servername\WorkgroupsD.

To work at home I finally found (don't remember the miracle any more,
there was something with entering a path into a grey area like
properties..?) a method to add a Link to the Drive H: in the Network
Environment, named WorkgroupsD. I named the local PC to the
servername.

This worked for a while. Two days after, the path was not found any
more.
Even if I display the properties of the Start button in the desktop -
needed for the secured database, the execute in: ...Path... shows a
message: path not valid.
Compress and repair of the database was not possible since
installation of the PC. So I did it on my laptop and called him
"servername" as well. But even there I am not able to open the
database, or install a link in the network environment to point to H:
Home Network is now disconnected.

Short version:
I want to access my linked tables on a stand alone machine with
\\computername\WorkgroupsD to produce access to my H: drive.
And the linked tables have to have this @!*-name.

Help could make me happy
Helmut
Nov 13 '05 #1
5 2621
Helmut wrote:
Short version:
I want to access my linked tables on a stand alone machine with
\\computername\WorkgroupsD to produce access to my H: drive.
And the linked tables have to have this @!*-name.


No need to go to all that trouble, just use the linked table manager to
connect up the tables locally while working at home?

--
This sig left intentionally blank
Nov 13 '05 #2
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...
Helmut wrote:
Short version:
I want to access my linked tables on a stand alone machine with
\\computername\WorkgroupsD to produce access to my H: drive.
And the linked tables have to have this @!*-name.


No need to go to all that trouble, just use the linked table manager to
connect up the tables locally while working at home?

Hi, Trevor,

thank you for the nice idea with the linked tables, but I have to work
also on my own Laptop, without network connection.

When I take my copy from the life System (running in Italy), then I
cannot open it on my Laptop. Before I put my copy - as a secured
Database - back to the system, I have to show it to my customer first
- stand alone.

In the meantime I connected my PC/Laptop at home to my network, and it
opened the database. So the problem is reduced to a single offline PC.

Should I create a loopback? Or is there a network simulating hardware
plug?

Helmut
Nov 13 '05 #3
Helmut wrote:
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...
Helmut wrote:

Short version:
I want to access my linked tables on a stand alone machine with
\\computername\WorkgroupsD to produce access to my H: drive.
And the linked tables have to have this @!*-name.


No need to go to all that trouble, just use the linked table manager to
connect up the tables locally while working at home?


Hi, Trevor,

thank you for the nice idea with the linked tables, but I have to work
also on my own Laptop, without network connection.

When I take my copy from the life System (running in Italy), then I
cannot open it on my Laptop. Before I put my copy - as a secured
Database - back to the system, I have to show it to my customer first
- stand alone.

In the meantime I connected my PC/Laptop at home to my network, and it
opened the database. So the problem is reduced to a single offline PC.

Should I create a loopback? Or is there a network simulating hardware
plug?


You don't need a network to run it standalone :-\

When you re-connect the tables, use a local path instead of a network path.

--
This sig left intentionally blank
Nov 13 '05 #4
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...
Helmut wrote:
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...
Short version:
I want to access my linked tables on a stand alone machine with
\\computername\WorkgroupsD to produce access to my H: drive.
And the linked tables have to have this @!*-name.
You don't need a network to run it standalone :-\

When you re-connect the tables, use a local path instead of a network path.

Hi Trevor,

thank you for your support. I really appreciate it.
When I try to open the database on the standalone Laptop I cannot open
it at all.
I really have to create a link to the subdirectory in the network
environment. When I compare it with my second PC I see, that the
rightclick to the network environment does not give me the item:
create link. I will give the laptop the name of the server and connect
to another pc with a different name. Perhaps then I will be able to
create this missing link.

Success will happen soon... Helmut.
Nov 13 '05 #5
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...
Helmut wrote:
Trevor Best <no****@besty.org.uk> wrote in message news:<42**********************@news.zen.co.uk>...


Hi, Trevor,

now I could connect my stand-alone laptop or PC even with this
server-oriented Path in the table connections. It was only necessary
to connect my PC as a single machine to the switch and the network
connection was ok. The tables in the backend stayed with their
original \\servername\drivename so I could open my database, when I
copied it from the original server to my laptop or PC - all I need to
carry with me is the switch.

thank you for supporting me anyway, your energy brought me to success.

Helmut
Nov 13 '05 #6

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

Similar topics

1
by: TomCullen | last post by:
I am trying to connect a new LBM Laptop to an SQL server on the network and I get "test connection failed because of an error in initializing provider, SQL server does not exist or access...
1
by: Vanessa | last post by:
I'm working on modifications to a split database system that runs on a network. I need to add code to capture the user's network loginID. I found the code I need at mvps.org/access. All I have is a...
7
by: nydiroth | last post by:
Our servers went down for over 6 hours yesterday and I was asked if there was a way to store the database on the server and a local station at the same time. My datbase is split and the tables...
2
by: Mark | last post by:
Assuming a windows domain, and a windows file server, what are the performance implications of placing a data driven .exe Winforms application on a network share, and having multiple users use the...
3
by: Uday Deo | last post by:
Hi everyone, My coworker has a simple desktop app created in VB.NET. He compiled it and posted on the network drive. When we try to run it from it's network location, it generates unhandled...
4
by: Jeremy S. | last post by:
We're in the process of writing a new Windows Forms app and the desktop support folks want for it to be run from a network share. I know it's possible (i.e., just have the framework on the clients...
1
by: mpltkvx | last post by:
Hello, This is a question regarding MS-Access programming. 1. Network environment: I got a room with 50 people answering the phone and logging the topics of the incoming calls. Each has a PC,...
3
by: jason | last post by:
I've been playing around with new (for 2.0) membershp functionality. I was able to build a simple login form that secures a directory on a project I built locally on my development desktop. ...
5
by: lmttag | last post by:
ASP.NET 2.0 (C#) application Intranet application (not on the Internet) Using Windows authentication and impersonation Windows Server 2003 (IIS6) Server is a member server on a domain Logged...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.