Jump to content
We've recently updated our Privacy Statement, available here ×

stephane.jacques

Members
  • Posts

    4
  • Joined

  • Last visited

stephane.jacques's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. This is not a PostGresSQL database but Progress database. Since the version 10 of this database it is called OpenEdge.
  2. Hi, I try to set a connection to an old Progress 9.1E Database (Stuck with this ERP). O/S : Windows 2008R2 X64Driver : DATADIRECT 4.10 32-BIT Progress SQL92Jasper Studio version : TIBCO Jaspersoft Studio-6.0.3.finalHere is how i try to do this: Create new "Database JDBC Connection" Data adapter.According to Progress KB, on the "Driver Classpath" tab I add the path to the "jdbc.jar" and "progress.jar" files.On "Database Location" tab I put this information:JDBC Driver : com.progress.sql.jdbc.JdbcProgressDriverJDBC Url : jdbc:jdbcprogress:T:serverIp:portNbr:dbName,"login","password"Then I click the "Test" button.Here the error: jdbc:jdbcprogress:T:serverIp:portNbr:dbName,"login","password" at net.sf.jasperreports.data.jdbc.JdbcDataAdapterService.contributeParameters(JdbcDataAdapterService.java:129) at net.sf.jasperreports.data.AbstractDataAdapterService.test(AbstractDataAdapterService.java:128) at com.jaspersoft.studio.data.wizard.AbstractDataAdapterWizard$3.run(AbstractDataAdapterWizard.java:157) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)Caused by: java.sql.SQLException: No suitable driver found for jdbc:jdbcprogress:T:serverIp:portNbr:dbName,"login","password"[/code]Can you help resolve this? I'll have to set this connection too on the server later.
×
×
  • Create New...