Easysoft JDBC-ODBC BridgeWhy do I get an exception when transferring large amounts of data? |
|
When I try to transfer larger amounts of data (30-40 megabytes), I get the following error:
sql.SQLException: [JOB] RPC Exception RPC_ERROR_BAD_START.
There is a default limit of 1 megabyte on the maximum size of data that JOB can get from a back end. You can change this limit by adding the JDBC URL connection attribute:
:mb=<float>
where <float> is the number of megabytes you want to increase the limit to.
For example, to specify a 40 megabyte limit:
:mb=40.0