I already tried the command select * from frisa_sim.dbo.tblclientes on server2 to server1 and works..
I used the sa account, just for permissions issue.. but still the same..
Regards..
RTL
Main Topics
Browse All TopicsHi..
This is the scenario.
in 1 server I have windows 2003 Server Standard with SQL 2000 SP4 (let´s called Server1) in another server I have Windows 2000 Server Standard with SQL 2000 SP4 (Server2)
both server try to run a query in the query analyzer.
this is the command: select * from aero_sif.dbsifaero.dbo.tbl
and when I ran it on Server2 works, but in Server1 I got this error message.
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'SQLOLEDB' reported an error. The provider did not give any information about the error.
OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.].
I recreate the link server, and add in the hosts file the IP address and the name, but still the same..
can someone help me on this..
thanks.
Roberto Tamez
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I found the answer,
to fix the error:
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'SQLOLEDB' reported an error. The provider did not give any information about the error.
OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.].
in the query analyzer go to HKLM\Software\Microsoft\Ms
Check all the parameters except AllowInProcess , they must have 0 in the value field and just the AllowInProcess must to have the value of 1.
And works..
Regards..
RTL
Business Accounts
Answer for Membership
by: gpompePosted on 2006-10-24 at 08:47:02ID: 17796811
On the server1 you have a Linked Server called aero_sif pointing to server2. In the security tab you have de server1 is using to access Server2.
Have you try login into Server2 with that user and try select * from dbsifaero.dbo.tblclientes ?
Let me know