I’ve started a Jitterpak for SugarCRM to MySQL data integration as we’ve been receiving requests for examples of integration with SugarCRM.
The following Jitterpak retrieves contact data from SugarCRM and inserts it into a MySQL database. It comprises the following operations:
1. ‘Login to Sugar’ for retrieving and storing SessionID in global variables to be used by subsequent web service calls.
2. ‘Insert Sugar Contacts into MySQL’ that fetches contact information from SugarCRM and inserts it into a table called sugardata in a MySQL database.
Prior to running these operations, you will need to create the MySQL catalog, tables and login credentials by running the sql statement in the file createSugarSampleDB.sql in the correct sequence.
Once your database is in place, you will need to modify the following source and target with the appropriate connection information for your database:
1. Source: SugarCRM TestDB
2. Target: SugarCRM TestDB
To run the data integration open the operation called ‘Login to Sugar’. That will deploy all relevant operations to your server. Once that is done, the operation will instantiate all required operations to complete the data integration.
If you add any functionality to your Jitterpak for SugarCRM that would be useful to others please post them on this thread.



