| Author |
Error while creating a datasource in WAS server
|
|
|
| Hi All,
I am coming across an error while creating a datasource (for connecting to database) on our WAS server. The error description is as follows,
Test Connection failed for datasource TDDatasource on server server1 at node HCC-TESSERVER with the following exception: java.lang.Exception: java.sql.SQLException: No suitable driverDSRA0010E: SQL State = 08001, Error Code = 0. View JVM logs for further
details. null
Did anybody come across any such kind of issue before?? Kindly help me.
Thanks & Regards
Ashwin
| |
|
| Looking at Exception it looks like the script/console did not find the installed JDBC driver. Verify the JDBC driver installed.
| |
|
| Hi,
I checked all the properties for the datasource according to my earlier created datasource and they looked good.. Finally I created a new datapool and inside this datapool when I tried to create the datasource it worked. But I don't know the reason why.
Regards
Ashwin
|
|
|
|