JDBC Connection Errors

Problem: The JDBC connection succeeds but the error log receives continuous errors.

Explanation: This can occur if the connection includes any incorrect property which could cause a connection failure (for example, non-existing database name, incorrect URL format (specific to different types of database servers), referencing the wrong JDBC driver, or the JDBC driver does not exist (if you have not downloaded the driver).

Solution: When you create the connection, ensure that all properties are correct, and that you have the required drivers.

Related concepts
Troubleshoot Code Generation
Troubleshoot Unwired WorkSpace Errors
Related tasks
Unwired WorkSpace Crashes When Previewing or Test Executing Large Amounts of Data
Cannot Start Unwired WorkSpace After Modifying Plugins
Cannot Access Sample Database After Switching Network Types
Data Source Connection Fails After Installing to a New Directory
Related reference
Mobile Business Object Errors
Deployment Errors