Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAS90 to SQL Server 2005

Status
Not open for further replies.

nfalk

Programmer
May 28, 2009
3
0
0
US
Here is the error:
[ProvideX][ODBC Driver][FILEIO]Table is not accessible

I get this when I run a view or stored proc using:
SELECT * FROM OPENQUERY(MAS90_1, 'SELECT * FROM AR_Salesperson')

MAS90_1 is the linked server. I think my problem has to do with the login info. We have 2 servers... our MAS90 DB is located on "MAS90_srv" and our SQL Server 2005 is on "Utility". If I login to "Utility" using "DOMAIN\user1" would I need to allow access to "MAS90_srv" for "DOMAIN\user1" AND what would the sp_addlinkedsrvlogin command look like...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top