situation1, server 1 SBS2000,access data base. Server2 iis, running
asp page that connects to access data using ODBC. I am using a system
DSN odbc connection. The page works wonderfull as long as I am loged
into server 2 as ADMIN. if I log off web site still runs but get a
data error on asp page, cannot connect. Log on as standard user on
Server2 and web page still does not work, Standard user can see the
Dataconnection in SystemDSN, but when you goto configer and try to
compact database it will tell you connection is not vaild.
Situation 2, same machines as above. Server1 sbs2000, sql2000,
running sql reporting services. Have built a dataconnection in report
services using odbc to access data base that is also on server1, built
report that pulls data over the odbc connection. This works well when
signed on as administrator, I can be signed on as administrator on any
machine in the network and goto http:/server1/reports and run the
report.
Problem is that none of my users can run this report, they can pull up
the website, server1/reports and can see the report but when the
report runs they get errors, data connection not found.
I think the above problems are interelated, as standard users cant use
the odbc connection. seams that Server2 cant use the odbc even as a
system connection and needs the admin signed on.
The System DSN is acting the way I would expect a USER Dsn to act.
Thank You very much for your time.