SQL Server 2005 with iSeries DB2 Linked Server problem
- From: hvymtlcowb@xxxxxxxxxx
- Date: Thu, 15 Jan 2009 10:31:25 -0800 (PST)
Thanks in advance for any help.
I have the linked server(named AS400) set up and and I can execute the
following query from the SQL Server Management Studio and it works
perfectly.
I can even create a view (dbo.PSIA301) of the query in my Master
database and it works from the SQL Server.
When I try to connect the SQL Server from an external querying tool
(DbVisualizer Personal) and execute either the query or the enumerate
the data from the view, I get the following messages:
[SELECT - 0 row(s), 0.000 secs] [Error Code: 7399, SQL State: 37000]
[Microsoft][ODBC SQL Server Driver][SQL Server]The OLE DB provider
"IBMDA400" for linked server "AS400" reported an error. Access denied.
select * from dbo.PSIA301;
.... 1 statement(s) executed, 0 row(s) affected, exec/fetch time:
0.000/0.000 sec [0 successful, 0 warnings, 1 errors]
Any ideas?
.
- Follow-Ups:
- Re: SQL Server 2005 with iSeries DB2 Linked Server problem
- From: Russell Fields
- Re: SQL Server 2005 with iSeries DB2 Linked Server problem
- Prev by Date: Re: Connect works from
- Next by Date: query very very slow ...
- Previous by thread: Access Denied to remote SSIS
- Next by thread: Re: SQL Server 2005 with iSeries DB2 Linked Server problem
- Index(es):
Relevant Pages
|