<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tMicrosoftCRM not working with online version in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222632#M16168</link>
    <description>Hi andymahieu&lt;BR /&gt;Our developer suggests that please report an issue on on bugtracker. We will test this problem further and see what we can do next. Thank you!</description>
    <pubDate>Wed, 19 Sep 2012 09:59:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-19T09:59:44Z</dc:date>
    <item>
      <title>tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222627#M16163</link>
      <description>The input and output components don't seem to work with the online version of microft CRM 2011.
&lt;BR /&gt;A security token has to be fetched from microsoft (
&lt;A href="https://login.microsoftonline.com/RST2.srf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://login.microsoftonline.com/RST2.srf&lt;/A&gt;) to access your company's CRM before your can actually access the data.
&lt;BR /&gt;Does anyone have an example job/subjob for this (if it can work this way) ?
&lt;BR /&gt;When running the tMicrosoftCRMOutput component, you get the following error. 
&lt;BR /&gt;com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection post
&lt;BR /&gt;SEVERE: SAAJ0009: Message send failed
&lt;BR /&gt;Exception in component tMicrosoftCrmOutput_1</description>
      <pubDate>Mon, 10 Sep 2012 09:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222627#M16163</guid>
      <dc:creator>andymahieu</dc:creator>
      <dc:date>2012-09-10T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222628#M16164</link>
      <description>Hi,
&lt;BR /&gt;Here is an example how I connect to the online version of microsoft crm 2011.
&lt;BR /&gt;and the program fetch the token from 
&lt;A href="https://dev.login.live.com/wstlogin.srf" rel="nofollow noopener noreferrer"&gt;https://dev.login.live.com/wstlogin.srf&lt;/A&gt;.
&lt;BR /&gt;what kind of authenication on your microsoft crm?</description>
      <pubDate>Tue, 11 Sep 2012 04:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222628#M16164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T04:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222629#M16165</link>
      <description>We have tried the same input as you did and have debugged because we received an authentication error. 
&lt;BR /&gt;We saw that the web service which is used, is the one from ms crm 2007. 
&lt;BR /&gt;We use Talend Open Studio for data integration (the free version). 
&lt;BR /&gt;We should use the new web service of ms CRM 2011 (because microsoft will throw away the old web service with a release update...) 
&lt;BR /&gt;We should use the 
&lt;A href="https://login.microsoftonline.com/RST2.srf" rel="nofollow noopener noreferrer"&gt;https://login.microsoftonline.com/RST2.srf&lt;/A&gt; because we work in europe. Maybe the other srf works in the US or other countries. 
&lt;BR /&gt;We got the "error Authentication Failure 
&lt;BR /&gt; at org.talend.mscrm.login.passport.SoapExecutor.execute(SoapExecutor.java:80)" 
&lt;BR /&gt;We tried the same message with the program SOAPUI and saw some more info on the error : "the entered password and the stored do not match" 
&lt;BR /&gt;We were able to connect with a tsoap component to the authentication web service. So in fact, we could now make a job which fills the time into the request xml for the security token, then read the response and use the cipher values from the response in another tsoap to the data web service. But that seems a lot of work if we have to do that for every conversion of every table... 
&lt;BR /&gt;Greetings 
&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 11 Sep 2012 16:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222629#M16165</guid>
      <dc:creator>andymahieu</dc:creator>
      <dc:date>2012-09-11T16:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222630#M16166</link>
      <description>Hi bchen, 
&lt;BR /&gt;I have tried the same setup as in your example and for me, it doesn't work. 
&lt;BR /&gt;The only difference is, that I have to use a crm4 host (for Europe). I have made a special user to test this and included the specs for it. Could you try this on your setup, please. Maybe you have another version of Talend or the component. 
&lt;BR /&gt;I use Talend 5.2.0.M3 and for the component, I have found this info on the version : 
&lt;BR /&gt;VERSION="0.102" STATUS="ALPHA" 
&lt;BR /&gt; COMPATIBILITY="ALL" AUTHOR="Talend" RELEASE_DATE="20070312A" 
&lt;BR /&gt; STARTABLE="true" 
&lt;BR /&gt;Here are my tMicrosoftCrmInput component values 
&lt;BR /&gt;I don't seem to be able to add images to the post, so I give my values here : 
&lt;BR /&gt;Property Type Built-In 
&lt;BR /&gt;Authentication Type ONLINE 
&lt;BR /&gt;OrganizeName "isocabtest" 
&lt;BR /&gt;Gebruikersnaam (user name) "talendtest@isocabtest.onmicrosoft.com" 
&lt;BR /&gt;Wachtwoord (password) "Talend6116" 
&lt;BR /&gt;Host "isocabtest.api.crm4.dynamics.com" 
&lt;BR /&gt;Time out(second) 60 
&lt;BR /&gt;Entity Account 
&lt;BR /&gt;Schema Built-In 
&lt;BR /&gt;Greetings 
&lt;BR /&gt;Andy Mahieu</description>
      <pubDate>Thu, 13 Sep 2012 07:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222630#M16166</guid>
      <dc:creator>andymahieu</dc:creator>
      <dc:date>2012-09-13T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222631#M16167</link>
      <description>If you use the Microsoft CRM hosted on Office 365, then the 2007 Web Services don't work anymore. 
&lt;BR /&gt; 
&lt;BR /&gt;See also 
&lt;BR /&gt; 
&lt;A href="http://technet.microsoft.com/en-us/library/gg334316.aspx" rel="nofollow noopener noreferrer"&gt;http://technet.microsoft.com/en-us/library/gg334316.aspx&lt;/A&gt; 
&lt;BR /&gt;There are a few possibilities to solve this : 
&lt;BR /&gt;- ask Talend for a new version of the component 
&lt;BR /&gt;- create a job in Talend with several tSoap components and handle the XML which go back and forth 
&lt;BR /&gt;- use another tool 
&lt;BR /&gt;- do manual imports/updates in Microsoft CRM 
&lt;BR /&gt;Greetings 
&lt;BR /&gt;Andy Mahieu</description>
      <pubDate>Tue, 18 Sep 2012 16:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222631#M16167</guid>
      <dc:creator>andymahieu</dc:creator>
      <dc:date>2012-09-18T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222632#M16168</link>
      <description>Hi andymahieu&lt;BR /&gt;Our developer suggests that please report an issue on on bugtracker. We will test this problem further and see what we can do next. Thank you!</description>
      <pubDate>Wed, 19 Sep 2012 09:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222632#M16168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-19T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: tMicrosoftCRM not working with online version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222633#M16169</link>
      <description>Hi,&lt;BR /&gt;I've entered it on bugtracker on 19/09 but I don't get any response. Does anyone have another solution ? &lt;BR /&gt;Greetings&lt;BR /&gt;Andy Mahieu&lt;BR /&gt;Isocab NV&lt;BR /&gt;Belgium</description>
      <pubDate>Fri, 05 Oct 2012 08:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMicrosoftCRM-not-working-with-online-version/m-p/2222633#M16169</guid>
      <dc:creator>andymahieu</dc:creator>
      <dc:date>2012-10-05T08:50:16Z</dc:date>
    </item>
  </channel>
</rss>

