<?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: Running a simple column analysis using pattern fails on TOS-DQ instal in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266801#M2201</link>
    <description>Hi,
&lt;BR /&gt;Could you please post some screenshots of your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;column analysis and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;patterns&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;setting&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;which will be helpful for us to address your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 09 Dec 2016 07:49:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-09T07:49:36Z</dc:date>
    <item>
      <title>Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266800#M2200</link>
      <description>Running a simple column analysis with a pattern fails on a MySQL database. 
&lt;BR /&gt;On the sample table 'contract' on schema 'crm' from tutorials 1 to 5 in the Talend Open Studio for Data Quality tutorials, which that can be imported to any database (I imported it to MySQL) , I defined a column analysis on column 'duration' with just one pattern: 'Duration'. 
&lt;BR /&gt;This is the pattern defined in tutorial 3 () to be first '^30$' and then '^30$|^60$|^120$|^180$|^300$'. 
&lt;BR /&gt;This simple analysis is failing upon execution. It brings up a box telling that there is an internal error that occurred during: "Run Analysis" targetIndex=9, size=9. 
&lt;BR /&gt;I am running TOS_DQ-20161026_1219-V6.3.0 on windows 10, which I downloaded from the site a couple of days ago. 
&lt;BR /&gt;The following is the stack dump I can find on the log file: 
&lt;BR /&gt;!ENTRY org.eclipse.core.jobs 4 2 2016-12-05 16:52:51.023 
&lt;BR /&gt;!MESSAGE An internal error occurred during: "Run Analysis". 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.IndexOutOfBoundsException: targetIndex=9, size=9 
&lt;BR /&gt;at org.eclipse.emf.common.util.BasicEList.move(BasicEList.java:658) 
&lt;BR /&gt;at org.eclipse.emf.common.notify.impl.NotifyingListImpl.doMove(NotifyingListImpl.java:1329) 
&lt;BR /&gt;at org.eclipse.emf.common.notify.impl.NotifyingListImpl.move(NotifyingListImpl.java:1314) 
&lt;BR /&gt;at org.eclipse.emf.common.util.AbstractEList.move(AbstractEList.java:535) 
&lt;BR /&gt;at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyReference(EcoreUtil.java:793) 
&lt;BR /&gt;at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyReferences(EcoreUtil.java:688) 
&lt;BR /&gt;at org.talend.dq.helper.EObjectHelper.preDeepCopy(EObjectHelper.java:511) 
&lt;BR /&gt;at org.talend.dq.helper.EObjectHelper.deepCopy(EObjectHelper.java:477) 
&lt;BR /&gt;at org.talend.dq.helper.AnalysisExecutorHelper.hotCopyPatterns(AnalysisExecutorHelper.java:430) 
&lt;BR /&gt;at org.talend.dq.helper.AnalysisExecutorHelper.checkMatchingIndicator(AnalysisExecutorHelper.java:390) 
&lt;BR /&gt;at org.talend.dq.helper.AnalysisExecutorHelper.checkPatternMatchingIndicator(AnalysisExecutorHelper.java:368) 
&lt;BR /&gt;at org.talend.dq.helper.AnalysisExecutorHelper.checkDependentFiles(AnalysisExecutorHelper.java:236) 
&lt;BR /&gt;at org.talend.dq.helper.AnalysisExecutorHelper.check(AnalysisExecutorHelper.java:205) 
&lt;BR /&gt;at org.talend.dq.analysis.AnalysisExecutor.check(AnalysisExecutor.java:255) 
&lt;BR /&gt;at org.talend.dq.analysis.ColumnAnalysisExecutor.check(ColumnAnalysisExecutor.java:244) 
&lt;BR /&gt;at org.talend.dq.analysis.AnalysisExecutor.execute(AnalysisExecutor.java:108) 
&lt;BR /&gt;at org.talend.dq.analysis.AnalysisExecutorSelector.executeAnalysis(AnalysisExecutorSelector.java:167) 
&lt;BR /&gt;at org.talend.dataprofiler.core.ui.action.actions.RunAnalysisAction$1.runInWorkspace(RunAnalysisAction.java:215) 
&lt;BR /&gt;at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) 
&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 
&lt;BR /&gt;Other column analysis not having to do with patterns work fine: this really has to do with patterns. I created new patterns, changed the pattern from 'default' to MySQL', etc. Nothing seems to work. I must have something strange on my install (by the way, when i look at my installation details, on installation history I get a null pointer exception. The stack of this failure in the log is&amp;nbsp; 
&lt;BR /&gt;!ENTRY org.eclipse.core.jobs 4 2 2016-12-05 17:19:36.199 
&lt;BR /&gt;!MESSAGE An internal error occurred during: "Fetching Elements". 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.internalLockProfile(SimpleProfileRegistry.java:861) 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.internalGetProfileStateProperties(SimpleProfileRegistry.java:1215) 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.getProfileStateProperties(SimpleProfileRegistry.java:1208) 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.ui.model.ProfileSnapshots.getChildren(ProfileSnapshots.java:52) 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.ui.model.ProfileSnapshots.fetchDeferredChildren(ProfileSnapshots.java:91) 
&lt;BR /&gt;at org.eclipse.equinox.internal.p2.ui.viewers.ProvElementContentProvider$1.run(ProvElementContentProvider.java:59) 
&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)</description>
      <pubDate>Sat, 16 Nov 2024 10:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266800#M2200</guid>
      <dc:creator>fernandovelez</dc:creator>
      <dc:date>2024-11-16T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266801#M2201</link>
      <description>Hi,
&lt;BR /&gt;Could you please post some screenshots of your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;column analysis and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;patterns&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;setting&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;which will be helpful for us to address your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 09 Dec 2016 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266801#M2201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266802#M2202</link>
      <description>Thanks for your reply. 
&lt;BR /&gt;Sure, here are some screen shots of the pattern and the analysis. 
&lt;BR /&gt;Contract duration pattern: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/409482/Contract-duration-pattern.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCY6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138142iFFC72CD44A265883/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCY6.jpg" alt="0683p000009MCY6.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Column analysis on crm.contract.duration: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/409482/Column-analysis.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB78.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153358i3F1697BA005547DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB78.jpg" alt="0683p000009MB78.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;I launch execution on this column analysis and here is the dialog box returned with the problem: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/409482/Execution-Problem.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCUZ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148471iB702141991EE1B0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCUZ.jpg" alt="0683p000009MCUZ.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 10 Jan 2017 15:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266802#M2202</guid>
      <dc:creator>fernandovelez</dc:creator>
      <dc:date>2017-01-10T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266803#M2203</link>
      <description>Hello,
&lt;BR /&gt;If by any chance you could take a look to this before tomorrow I would really appreciate.
&lt;BR /&gt;Patterns are an important aspect of Talend's profiling value proposition and I won't be able to demo this part within my company (my demo is tomorrow).
&lt;BR /&gt;To me, by looking at the trace, it may be that there is a file that TOS is trying to build but it can't.
&lt;BR /&gt;By looking at the trace, I can see the following:
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;org.talend.dq.helper.AnalysisExecutorHelper.checkDependentFiles(AnalysisExecutorHelper.java:236)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;We checked at the permissions on the folder where TOS was installed but everybody can write.
&lt;BR /&gt;Maybe something not was well installed. Oh well.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Fernando Velez</description>
      <pubDate>Mon, 16 Jan 2017 13:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266803#M2203</guid>
      <dc:creator>fernandovelez</dc:creator>
      <dc:date>2017-01-16T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266804#M2204</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news about this topic&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error message:&amp;nbsp;An internal error occurred during: "Run Analysis".&lt;BR /&gt;java.lang.NullPointerException&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your feedback .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 13:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266804#M2204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-20T13:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266805#M2205</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQZPAA4"&gt;@Axelle_1&lt;/A&gt;, this topic was old, not sure if you are using the same version 6.3.0, if not, can you please provide product information and simply describe how to reproduce the issue? We will make some testing. Thanks!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266805#M2205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-20T15:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running a simple column analysis using pattern fails on TOS-DQ instal</title>
      <link>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266806#M2206</link>
      <description>&lt;P&gt;Was this issue resolved? I'm running into the same issue with Data Studio version 7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 19:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Running-a-simple-column-analysis-using-pattern-fails-on-TOS-DQ/m-p/2266806#M2206</guid>
      <dc:creator>sanjeev1</dc:creator>
      <dc:date>2020-03-09T19:54:15Z</dc:date>
    </item>
  </channel>
</rss>

