<?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: Error Message import routines cannot be resolved in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292635#M144552</link>
    <description>&lt;P&gt;I experienced this exact error with one of my custom code libraries.  Mine was calls CustomFunctions.  My solution is completely different to what beldr mentions.  Hopefully this helps someone.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution is somewhat mentioned in this post I found&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/routines-Numeric-cannot-be-resolved-compilation-errors-with-Talend-Jobs-using-tRunJob-components-e0ujO?language=en_US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I have Job A and job B.  &lt;B&gt;BOTH &lt;/B&gt;used the CustomFunctions library.  JobA called JobB via a tRunJob component.  For some reason, the fact that JobA was calling JobB, and BOTH jobs used the CustomFunctions library was the issue. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My resolution was to remove the need for CustomFunctions from JobB.  Luckily this was pretty easy for me.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very confident that the issue was that JobB used CustomFunctions, because when I slotted in a dummy job into the tRunJob component in JobA, JobA executed fine with no problems. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore I'm pretty confident the issue was caused (again) by the fact that JobA called JobB with a tRunJob component, and BOTH jobs utilized my CustomFunctions class/library. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I removed the usage of CustomFunctions from JobB, JobA ran fine, even with the tRunJob component calling JobB. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this helps someone.  It is a completely random error that is no fault of the developer. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE:  if you are able to remove the library functionality from your "JobB", make sure to also remove that library as a dependancy on JobB.  Right-click JobB,  click "Setup Codes Dependencies" and remove it from the GlobalRoutines tab by clicking the library and pressing the red "x".  &lt;/P&gt;</description>
    <pubDate>Sat, 04 Feb 2023 02:28:13 GMT</pubDate>
    <dc:creator>aaronrums</dc:creator>
    <dc:date>2023-02-04T02:28:13Z</dc:date>
    <item>
      <title>Error Message import routines cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292631#M144548</link>
      <description>&lt;P&gt;Hello, I've got a weird error message (see screenshot):&lt;/P&gt; 
&lt;P&gt;When I try to run my whole job with subjobs it throws this message. If I try to run them independently, it works. I tried googling the problem but I didn't find any answer suited. Does someone have a clue what it could be? CheckForNullPointers is my own routine, everything else is from Java/Talend. The version is 7.0.1, my Java version is jre8 (default).&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="errormsg.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Jm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137184iB8D3DE420FF8DD9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Jm.png" alt="0683p000009M2Jm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292631#M144548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message import routines cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292632#M144549</link>
      <description>I got the solution for this problem: I had a passed variable string with slashes (it was a path string) which broke the entire code. It's impossible to get to this solution with the error messages.</description>
      <pubDate>Wed, 30 Jan 2019 11:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292632#M144549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message import routines cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292633#M144550</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;could you tell me how you found that variable that messes up the code? I am having the same problem, but the project is so big I don't know where to start looking... It is driving me crazy...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292633#M144550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-14T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message import routines cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292634#M144551</link>
      <description>&lt;P&gt;Hello, I'm beldr but I can't login into this account anymore so I'll answer from this one:&lt;/P&gt; 
&lt;P&gt;If I remember correctly, I did this by manually checking all variables. I'm sorry I can't help you more, this is also a long time back for me.&lt;/P&gt; 
&lt;P&gt;What I can recommmend is changing half the variables that could be breaking the code to a dummy variable without any slashes and see if it still happens. If not, you know that one of the changed variables was at fault.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292634#M144551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-21T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message import routines cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292635#M144552</link>
      <description>&lt;P&gt;I experienced this exact error with one of my custom code libraries.  Mine was calls CustomFunctions.  My solution is completely different to what beldr mentions.  Hopefully this helps someone.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution is somewhat mentioned in this post I found&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/routines-Numeric-cannot-be-resolved-compilation-errors-with-Talend-Jobs-using-tRunJob-components-e0ujO?language=en_US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I have Job A and job B.  &lt;B&gt;BOTH &lt;/B&gt;used the CustomFunctions library.  JobA called JobB via a tRunJob component.  For some reason, the fact that JobA was calling JobB, and BOTH jobs used the CustomFunctions library was the issue. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My resolution was to remove the need for CustomFunctions from JobB.  Luckily this was pretty easy for me.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very confident that the issue was that JobB used CustomFunctions, because when I slotted in a dummy job into the tRunJob component in JobA, JobA executed fine with no problems. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore I'm pretty confident the issue was caused (again) by the fact that JobA called JobB with a tRunJob component, and BOTH jobs utilized my CustomFunctions class/library. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I removed the usage of CustomFunctions from JobB, JobA ran fine, even with the tRunJob component calling JobB. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this helps someone.  It is a completely random error that is no fault of the developer. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE:  if you are able to remove the library functionality from your "JobB", make sure to also remove that library as a dependancy on JobB.  Right-click JobB,  click "Setup Codes Dependencies" and remove it from the GlobalRoutines tab by clicking the library and pressing the red "x".  &lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 02:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Message-import-routines-cannot-be-resolved/m-p/2292635#M144552</guid>
      <dc:creator>aaronrums</dc:creator>
      <dc:date>2023-02-04T02:28:13Z</dc:date>
    </item>
  </channel>
</rss>

