I am trying to connect to Aster server with jdbc drivers from java. I have added already the Jar files to the classpath.
But I am getting the below error.
Data source and ODBC driver support The following table identifies the ODBC drivers that are supported for MicroStrategy Desktop and different data source types. An ODBC (Open Database Connectivity) driver is a type of software that translates MicroStrategy requests into commands that the database understands.
- Aster Database Drivers and Utilities. Mac OSX 10.5 Solaris SPARC and x86. Aster Database JDBC Driver, version AC5.10.
- The product or products described in this book are licens ed products of Teradata Corporation or its affiliates. Teradata, Applications-Within, Aster, BYNET, Claraview, DecisionCast, Gridscale, MyCommerce, QueryGrid, SQL-MapReduce, Teradata.
2 Answers
Mysql Connector
No bug in the code. Everything is running fine.Download the jdbc driver from here.https://aster-community.teradata.com/docs/DOC-2254
You could also download the driver from here: http://downloads.teradata.com/download/aster/aster-client-tools-for-windows
You can use the jar noarch-aster-jdbc-driver
from AsterJDBC__indep_indep.06.10.00.02.zip
file. This jar file works for my connection.