Re: Linked Server Fails w/Error: 7399
From: Dejan Sarka (dejan_please_reply_to_newsgroups.sarka_at_avtenta.si)
Date: 03/10/04
- Next message: Duncan: "SQLSERVERAGENT Problem (SQL Server 2000 64-bit)"
- Previous message: Dejan Sarka: "Re: Restricting Access to Groups of Tables"
- In reply to: walter.williams_at_rd.com: "Linked Server Fails w/Error: 7399"
- Next in thread: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Reply: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 10 Mar 2004 09:31:31 +0100
Check if these articles help:
http://support.microsoft.com/default.aspx?scid=kb;en-us;280106
http://support.microsoft.com/default.aspx?scid=kb;en-us;220915
http://support.microsoft.com/default.aspx?scid=kb;en-us;277002
-- Dejan Sarka, SQL Server MVP Associate Mentor Solid Quality Learning More than just Training www.SolidQualityLearning.com "walter.williams@rd.com" <anonymous@discussions.microsoft.com> wrote in message news:6f5901c4061d$a857ef90$a601280a@phx.gbl... > I'm trying to connnect from a SQL Server 7.0 db to an > Oracle 8.i instance. Connection is failing with the > following error message: Error 7399 OLE DB > Provider 'MSDAOR' reported an error. > > I used the following ddl to create my linked server & > linked server logon: > > exec > sp_addlinkedserver 'CNRDAPRD', 'ORACLE', 'MSADORA', 'cnrdap > rd' > > exec sp_addlinkedsrvlogin 'CNRDAPRD', 'false', 'local SQL > Server logon', 'Oracle Server Logon', 'Oracle Server logon > password' > > I can connect to the Oracle database from the box where > I'm running SQL Server. > > When I issue: ping oracle server name from box running SQL > Server I can ping server. > > When I issue tnsping oracle database name from box running > SQL server I can ping Oracle database. > > When I issue sqlplus ORA logon/ORA password@ORA dbname I > can logon to database so I know I can connect to the box > and I'm using the right logon & password. > > Any help greatly appreciated. Thanks in advance.
- Next message: Duncan: "SQLSERVERAGENT Problem (SQL Server 2000 64-bit)"
- Previous message: Dejan Sarka: "Re: Restricting Access to Groups of Tables"
- In reply to: walter.williams_at_rd.com: "Linked Server Fails w/Error: 7399"
- Next in thread: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Reply: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|