Dear all,
I am using GSA which has the following configurations:
Software Version: 6.0.0.G.32 (Active)
System Version: 6.0.0.G.32
I am trying to make it crawl to an SQL Server 2008 R2 database. But I
am getting the following exception:
WARNING: com.microsoft.sqlserver.jdbc.SQLServerException thrown during
query
com.microsoft.sqlserver.jdbc.SQLServerException: The server version is
not supported. The target server must be SQL Server 2000 or later.
at
com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown
Source)
at com.microsoft.sqlserver.jdbc.DBComms.Prelogin(Unknown Source)
at com.microsoft.sqlserver.jdbc.DBComms.<init>(Unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown
Source)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown
Source)
at java.sql.DriverManager.getConnection(DriverManager.java:620)
at java.sql.DriverManager.getConnection(DriverManager.java:200)
at com.google.enterprise.database.Table.getConnection(Table.java:345)
at
com.google.enterprise.database.AbstractTableReader.parse(AbstractTableReader.java:
312)
at
com.icl.saxon.IdentityTransformer.transform(IdentityTransformer.java:
90)
at com.google.enterprise.database.TableCrawler.crawl(TableCrawler.java:
234)
at com.google.enterprise.database.TableCrawler.main(TableCrawler.java:
358)
Jul 14, 2011 7:25:44 AM com.google.enterprise.database.TableCrawler
main
SEVERE: exp thrown during crawling
I could see a similar thread on this forum, but it does not mention
any solution.
http://groups.google.com/group/Google-Search-Appliance-Help/browse_thread/thread/c8d7e5c2831e0134
Can somebody please advice?