Today I went to see Old Blind Dogs in concert in Zumbrota, MN. All in all it was a very good show.
More about postfix tomorrow.
Today I went to see Old Blind Dogs in concert in Zumbrota, MN. All in all it was a very good show.
More about postfix tomorrow.
Usually I think of connecting to a data source as a relatively straightforward process involving something like Perl's DBI or .NET's System.Data.Odbc namespace and a connection string. When using a product like Jaspersoft, however, this task becomes slightly more difficult.
Let's fill in the values for the form:
Name: MyConnection
Description: This is a description of my connection.
Driver: oracle.jdbc.OracleDriver
URL: jdbc:oracle:thin:@host.example.com:1521:mysid
User Name: user123
Password: notagoodpassword
Unfortunately, I haven't entirely gone through all the log4j settings that JasperSoft has to argue, so I can't really say "go check the logs" in good faith. My diagnostic method was writing a quick java program to make sure that my connection strings were good and then just moving the driver around until the java vm detected it based on where the other JDBC provider drivers were.