You are not logged in.
Announcement
Unanswered posts
|
The Sugar CRM component coming with Talend supports only old API version. This API version is slow and unstable.
New component with new API version support you can find here: http://cloudbee.com/sugar-crm-talend-component/
So i've added it between the tMap and the tJDBCInput("Contacts") and nothing is being output to the run console. It appears something is broken in my job, ideas?
Hi
For debugging, you can use a tLogRow between tJDBCInput and tMap. We usually use tLogRow to print records on the console for debugging.
Best regards
Shong
I am trying to migrate some sugar records to a mysql database while also doing a lookup with jdbc(filemaker) on the sugar records using the lookup model "Reload at each row" in Scenario 6 of the tMap help docs. The records move successfully into mysql but they aren't getting the values from the jdbc lookup. Is there a way to log the sql call that is taking place on the lookup so I can see if the id is getting through? I've attached a pic of my job and tmap.