<?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 Error 22P05 in Operation Monitor apps in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792600#M17552</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have Qlik Sense Qlik Sense June 2020 Patch 6. After a reboot of the server machine, we are not available to run Operation Monitor app, In the "Load_Database_Logs" section of the script, when try to run this part of code it fails:&lt;/P&gt;&lt;P&gt;CONCATENATE (working)&lt;BR /&gt;LOAD&lt;BR /&gt;Round((entry_timestamp),1/1440) &amp;amp;'|'&amp;nbsp;&amp;amp; Round((entry_timestamp),1/1440) AS _date_time_link,&lt;BR /&gt;Timestamp((Round(entry_timestamp,1/86400))) AS LogEntryPeriodStart,&lt;BR /&gt;Timestamp((Round(entry_timestamp,1/86400))) AS LogTimeStamp,&lt;BR /&gt;id AS Id_temp, // For incremental reload&lt;BR /&gt;id AS _proxySessionPackage,&lt;BR /&gt;lower(process_host) AS Hostname,&lt;BR /&gt;process_name,&lt;BR /&gt;logger AS Logger,&lt;BR /&gt;entry_level AS Severity,&lt;BR /&gt;message AS Message,&lt;BR /&gt;exception AS Exception,&lt;BR /&gt;stack_trace AS [Stack Trace],&lt;BR /&gt;thread AS Thread,&lt;BR /&gt;proxy_session_id AS [ProxySessionId], // This is sparsely populated! Not reliable at all&lt;BR /&gt;subfield(logger,'.',2) AS Service,&lt;BR /&gt;// Engine specific entries&lt;BR /&gt;engine_thread AS [Engine Thread],&lt;BR /&gt;active_user_directory AS [Active User Directory],&lt;BR /&gt;active_user_id AS [Acitve User Id],&lt;BR /&gt;process_id AS [Process Id],&lt;BR /&gt;Timestamp((engine_timestamp)) AS [Engine Timestamp],&lt;BR /&gt;// Scheduler specific entries&lt;BR /&gt;task_id AS [TaskId],&lt;BR /&gt;task_id AS ObjectId,&lt;BR /&gt;execution_id AS [Execution Id],&lt;BR /&gt;task_name AS [Scheduler Task Name],&lt;BR /&gt;task_name AS ObjectName,&lt;BR /&gt;app_id AS [Scheduler AppId],&lt;BR /&gt;app_name AS [App Name],&lt;BR /&gt;user AS [Scheduler User]&lt;BR /&gt;;&lt;BR /&gt;SELECT * FROM "public"."view_system_errors_warnings"&lt;BR /&gt;WHERE entry_timestamp &amp;gt;= '$(LastReloadTime)';&lt;/P&gt;&lt;P&gt;The error is "entry_timestamp" doesn't exists.&lt;/P&gt;&lt;P&gt;We did a test reading the same table:&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp;process_name,&amp;nbsp;logger,&amp;nbsp;entry_level,&amp;nbsp;message,&amp;nbsp;exception,&amp;nbsp;stack_trace&lt;/P&gt;&lt;P&gt;FROM "public"."view_system_errors_warnings";&lt;/P&gt;&lt;P&gt;Only 6 fields of the table and the error message was different. See the&amp;nbsp; PNG file.&lt;/P&gt;&lt;P&gt;Any Idea or suggestion will be appreciate.&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:24:46 GMT</pubDate>
    <dc:creator>Gabriel_Araya</dc:creator>
    <dc:date>2024-11-16T00:24:46Z</dc:date>
    <item>
      <title>Error 22P05 in Operation Monitor apps</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792600#M17552</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have Qlik Sense Qlik Sense June 2020 Patch 6. After a reboot of the server machine, we are not available to run Operation Monitor app, In the "Load_Database_Logs" section of the script, when try to run this part of code it fails:&lt;/P&gt;&lt;P&gt;CONCATENATE (working)&lt;BR /&gt;LOAD&lt;BR /&gt;Round((entry_timestamp),1/1440) &amp;amp;'|'&amp;nbsp;&amp;amp; Round((entry_timestamp),1/1440) AS _date_time_link,&lt;BR /&gt;Timestamp((Round(entry_timestamp,1/86400))) AS LogEntryPeriodStart,&lt;BR /&gt;Timestamp((Round(entry_timestamp,1/86400))) AS LogTimeStamp,&lt;BR /&gt;id AS Id_temp, // For incremental reload&lt;BR /&gt;id AS _proxySessionPackage,&lt;BR /&gt;lower(process_host) AS Hostname,&lt;BR /&gt;process_name,&lt;BR /&gt;logger AS Logger,&lt;BR /&gt;entry_level AS Severity,&lt;BR /&gt;message AS Message,&lt;BR /&gt;exception AS Exception,&lt;BR /&gt;stack_trace AS [Stack Trace],&lt;BR /&gt;thread AS Thread,&lt;BR /&gt;proxy_session_id AS [ProxySessionId], // This is sparsely populated! Not reliable at all&lt;BR /&gt;subfield(logger,'.',2) AS Service,&lt;BR /&gt;// Engine specific entries&lt;BR /&gt;engine_thread AS [Engine Thread],&lt;BR /&gt;active_user_directory AS [Active User Directory],&lt;BR /&gt;active_user_id AS [Acitve User Id],&lt;BR /&gt;process_id AS [Process Id],&lt;BR /&gt;Timestamp((engine_timestamp)) AS [Engine Timestamp],&lt;BR /&gt;// Scheduler specific entries&lt;BR /&gt;task_id AS [TaskId],&lt;BR /&gt;task_id AS ObjectId,&lt;BR /&gt;execution_id AS [Execution Id],&lt;BR /&gt;task_name AS [Scheduler Task Name],&lt;BR /&gt;task_name AS ObjectName,&lt;BR /&gt;app_id AS [Scheduler AppId],&lt;BR /&gt;app_name AS [App Name],&lt;BR /&gt;user AS [Scheduler User]&lt;BR /&gt;;&lt;BR /&gt;SELECT * FROM "public"."view_system_errors_warnings"&lt;BR /&gt;WHERE entry_timestamp &amp;gt;= '$(LastReloadTime)';&lt;/P&gt;&lt;P&gt;The error is "entry_timestamp" doesn't exists.&lt;/P&gt;&lt;P&gt;We did a test reading the same table:&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp;process_name,&amp;nbsp;logger,&amp;nbsp;entry_level,&amp;nbsp;message,&amp;nbsp;exception,&amp;nbsp;stack_trace&lt;/P&gt;&lt;P&gt;FROM "public"."view_system_errors_warnings";&lt;/P&gt;&lt;P&gt;Only 6 fields of the table and the error message was different. See the&amp;nbsp; PNG file.&lt;/P&gt;&lt;P&gt;Any Idea or suggestion will be appreciate.&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792600#M17552</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2024-11-16T00:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error 22P05 in Operation Monitor apps</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792642#M17553</link>
      <description>Hello Gabriel,&lt;BR /&gt;Can you try replacing the monitoring app as per below link and see if it works.&lt;BR /&gt;&lt;A href="https://support.qlik.com/articles/000053719" target="_blank"&gt;https://support.qlik.com/articles/000053719&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 18 Mar 2021 18:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792642#M17553</guid>
      <dc:creator>Ranganath_DR</dc:creator>
      <dc:date>2021-03-18T18:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error 22P05 in Operation Monitor apps</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792948#M17555</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your assistance. We will update the Operation Monitor app according to support article.&lt;/P&gt;&lt;P&gt;But, we did the following test, we did a Select to “public”.”view_system_errors_warnings” with some fields, like: process_name, logger, entry_level, message and exception&lt;/P&gt;&lt;P&gt;And we received the following message:&lt;/P&gt;&lt;P&gt;ERROR [22P05] [Qlik] [PostgreSQL] (30) Error occurred while trying to execute a query: (SQLState 22P05) ERROR: Unsupported Unicode escape sequence.&lt;/P&gt;&lt;P&gt;DETAIL: \u0000 cannot be converted to text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same error message I found in the following link: &lt;A href="https://community.pivotal.io/s/article/loading-data-report-error-unsupported-Unicode-escape-sequence?language=en_US" target="_blank"&gt;https://community.pivotal.io/s/article/loading-data-report-error-unsupported-Unicode-escape-sequence?language=en_US&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is due to design change in postgresql v9.4 (GPDB v6).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1792948#M17555</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2021-03-19T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error 22P05 in Operation Monitor apps</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1821787#M19856</link>
      <description>&lt;P&gt;Hi, resolved this error? I have this problem too.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 15:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1821787#M19856</guid>
      <dc:creator>BorisMoiseev</dc:creator>
      <dc:date>2021-07-13T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error 22P05 in Operation Monitor apps</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1821884#M19858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69052"&gt;@BorisMoiseev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the operations monitor failing with the same error ? What version of software you are using and&amp;nbsp; if possible attach the failed snap shot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 20:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-22P05-in-Operation-Monitor-apps/m-p/1821884#M19858</guid>
      <dc:creator>Vikram_Jayakumar</dc:creator>
      <dc:date>2021-07-13T20:01:36Z</dc:date>
    </item>
  </channel>
</rss>

