![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to create a Linked Server from MS SQL server Management Studio to a MDB file on a 2nd Server. Using Windows authentication I can query a remote table in the Studio but not from a remote application. Using SQL authentication I get the following error "Cannot start your application. The workgroup information file is missing or opened exclusively by another user." If the MDB file is moved to the C: drive of the SQL server, everything works, using both authentication methods. There is no security setup on the MDB file. SQL server is NOT using a Domain account. |
#3
| |||
| |||
|
|
ron paii (none (AT) nospam (DOT) com) writes: I am trying to create a Linked Server from MS SQL server Management Studio to a MDB file on a 2nd Server. Using Windows authentication I can query a remote table in the Studio but not from a remote application. Using SQL authentication I get the following error "Cannot start your application. The workgroup information file is missing or opened exclusively by another user." If the MDB file is moved to the C: drive of the SQL server, everything works, using both authentication methods. There is no security setup on the MDB file. SQL server is NOT using a Domain account. That is probably the problem. If SQL Server runs under LocalSystem or somesuch, there is usually not access rights to remote shares. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx |
#4
| |||
| |||
|
|
Is there any issues with running it under a Domain account? It's actually best practice to run it under a standard Domain user account. |
#5
| |||
| |||
|
|
ron paii schreef op 05-05-2011 13:56: Is there any issues with running it under a Domain account? It's actually best practice to run it under a standard Domain user account. |
#6
| |||
| |||
|
| "Henk van den Berg" <hvandenberg (AT) xs4all (DOT) nl> wrote in message news:4dc2b673$0$34849$e4fe514c (AT) news (DOT) xs4all.nl... ron paii schreef op 05-05-2011 13:56: Is there any issues with running it under a Domain account? It's actually best practice to run it under a standard Domain user account. Thank you, I'll give that a try. |
![]() |
| Thread Tools | |
| Display Modes | |
| |