Multi user enviornment

N

Neil MacMurchy

Is there a way to have multiple users access the same copy of an adp without
getting the "read-only" on the second copy? I would like to have this
available to all users of a terminal server (Citrix) enviornment.

Thanks

Neil MacMurchy
 
B

BJ Freeman

not to my knowledge. You would have to create a directory for each, with
their own copy. use a batch file to propagate the copies.
 
R

Richard Heinen

Hi Neil,

I think it is easier to copy the .adp file to the local machines: it works
faster!
Here's how I did it:

On each workstation I created a shortcut to the script-file on a server.
The script contains the following code:

xcopy G:\divc\plek-wkt\WKT\wktsys\wktsys.adp c:\ /Y

if not exist c:\wktsys.bmp goto kopieer
goto starten

:kopieer
xcopy G:\divc\plek-wkt\WKT\wktsys\wktsys.bmp c:\
goto starten

:starten
g:\divc\PLEK-WKT\start /max c:\wktsys.adp

I copied the windows 98 file "start.exe" to the server to make it work.

It works fine for me!!

Good luck with it

Richard
 
D

dosk

-----Original Message-----
Is there a way to have multiple users access the same copy of an adp without
getting the "read-only" on the second copy? I would like to have this
available to all users of a terminal server (Citrix) enviornment.

Thanks

Neil MacMurchy


.
We have similar situation with multiple users access an
ade file. Right click the adp file and make sure the
share option is selected. This is a Novel/Windows OS
problem not Access. Two pins accessing one file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top