<?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: Customize Dashboard throws PSQLException: ERROR in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253797#M206927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Assuming that you are using PostgreSQL 9.1.x - this is fixed ready for 4.0.1. There is also a workaround - to configure PostgreSQL to use the 'old' string handling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;standard_conforming_strings = off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1#Backward_compatibility_issues" rel="nofollow noopener noreferrer"&gt;http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1#Backward_compatibility_issues&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 16:31:44 GMT</pubDate>
    <dc:creator>mward</dc:creator>
    <dc:date>2012-02-08T16:31:44Z</dc:date>
    <item>
      <title>Customize Dashboard throws PSQLException: ERROR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253796#M206926</link>
      <description>Greetings,I have installed Alfresco 3.4.5 on my Windows Machine with PostgreSQL as the DB.As soon as my Alfresco Server is up and Running, I go to Alfresco Share and create a Site. Once I have created a new site I click on the 'Customize Dashboard' button on the left hand side corner. Immediately I</description>
      <pubDate>Fri, 20 Jan 2012 21:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253796#M206926</guid>
      <dc:creator>mohitashah</dc:creator>
      <dc:date>2012-01-20T21:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Dashboard throws PSQLException: ERROR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253797#M206927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Assuming that you are using PostgreSQL 9.1.x - this is fixed ready for 4.0.1. There is also a workaround - to configure PostgreSQL to use the 'old' string handling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;standard_conforming_strings = off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1#Backward_compatibility_issues" rel="nofollow noopener noreferrer"&gt;http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1#Backward_compatibility_issues&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:31:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253797#M206927</guid>
      <dc:creator>mward</dc:creator>
      <dc:date>2012-02-08T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Dashboard throws PSQLException: ERROR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253798#M206928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did following with my postgreSQL 9.1 , (I am using alfresco enterprise 3.4.6.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) login as user postgre&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) set standard_conforming_strings = off&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still I am getting the same issue of not seeing dashlets inside columns (where i suppose to see currently configured dashlets)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And same error is coming in backgournd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: SqlMapClient operation; SQL [];&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— The error occurred in alfresco/ibatis/#resource.dialect#/avm-common-SqlMap.xml.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— The error occurred while applying a parameter map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— Check the alfresco.avm.parameter_IdPatternMap.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— Check the statement (query failed).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— Cause: org.postgresql.util.PSQLException: ERROR: invalid escape string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Hint: Escape string must be empty or one character.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— The error occurred in alfresco/ibatis/#resource.dialect#/avm-common-SqlMap.xml.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.postgresql.util.PSQLException: ERROR: invalid escape string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Hint: Escape string must be empty or one character.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 13:17:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-dashboard-throws-psqlexception-error/m-p/253798#M206928</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2012-02-27T13:17:11Z</dc:date>
    </item>
  </channel>
</rss>

