![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to set-up a Linked Server in SQL 2000 to AS400 iSeries. I would appreciate if anybody out there has the relevant syntax to facilitate this. I have tried and keep getting OLE DB Provider errors. Thanks. |
#3
| |||
| |||
|
|
Install Client Access on the SQL Server box and make sure you have the client updated with whatever service pack level based on updates to the AS400. Then configure the linked server as described in books online under Linked Servers, configuring. For data source, use the IP address of the AS400. For provider string, you need to include the library you are using, connect timeout setting and code page. There is some documentation for the settings in the Client Access help files. You'd set the provider string somewhat like: InitCat=YourLibrary;CCSID=37;PCCodePage=1252; Data Source=xxx.xxx.xxx.xxx Settings will depend on how your AS400 is configured. Again, the Client Access help files have information on the necessary connection string settings. -Sue On Mon, 12 Sep 2005 17:15:03 -0700, Allan. Allan. (AT) discussions (DOT) microsoft.com> wrote: I am trying to set-up a Linked Server in SQL 2000 to AS400 iSeries. I would appreciate if anybody out there has the relevant syntax to facilitate this. I have tried and keep getting OLE DB Provider errors. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |