-
After deploying another couple of Targets I now have a target with ID 7. It happens to be a SQL Server target, but the Source I want to update is a Postgres database. The JDBCEngine reports back a very strange error message (I'll debug that next), but again the error is ignored and forgotten on the C++ side.
2009-11-24 22:59:49 UTC in Jitterbit - Open Source Integration
-
There are a couple of problems:
The current code goes into konga::WriteJdbcTarget when it tries to update the source database. Since the ID that is passed into this method is a Source ID, but the method assumes it is a Target ID, some confusion ensues.
In my case, the source ID is 7, but since there is no target with ID 7 WriteJdbcTarget throws an Exception, saying "The target has not been...
2009-11-24 22:56:12 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33045 to the Jitterbit - Open Source Integration SVN repository, changing 1 files.
2009-11-24 22:17:42 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33044 to the Jitterbit - Open Source Integration SVN repository, changing 1 files.
2009-11-24 21:51:05 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33042 to the Jitterbit - Open Source Integration SVN repository, changing 1 files.
2009-11-24 20:00:15 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33041 to the Jitterbit - Open Source Integration SVN repository, changing 1 files.
2009-11-24 19:59:23 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33040 to the Jitterbit - Open Source Integration SVN repository, changing 2 files.
2009-11-24 19:55:36 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33039 to the Jitterbit - Open Source Integration SVN repository, changing 2 files.
2009-11-24 19:54:27 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33038 to the Jitterbit - Open Source Integration SVN repository, changing 4 files.
2009-11-24 19:51:17 UTC in Jitterbit - Open Source Integration
-
shenzhou committed revision 33037 to the Jitterbit - Open Source Integration SVN repository, changing 1 files.
2009-11-24 19:47:31 UTC in Jitterbit - Open Source Integration