<?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 while configuring MySql with Alfresco. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206205#M159335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you dont want to test jboss specific functions but want to know, if and ow Alfresco can solve your requirements, take the alfresco bundle for Alfresco Labs Stable v3 on the alfresco download pages&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 09:49:43 GMT</pubDate>
    <dc:creator>norgan</dc:creator>
    <dc:date>2009-05-08T09:49:43Z</dc:date>
    <item>
      <title>Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206199#M159329</link>
      <description>Hi,I have installed Alfresco2.0+Jboss4.0 on my machine.When i try to configure MySql database with it using this linkhttp://wiki.alfresco.com/wiki/Setting_up_the_MySQL_database_for_AlfrescoBut i am getting this error.14:08:55,758 ERROR [JDBCExceptionReporter] Unexpected token: LAST_INSERT_ID in stat</description>
      <pubDate>Tue, 05 May 2009 08:58:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206199#M159329</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-05-05T08:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206200#M159330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the log, it looks like alfresco is still using HSQLDB. Can you provide your database configuration here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;nested exception is java.sql.SQLException: Unexpected token: LAST_INSERT_ID in statement [select last_insert_id()]&lt;BR /&gt;java.sql.SQLException: Unexpected token: LAST_INSERT_ID in statement [select last_insert_id()]&lt;BR /&gt;at org.&lt;SPAN style="color:#4000FF;"&gt;hsqldb&lt;/SPAN&gt;.jdbc.Util.throwError(Unknown Source)&lt;BR /&gt;at org.hsqldb.jdbc.jdbcPreparedStatement.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 11:50:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206200#M159330</guid>
      <dc:creator>kalpesh_patel</dc:creator>
      <dc:date>2009-05-05T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206201#M159331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kalpesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As per web doc, here are these two files after changed for MYSql configuration::&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.custom-repository.properties &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample custom content and index data location&lt;BR /&gt;#&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;dir.root=D:/alfresco-enterprise-jboss-2.0.0Preview/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#&lt;BR /&gt;#db.username=alfresco&lt;BR /&gt;#db.password=alfresco&lt;BR /&gt;#db.pool.initial=10&lt;BR /&gt;#db.pool.max=100&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Property to control whether schema updates are performed automatically.&lt;BR /&gt;# Updates must be enabled during upgrades as, apart from the static upgrade scripts,&lt;BR /&gt;# there are also auto-generated update scripts that will need to be executed.&amp;nbsp; After&lt;BR /&gt;# upgrading to a new version, this can be disabled.&lt;BR /&gt;#&lt;BR /&gt;#db.schema.update=true&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# HSQL connection&lt;BR /&gt;#&lt;BR /&gt;#db.driver=org.hsqldb.jdbcDriver&lt;BR /&gt;#db.url=jdbc:hsqldb:file:alf_data/hsql_data/alfresco;ifexists=true;shutdown=true;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;#&lt;BR /&gt;# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)&lt;BR /&gt;#&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.url=jdbc:mysql://localhost/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Oracle connection (requires ojdbc14_g.jar or equivalent jar in shared libraries location)&lt;BR /&gt;#&lt;BR /&gt;#db.driver=oracle.jdbc.OracleDriver&lt;BR /&gt;#db.url=jdbc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;racle:thin:@localhost:1521:alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sybase connection (requires jconn2d.jar or equivalent jar in shared libraries location)&lt;BR /&gt;#&lt;BR /&gt;#db.driver=com.sybase.jdbc2.jdbc.SybDriver&lt;BR /&gt;#db.url=jdbc:sybase:Tds:localhost:2638/alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# SQLServer connection (requires jdts-1.2.jar or equivalent - &lt;A href="http://jtds.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://jtds.sourceforge.net/&lt;/A&gt;)&lt;BR /&gt;#&lt;BR /&gt;#db.driver=net.sourceforge.jtds.jdbc.Driver&lt;BR /&gt;#db.url=jdbc:jtds:sqlserver://localhost/alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# SQLServer connection using Microsoft JDDB driver&lt;BR /&gt;#&lt;BR /&gt;#db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;BR /&gt;#db.url=jdbc:sqlserver://localhost;DatabaseName=alfresco&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;2.custom-hibernate-dialect.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;# Sample Hibernate configuration to disnable Hibernate schema updates&lt;BR /&gt;# Values are "validate" or "update" (default)&lt;BR /&gt;#hibernate.hbm2ddl.auto=validate&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample Hibernate configuration for changing Database dialect&lt;BR /&gt;# For a full list: &lt;A href="http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects" rel="nofollow noopener noreferrer"&gt;http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# HSQL dialect&lt;BR /&gt;#&lt;BR /&gt;#hibernate.dialect=org.hibernate.dialect.HSQLDialect&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;#&lt;BR /&gt;# MySQL dialect (default)&lt;BR /&gt;#&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Oracle dialect&lt;BR /&gt;#&lt;BR /&gt;#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sybase dialect&lt;BR /&gt;#&lt;BR /&gt;#hibernate.dialect=org.hibernate.dialect.SybaseAnywhereDialect&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# SQLServer dialect&lt;BR /&gt;#&lt;BR /&gt;#hibernate.dialect=org.hibernate.dialect.SQLServerDialect&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lalit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 07:52:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206201#M159331</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-05-06T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206202#M159332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was your first post that you are using Alfresco2.0 correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:28:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206202#M159332</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-05-06T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206203#M159333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using "alfresco-enterprise-jboss-2.0.0Preview" which&amp;nbsp; i downloaded from Alfresco Partner Site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lalit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:41:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206203#M159333</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-05-06T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206204#M159334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is anybody out there to help me out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 10:57:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206204#M159334</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-05-07T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while configuring MySql with Alfresco.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206205#M159335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you dont want to test jboss specific functions but want to know, if and ow Alfresco can solve your requirements, take the alfresco bundle for Alfresco Labs Stable v3 on the alfresco download pages&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 09:49:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-configuring-mysql-with-alfresco/m-p/206205#M159335</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-05-08T09:49:43Z</dc:date>
    </item>
  </channel>
</rss>

