Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vapukov
Master II
Master II

tSugarCRM from ESB runtime

is anybody have experience with deploy Job containing tSugarCRM as OSGI?

Component perfect work in standalone jobs, in bach mode, but when attempt to implement it as part of web service:

 

- job also perfect work from Studio as web service

- but when deploy in runtime some dependencies errors:



To see the whole post, download it here
Labels (2)
5 Replies
Anonymous
Not applicable

Hi there, 

 

I just wanted to touch base with you regarding SugarCRM. I work for a SugarCRM partner firm and we are  implementing Talend ESB as our Migration/Integration platform.

 

Somewhere in the future I will implement either a Camel SugarCRM component or recreate the SugarBean into a Java Equivalent.

vapukov
Master II
Master II
Author

sure - this is interesting

 

I just looking for present solution

 

I of course can write direct to database tables in SugarCRM with tMySQLOutput (plus additional logic), but want to find way make present component working

vapukov
Master II
Master II
Author

very active discussion! 0683p000009MACn.png

may be Talend Staff could answer - how to make working Talend component in Talend environment? 0683p000009MACn.png

 

 

BTW - current implemented working solution

- web service (because it contain other steps) - do all as usual, and instead of call tSugarCRMOutput component - send message to ActiveMQ
- Standard Talend Job running from cron trigger in TAC, parse messages queue every minutes and use tSugarCRM without problem

not a real-time, but at least it work for now.

Still interesting to have more proper solution.

 

Anonymous
Not applicable

Very nice.

 

We started our SugarCRM Camel component. We are going to start with get_entry and set_entry, and get_entry_list.

 

Nice to hear that it is working especially that you are utilizing ApacheMQ too.

vapukov
Master II
Master II
Author

as I understand - You are not a Talend person 🙂
and Your component is great, but it still will be Your (in best case community) component

 

so, still interesting to have a answer from Talend - if they include component in tools, why it not working? 0683p000009MACn.png