Unix Technical Forum

fail create linkserver to inbformix

This is a discussion on fail create linkserver to inbformix within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> I want to make a link to Informix server. Steps that I do are as bellow. - on win2003 ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 10:13 PM
Tarvirdi
 
Posts: n/a
Default fail create linkserver to inbformix

I want to make a link to Informix server. Steps that I do are as bellow.
- on win2003 server with Mssql2005+sp1
- installed "IBM Informix Connect 2.9"
- Create systemDSN ODBC with name "InformixDB" and test connection ,ok
- Open management studio and open query with user sa, write bellow commands
================================================
exec sp_addlinkedserver @server= 'testserver' ,
@srvproduct= ''
, @provider= 'MSDASQL'
, @datasrc= 'InformixDB'
, @location= ''
, @provstr= ''
, @catalog= ''
go
EXEC sp_tables_ex servertest
GO
=================================================
and get error
-----------------
Server: Msg 7399, Level 16, State 1, Procedure sp_tables_ex, Line 13
OLE DB provider 'MSDASQL' reported an error. The provider did not give any
information about the error.
OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitialize::Initialize
returned 0x80004005: The provider did not give any information about the
error.].
----------------
above configuration works on other computer in my office but noticeable
difference between them
Thanks
Tarvirdi



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:11 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com