Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

AS400 and sharepoint integration

  Asked By: Dejuan Solomon         Date: Jul 19, 2007      Category: Sharepoint      Views: 804
 

From my brother who works at the IBM Rochester facility and had a significant
role in creating their OLEDB provider.

Tagged:        

 

1 Answer Found

 
Answer #1       Answered By: Kerri Steele          Answered On: Jul 19, 2007       

We just got rid of our as400  but for the last few years I've been using
ADO and ADO.NET to put data in and get data out of it. I used the ODBC
provider with the I-Series Client Access Drivers to get data inside of a
Web Part. You'll have to have the IBM I-Series Client Access drivers
installed on the Sharepoint server running the Web Part.

As for the IBM OLE DB provider, I only tried to use it from Integration
Services and had a lot of trouble with it (though I assume if you can
get it to work that it will perform much better than it's ODBC
equivelant). Here's an example connection string I used:

DRIVER=Client Access ODBC Driver
(32-bit);UID=YourUsername;PWD=YourPassword;PREFETCH=1;SORTTYPE=1;DESC=iS
eries Access for Windows ODBC data
source;PKG=QGPL/DEFAULT(IBM),2,0,1,0,512;LANGUAGEID=ENU;DFTPKGLIB=QGPL;D
BQ=YourDatabaseCatalog;SYSTEM=as400.yourcompany.com;

 
Didn't find what you were looking for? Find more on AS400 and sharepoint integration Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].