Emanuel,
I am getting following error:
No suitable driver found for jdbc:sql server://localhost\SQLEXPRESS/JIT3_TESTI tried your solution by doing the following:
1. I included SQL ServerJ in the JDBCDrivers.conf file.
<Driver>
<Name>SQL ServerJ</Name>
<Class>com.microsoft.sqlserver.jdbc.SQLServerDriver</Class>
<Subprotocol>sql server</Subprotocol>
</Driver>
2. Since I did not have the JDBC drivers for SQL Server, I downloaded sqljdbc4.jar from msdn.
3. I copied the sqljdbc4.jar to C:\Program Files\Jitterbit Integration Server\tomcat\lib and C:\Program Files\Jitterbit Integration Server\tomcat\webapps\axis\WEB-INF\lib
4. Restarted all of the Jitterbit services.
5. In the Jitterbit DB Targets, I am able to select the SQLServerJ driver.
But when I test the connection, it gives the error No suitable driver found for jdbc:sql server://localhost\SQLEXPRESS/JIT3_TESTThanks,
Suresh