Hi, i have a problem trying to set a data source for Remedy AR System.
I am using the ODBC driver provided by BCM Remedy, and it works perfectly, but the thing is that since i am going to use this report to be seen through the web within a jsp i need it to be designed against a JDBC data source.
Remedy doesn't provide a JDBC driver so I tried using the JDBC-ODBC bridge provided by sun which is already installed in my computer, i created a new connection under the JDBC category with an URL like this : jdbc:odbc:<My datasource> being the datasource already created in the operating system. Unfortunately i had no success because when i click finish this message appears:
Failed to retreive data from the database
Details: Exception: Error Message: null
Any help would be greatly appreciated since i've made research and i can't find a solution.
Thanks