access on server

P

patti

Access is installed on one server. The db is on another.
We will be using windows server to launch the batch file that will run
import macros. Do the app and the db have to be on the same server?

thanks.

patti
 
D

Douglas J. Steele

patti said:
Access is installed on one server. The db is on another.
We will be using windows server to launch the batch file that will run
import macros. Do the app and the db have to be on the same server?

No. And Access doesn't need to be installed on the server: it only needs to
be on the client.
 
P

patti

Thanks for the response.

I want to run the macros independent of a pc. Is this possible? I can't
depend on the client pc always being on or not hanging on some windows issue.

And what is the file name i would look for to find that access is on the
server? Would it still be msaccess.exe? Obviously, servers aren't the
environment i usually deal with except for back ends.

patti
 
D

Douglas J. Steele

Whether it's on a server or a workstation doesn't matter: it's the same
version of Office, and the same msaccess.exe executable.

If you're running it on the server through the Scheduler, make sure that you
know the security context under which the task will be running, and that
that ID has the appropriate permissions for the folders where the front-end
and back-end mdbs reside.
 
P

patti

Thanks Doug.

The ID that you refer to, is that something with the scheduler? Someone else
is in charge of the scheduling on the server.

I was told that access was installed on a certain server but i did not see
the executable file which is why i questioned the name. I guess it's on
another server.

patti
 
D

Douglas J. Steele

I believe you can pass a user id and password to the scheduler, or you can
have the jobs run as a system id. You'll need to talk to the individual in
charge of scheduling, I guess.
 
P

patti

Thanks for the help!

patti

Douglas J. Steele said:
I believe you can pass a user id and password to the scheduler, or you can
have the jobs run as a system id. You'll need to talk to the individual in
charge of scheduling, I guess.
 

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