<?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: Unable to build - getting below error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336364#M104820</link>
    <description>&lt;P&gt;we now switched to extract files directly from dynamics and import into Postgress as a one time job rather continuous integration. The source system is going to be scrapped. Thank you so much for your time on this&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 10:14:54 GMT</pubDate>
    <dc:creator>GTAndurkar1617793789</dc:creator>
    <dc:date>2021-04-09T10:14:54Z</dc:date>
    <item>
      <title>Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336360#M104816</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to talend and Java. trying to get establish connection between Dynamics CRM 365 and Postgress (Which is used for different projects) so have to use it for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract data from D365 to Postgress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEt me know what exactly needs to be done with below exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: Job compile errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least job "MX_CRM" has a compile errors, please fix and export again.&lt;/P&gt;&lt;P&gt;Error Line: 1&lt;/P&gt;&lt;P&gt;Detail Message: The type org.apache.olingo.client.api.communication.request.retrieve.ODataEntitySetRequest cannot be resolved. It is indirectly referenced from required .class files&lt;/P&gt;&lt;P&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:303)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:211)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJobs(BuildJobManager.java:126)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.buildJobWithMaven(JobScriptsExportWizardPage.java:1561)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage$9.run(JobScriptsExportWizardPage.java:1446)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least job "MX_CRM" has a compile errors, please fix and export again.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336360#M104816</guid>
      <dc:creator>GTAndurkar1617793789</dc:creator>
      <dc:date>2024-11-16T00:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336361#M104817</link>
      <description>&lt;P&gt;HI, do you use  org.apache.olingo.client.api.communication.request.retrieve.ODataEntitySetRequest in a custom routine or a Java component ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 12:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336361#M104817</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-07T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336362#M104818</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's JDK version are you using? On which talend build version you got this issue? Does this issue repro on all jobs or a specific one?&lt;/P&gt;&lt;P&gt;Within Studio, and the job open, click on the Code tab at the bottom, this should point you to exactly where the problem is. There should be a small red bar to the right of the code that it generates, click on that and you should be shown the problem, float your pointer over the red circled cross for the explanation.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336362#M104818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-08T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336363#M104819</link>
      <description>&lt;P&gt;really not sure where it internally getting called. By the way we now switched to extract files directly from dynamics and import into Postgress as a one time job rather continuous integration. The source system is going to be scrapped. Thank you so much for your time on this&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 10:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336363#M104819</guid>
      <dc:creator>GTAndurkar1617793789</dc:creator>
      <dc:date>2021-04-09T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336364#M104820</link>
      <description>&lt;P&gt;we now switched to extract files directly from dynamics and import into Postgress as a one time job rather continuous integration. The source system is going to be scrapped. Thank you so much for your time on this&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 10:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336364#M104820</guid>
      <dc:creator>GTAndurkar1617793789</dc:creator>
      <dc:date>2021-04-09T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build - getting below error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336365#M104821</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Are you able to build your job successfully? Extracting data from D365 to Postgress is working well now?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-build-getting-below-error/m-p/2336365#M104821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-12T07:20:09Z</dc:date>
    </item>
  </channel>
</rss>

