I have started using WSO2 Stratos live and started using WSO2 data services server.
I am facing issue while using SQL Server 2008 with WSO2 data services server.
I am getting below error
The server version is not supported. The target server must be SQL
Server 2000 or later.
I believe the answer to this is to update the jars in Stratos live to use latest sqljdbc4.jar but I am not sure how to do it.
Any help is appreciated.
There’s no way that the users can replace the driver jars of the StratosLive Data Services Server and WSO2 should upload the latest versions of the jars to the server for you. We’ll make sure they are updated soon.
As an alternative, if you want to have your own latest driver jars used, you can write a webapp including the desired jars inside WEB-INF/lib folder, host it in the WSO2 Application Server and connect to your MSSQL instance.
Regards,
Prabath