<?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: Data Profiling Report Generation Failure in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195746#M43</link>
    <description>Hi,&lt;BR /&gt;Could you please indicate what's the build version you are using? Is there any&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;special characters in your column? Screenshots of data profiling setting will be preferred.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 09 Nov 2016 06:49:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-09T06:49:04Z</dc:date>
    <item>
      <title>Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195745#M42</link>
      <description>Hi, 
&lt;BR /&gt;I performed a Columnar analysis and then I am trying to generate the "Basic" report. Being new to Talend DQ, some of the reports are generated successfully. But for few, I am getting an error message and the report generation fails. The error message that I am getting is "Error during historization of data of report &amp;lt;Report_Name&amp;gt;: could not insert : [org.talend.dataprofiler.datamart.hibernate.TdqValues]. 
&lt;BR /&gt; 
&lt;BR /&gt;The error message that I am seeing in the Error Log is as under: 
&lt;BR /&gt;org.hibernate.exception.GenericJDBCException: could not insert: [org.talend.dataprofiler.datamart.hibernate.TdqValues] 
&lt;BR /&gt;at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) 
&lt;BR /&gt;at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) 
&lt;BR /&gt;at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) 
&lt;BR /&gt;at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2202) 
&lt;BR /&gt;at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2595) 
&lt;BR /&gt;at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51) 
&lt;BR /&gt;at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) 
&lt;BR /&gt;at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232) 
&lt;BR /&gt;at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139) 
&lt;BR /&gt;at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) 
&lt;BR /&gt;at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) 
&lt;BR /&gt;at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) 
&lt;BR /&gt;at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338) 
&lt;BR /&gt;at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106) 
&lt;BR /&gt;at org.talend.dq.persistence.DatabasePersistence.persist(DatabasePersistence.java:156) 
&lt;BR /&gt;at org.talend.dataquality.reporting.engine.ReportDocGenerator.historizeData(ReportDocGenerator.java:505) 
&lt;BR /&gt;at org.talend.dataquality.reporting.engine.ReportDocGenerator.generate(ReportDocGenerator.java:275) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator.generate(LocalReportDocGenerator.java:129) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.ui.action.GenerateReportFileAction$2.run(GenerateReportFileAction.java:342) 
&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 
&lt;BR /&gt;Caused by: java.sql.SQLException: ORA-12899: value too large for column "DQ_PORTAL"."TDQ_VALUES"."VAL_STRING" (actual: 500, maximum: 255) 
&lt;BR /&gt; 
&lt;BR /&gt;at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445) 
&lt;BR /&gt;at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) 
&lt;BR /&gt;at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879) 
&lt;BR /&gt;at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450) 
&lt;BR /&gt;at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192) 
&lt;BR /&gt;at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531) 
&lt;BR /&gt;at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207) 
&lt;BR /&gt;at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1044) 
&lt;BR /&gt;at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3665) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1352) 
&lt;BR /&gt;at org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23) 
&lt;BR /&gt;at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2182) 
&lt;BR /&gt;... 16 more 
&lt;BR /&gt; 
&lt;BR /&gt;As per my understanding this is because of space. So should I contact with the Admin Team to have the space increased for TDQVALUES tables? Can the DBA's change this size without any impact? 
&lt;BR /&gt; 
&lt;BR /&gt;Your help in this regards is highly appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 10:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195745#M42</guid>
      <dc:creator>hiitzsdg</dc:creator>
      <dc:date>2024-11-16T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195746#M43</link>
      <description>Hi,&lt;BR /&gt;Could you please indicate what's the build version you are using? Is there any&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;special characters in your column? Screenshots of data profiling setting will be preferred.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 09 Nov 2016 06:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195746#M43</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195747#M44</link>
      <description>Hi,&lt;BR /&gt;I am using Talend Big Data Platform (6.1.1.20151214_1327). There are Chinese characters in columns. We are performing Simple, Advanced, Pattern Frequency.</description>
      <pubDate>Wed, 09 Nov 2016 06:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195747#M44</guid>
      <dc:creator>hiitzsdg</dc:creator>
      <dc:date>2016-11-09T06:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195748#M45</link>
      <description>Hi,&lt;BR /&gt;This issue is probably caused by&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Charset(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Some special characters get 2 bytes in UTF-8, while they get only one byte in other charset.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Did you set file delimilted metadata for your column? If so, what does file setting look like? Are you using UFT-8 Encoding?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 09 Nov 2016 07:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195748#M45</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195749#M46</link>
      <description>We are using Oracle Database as our metadata connection.&amp;nbsp;</description>
      <pubDate>Wed, 09 Nov 2016 07:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195749#M46</guid>
      <dc:creator>hiitzsdg</dc:creator>
      <dc:date>2016-11-09T07:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195750#M47</link>
      <description>Hi,
&lt;BR /&gt;Have you tried to&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;modify the length of this column in DB side to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 09 Nov 2016 07:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195750#M47</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T07:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195751#M48</link>
      <description>Modify to what length? 500 as being suggested in the error message?</description>
      <pubDate>Wed, 09 Nov 2016 13:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195751#M48</guid>
      <dc:creator>hiitzsdg</dc:creator>
      <dc:date>2016-11-09T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195752#M49</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;I modified the field length of the column TDQ_VALUES.VAL_STRING to 500 and the report generation was successful for most of the analysis. But it failed for one of the reports with the below error message in the Error_Log: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;java.lang.StringIndexOutOfBoundsException: String index out of range: -3&lt;/FONT&gt; 
&lt;BR /&gt;at java.lang.String.substring(Unknown Source) 
&lt;BR /&gt;at org.jfree.text.G2TextMeasurer.getStringWidth(G2TextMeasurer.java:80) 
&lt;BR /&gt;at org.jfree.text.TextUtilities.nextLineBreak(TextUtilities.java:294) 
&lt;BR /&gt;at org.jfree.text.TextUtilities.createTextBlock(TextUtilities.java:235) 
&lt;BR /&gt;at org.jfree.chart.axis.CategoryAxis.createLabel(CategoryAxis.java:1140) 
&lt;BR /&gt;at org.jfree.chart.axis.CategoryAxis.refreshTicks(CategoryAxis.java:1106) 
&lt;BR /&gt;at org.jfree.chart.axis.CategoryAxis.reserveSpace(CategoryAxis.java:823) 
&lt;BR /&gt;at org.jfree.chart.plot.CategoryPlot.calculateDomainAxisSpace(CategoryPlot.java:3144) 
&lt;BR /&gt;at org.jfree.chart.plot.CategoryPlot.calculateAxisSpace(CategoryPlot.java:3211) 
&lt;BR /&gt;at org.jfree.chart.plot.CategoryPlot.draw(CategoryPlot.java:3257) 
&lt;BR /&gt;at org.jfree.chart.JFreeChart.draw(JFreeChart.java:1230) 
&lt;BR /&gt;at org.jfree.chart.JFreeChart.draw(JFreeChart.java:1114) 
&lt;BR /&gt;at net.sf.jasperreports.charts.util.DrawChartRenderer.render(DrawChartRenderer.java:62) 
&lt;BR /&gt;at net.sf.jasperreports.engine.export.JRPdfExporter.exportImage(JRPdfExporter.java:1505) 
&lt;BR /&gt;at net.sf.jasperreports.engine.export.JRPdfExporter.exportElements(JRPdfExporter.java:854) 
&lt;BR /&gt;at net.sf.jasperreports.engine.export.JRPdfExporter.exportPage(JRPdfExporter.java:818) 
&lt;BR /&gt;at net.sf.jasperreports.engine.export.JRPdfExporter.exportReportToStream(JRPdfExporter.java:695) 
&lt;BR /&gt;at net.sf.jasperreports.engine.export.JRPdfExporter.exportReport(JRPdfExporter.java:417) 
&lt;BR /&gt;at org.talend.dataquality.reporting.JasperReportBuilder.run(JasperReportBuilder.java:300) 
&lt;BR /&gt;at org.talend.dataquality.reporting.engine.ReportDocGenerator.generateReport(ReportDocGenerator.java:679) 
&lt;BR /&gt;at org.talend.dataquality.reporting.engine.ReportDocGenerator.generateDoc(ReportDocGenerator.java:413) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator.generateDocInternal(LocalReportDocGenerator.java:175) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator.access$0(LocalReportDocGenerator.java:174) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator$1.run(LocalReportDocGenerator.java:163) 
&lt;BR /&gt;at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:99) 
&lt;BR /&gt;at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:258) 
&lt;BR /&gt;at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3217) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:2024) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator.generateDoc(LocalReportDocGenerator.java:168) 
&lt;BR /&gt;at org.talend.dataquality.reporting.engine.ReportDocGenerator.generate(ReportDocGenerator.java:293) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.action.LocalReportDocGenerator.generate(LocalReportDocGenerator.java:129) 
&lt;BR /&gt;at org.talend.dataprofiler.core.tdq.ui.action.GenerateReportFileAction$2.run(GenerateReportFileAction.java:342) 
&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)</description>
      <pubDate>Thu, 10 Nov 2016 08:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195752#M49</guid>
      <dc:creator>hiitzsdg</dc:creator>
      <dc:date>2016-11-10T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling Report Generation Failure</title>
      <link>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195753#M50</link>
      <description>Hi,
&lt;BR /&gt;For your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Talend Big Data Platform&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;product, could you please report a ticket on talend support portal so that we can give you a remote assistance on your issue through support cycle with priority?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Data-Profiling-Report-Generation-Failure/m-p/2195753#M50</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-10T08:49:19Z</dc:date>
    </item>
  </channel>
</rss>

