Results 1 to 3 of 3

Thread: Opinion Wanted - Integration with custom App

  1. #1
    architect3145 is offline Junior Member
    Join Date
    Nov 2009
    Posts
    1

    Default Opinion Wanted - Integration with custom App

    We have an app in-house that runs against MS SQL Server that needs CRM functionality which requires linking into the customer, salesperson, and order tables. The in-house staff has dev experience with RoR, Java, and PHP. Has anyone been down a similar path? How did it turn out?

  2. #2
    sapmin is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    USA
    Posts
    69

    Default Re: Opinion Wanted - Integration with custom App

    We've been through this twice. Both times we decided not to write programs for the interfaces, and instead use a tool for the integration. We've successfully setup bidirectional synchronization by identifying the 'owning' system for each piece of data. For example, Account Name is coming from the ERP system, and any changes made on the Sugar side are overwritten. The ERPs run in either Oracle or MSSQL and Sugar is running MySql in both.

    The tool we used is Jitterbit, but there are several other ETL (Extract Translate Load) tools out there. We schedule it to run every minute, only processing records that have changed since the last run. It's efficient, fast, and reliable.

    If you'd like more details feel free to ask.

  3. #3
    agcopley is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Santiago, Chile
    Posts
    204

    Default Re: Opinion Wanted - Integration with custom App

    Hi there,
    I have done uni-directional synchronization using Talend Open studio...basically I created a series of db triggers on the sugar side, which uploaded the change delta into a separate table, monitored by a Talend process running every minute. The talend process transforms the data and then uploads to the target application. Talend also comes with Sugar adaptors which speed things up a bit, though I am not convinced about their reliability.

    No problems whatsoevera and it is very easy to atomise the transactions in an external integration product like talend or jitterbit.

    Andrew

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Extension wanted: Integration with voipbuster
    By andreasbalzer2 in forum Feature Requests
    Replies: 0
    Last Post: 2008-09-18, 10:48 AM
  2. Quote Wanted - PDA Integration into Sugar
    By pcpal in forum Classifieds
    Replies: 2
    Last Post: 2008-02-18, 03:56 PM
  3. Your opinion: Which are the most usefull add on modules?
    By knptrsn in forum General Discussion
    Replies: 0
    Last Post: 2008-01-26, 11:32 PM
  4. Dev wanted for Sugar customization and integration
    By neilatepc in forum Classifieds
    Replies: 3
    Last Post: 2006-03-05, 12:45 PM
  5. Your opinion please
    By BigRonG in forum General Discussion
    Replies: 0
    Last Post: 2006-02-03, 02:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •