<?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: How to extract/retrieve metadata from microsoft crm dynamics in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300297#M72536</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The user I've connected to CRM is having full access,&lt;/P&gt; 
&lt;P&gt;Even others programs like .Net are able to pull the metadata from the CRM with the same user, which I'm using now.&lt;/P&gt; 
&lt;P&gt;what might be the cause that am not getting the schema from CRM.&lt;/P&gt; 
&lt;P&gt;Are there any chance to pull the metadata from CRM, please help me to achieve this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Meena.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2017 21:08:09 GMT</pubDate>
    <dc:creator>VK2</dc:creator>
    <dc:date>2017-10-20T21:08:09Z</dc:date>
    <item>
      <title>How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300292#M72531</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I m willing to connect and retrieve metadata from Microsoft CRM Dynamics. Could you please help me how can we achieve this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using DB connection--&amp;gt; Generic DB--&amp;gt; provided in below URL But couldn't successful, Please provide alternate approaches.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cdata.com/kb/tech/dynamicscrm-jdbc-talend.rst" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.cdata.com/kb/tech/dynamicscrm-jdbc-talend.rst&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Meena&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300292#M72531</guid>
      <dc:creator>VK2</dc:creator>
      <dc:date>2017-10-20T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300293#M72532</link>
      <description>&lt;P&gt;Hi Meena,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Talend does have components specifically for connecting to&amp;nbsp;Microsoft Dynamics CRM - tMicrosoftCrmInput and tMicrosoftCrmOutput - which allow you to fetch the data in a convenient, and relatively straightforward way, by selecting the type of "Entity" you're interested in (e.g Contact, Lead, Invoice) and specifying criteria/conditions for the records you are interested in.&amp;nbsp;You can also&amp;nbsp;create/update records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the standard DI product, these components can be found in the "Business" section of the component palette.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Unfortunately, I don't have a Microsoft CRM system I can connect to in order to build an example, but the component&amp;nbsp;properties&amp;nbsp;and use are hopefully fairly self-explanatory.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Chris&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 15:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300293#M72532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300294#M72533</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the quick response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes I have used tMicrosoftCRMInput component, but the entity which i needed is not there in the List so i have selected the CustomEntitySet and given the Custom Entity Name but I need the schema to come automatically (which i don't want to enter manually because there are many columns).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find attached screenshots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried DB connection for the schema Retrieval same as provided in the below URL&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cdata.com/kb/tech/dynamicscrm-jdbc-talend.rst" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://www.cdata.com/kb/tech/dynamicscrm-jdbc-talend.rst&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Connection is successfully ( I have used CData Trial version for now) but when i right click and selected the schema retrieve i don't find any schema present.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand why i am not able to see the schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me how can we achieve this ?&lt;/P&gt;
&lt;P&gt;Please provide alternate approaches for the metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Meena.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqr5"&gt;DBConn.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqoj"&gt;DBSchema.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqy3"&gt;TestConnection.png&lt;/A&gt;</description>
      <pubDate>Fri, 20 Oct 2017 18:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300294#M72533</guid>
      <dc:creator>VK2</dc:creator>
      <dc:date>2017-10-20T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300295#M72534</link>
      <description>&lt;P&gt;Hi Meena,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've previously used the SugarCRM components a lot, and also had to manually set up the schema for custom modules, and add&amp;nbsp;any (and often many)&amp;nbsp;custom fields for the standard modules, which is a real pain. They did work fine though, and ultimately it was worth the effort. Just make sure you export the schema once you're done, just in case!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I suspect the issue is that the user you're connect to SQL Server with doesn't have permissions to get the metadata from the CRM database, so maybe check that first, but if that's not the case, then we can start looking at other things.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 18:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300295#M72534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300296#M72535</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sure, I will check the permissions for the user account in CRM.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm having one more doubt, Is there any way to get the metadata out of an API or from WSDL?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know, if there are any chances.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I will get back, once i got the confirmation about the permissions.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in Advance&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Meena.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 20:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300296#M72535</guid>
      <dc:creator>VK2</dc:creator>
      <dc:date>2017-10-20T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract/retrieve metadata from microsoft crm dynamics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300297#M72536</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The user I've connected to CRM is having full access,&lt;/P&gt; 
&lt;P&gt;Even others programs like .Net are able to pull the metadata from the CRM with the same user, which I'm using now.&lt;/P&gt; 
&lt;P&gt;what might be the cause that am not getting the schema from CRM.&lt;/P&gt; 
&lt;P&gt;Are there any chance to pull the metadata from CRM, please help me to achieve this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Meena.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 21:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-retrieve-metadata-from-microsoft-crm-dynamics/m-p/2300297#M72536</guid>
      <dc:creator>VK2</dc:creator>
      <dc:date>2017-10-20T21:08:09Z</dc:date>
    </item>
  </channel>
</rss>

