<?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: New issue in Alfresco 3.2 Enterprise ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224664#M177794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also had this problem, but got an Alfresco running on a MS SQL Server 2005 database today by using the jtds driver instead of sqljdbc4. Download it from &lt;/SPAN&gt;&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;&lt;SPAN&gt;Then change your db.driver and db.url properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=net.sourceforge.jtds.jdbc.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:jtds:sqlserver://${db.host}:${db.port}/${db.name}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 09:51:12 GMT</pubDate>
    <dc:creator>bramthielemans</dc:creator>
    <dc:date>2010-01-21T09:51:12Z</dc:date>
    <item>
      <title>New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224661#M177791</link>
      <description>Hi thereI am using the new Alfresco 3.2 Enterprise. My environment includes JBoss 5.0.1GA going against SQL Server 2005. My sever log shows that the bootstrap process works until I run into Ibatis XML related exceptions. This is exactly as reported at: https://issues.alfresco.com/jira/browse/ETHREEO</description>
      <pubDate>Wed, 06 Jan 2010 17:02:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224661#M177791</guid>
      <dc:creator>rtan</dc:creator>
      <dc:date>2010-01-06T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224662#M177792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to contact Alfresco support.&amp;nbsp;&amp;nbsp;&amp;nbsp; I suspect the first thing they will do is to check exactly which version you have, since you probably have some sort of pre-release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 17:37:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224662#M177792</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-01-06T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224663#M177793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the exact same error.&amp;nbsp; Trying to set up Alfresco 3.2 Enterprise Edition on Windows server 2003 with Tomcat and MS SQL Server 2005.&amp;nbsp; Alfresco was downloaded with the license this week, so I do not believe it is a prerelease or anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that this snippet may be key:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;— The error occurred in alfresco/ibatis/#resource.dialect#/content-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.content.parameter_ContentUrl.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— Check the statement (update failed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and am looking to see what can be wrong with this section of content-common-SqlMap.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;parameterMap id="parameter_ContentUrl" class="ContentUrl"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parameter property="contentUrl" jdbcType="VARCHAR" javaType="java.lang.String"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parameter property="contentUrlShort" jdbcType="VARCHAR" javaType="java.lang.String"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parameter property="contentUrlCrc" jdbcType="BIGINT" javaType="java.lang.Long"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parameter property="size" jdbcType="BIGINT" javaType="java.lang.Long"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parameter property="orphanTime" jdbcType="BIGINT" javaType="java.lang.Long"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/parameterMap&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:32:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224663#M177793</guid>
      <dc:creator>homeshoolin</dc:creator>
      <dc:date>2010-01-20T19:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224664#M177794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also had this problem, but got an Alfresco running on a MS SQL Server 2005 database today by using the jtds driver instead of sqljdbc4. Download it from &lt;/SPAN&gt;&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;&lt;SPAN&gt;Then change your db.driver and db.url properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=net.sourceforge.jtds.jdbc.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:jtds:sqlserver://${db.host}:${db.port}/${db.name}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224664#M177794</guid>
      <dc:creator>bramthielemans</dc:creator>
      <dc:date>2010-01-21T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224665#M177795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the driver you mentioned but had the same result.&amp;nbsp; Were there any other things that you changed or did you just add the jar file to the lib dir and update the alfresco-global.properties file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:56:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224665#M177795</guid>
      <dc:creator>homeshoolin</dc:creator>
      <dc:date>2010-01-21T15:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224666#M177796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the log still mention the com.microsoft driver? If so, remove sqljdbc4.jar from tomcat/lib. You can also try to disable the db.txn.isolation property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some JIRA links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ETHREEOH-3252" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ETHREEOH-3252&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-3992" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-3992&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 08:21:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224666#M177796</guid>
      <dc:creator>bramthielemans</dc:creator>
      <dc:date>2010-01-22T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224667#M177797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HAVE YOU FOUND THE SOLUTION FOR THIS PROBLEM ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the same problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 17:39:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224667#M177797</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-03T17:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224668#M177798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error suggests a column is missing that should be there. This suggests an upgrade error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you upgrading your database from a previous version? If so what version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you see for version.build in $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/version.properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you are an enterprise customer, why haven't you logged this with Alfresco support?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 17:55:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224668#M177798</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-03T17:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224669#M177799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is the version.properties file&amp;nbsp; in TOMCAT_HOME\webapps\classes\alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#&lt;BR /&gt;# Alfresco version information&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# Version label&lt;BR /&gt;&lt;BR /&gt;version.major=3&lt;BR /&gt;version.minor=2&lt;BR /&gt;version.revision=0&lt;BR /&gt;version.label=&lt;BR /&gt;&lt;BR /&gt;# Edition label&lt;BR /&gt;&lt;BR /&gt;version.edition=Enterprise&lt;BR /&gt;&lt;BR /&gt;# Build number&lt;BR /&gt;&lt;BR /&gt;version.build=304&lt;BR /&gt;&lt;BR /&gt;# Schema number&lt;BR /&gt;&lt;BR /&gt;version.schema=3400&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I have not seen that I was logged as support. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found the solution of this problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 18:08:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224669#M177799</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-03T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224670#M177800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please have you a problem for this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfesco enterprise 3.2 run with mysql but not with sql server 2005&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 08:18:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224670#M177800</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-04T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224671#M177801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello dward&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain me the problem of the column please&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 13:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224671#M177801</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-04T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224672#M177802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please answer my questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:04:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224672#M177802</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-04T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224673#M177803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your build number confirms you have Alfresco Enterprise v3.2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This looks similar to &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ETHREEOH-3252" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ETHREEOH-3252&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco Enterprise v3.2.0 was tested against SQL Server 2008 with the Microsoft JDBC driver. Other people seem to have had success with SQL Server 2005 and the JTDS driver, but note this is not officially supported. As this issue concerns an enterprise version, all further issues should be taken up with Alfresco support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:18:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224673#M177803</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-04T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224674#M177804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello dward, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank for your answer I test this to see the result with sql server 2008 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your question I have not answer I'm just a user's alfresco for my formation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not working in Alfresco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 15:34:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224674#M177804</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-04T15:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224675#M177805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have finished to test alfresco-enterprise 3.2.0 and alfresco-enterprise-3.2r, but I have the same problem &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remember you that I've used ms-sql server 2008 and ms-sql driver .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 17:42:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224675#M177805</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-04T17:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224676#M177806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;People have asked me what the solution is for this. It is simple, replace the Microsoft JDBC connector with this open source one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jtds.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://jtds.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Alresco engineers have been using it for quite a while. So do we and it seems to work finer than Microsoft's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:49:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224676#M177806</guid>
      <dc:creator>rtan</dc:creator>
      <dc:date>2010-03-05T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224677#M177807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Enterprise customers please note that this is not the certified stack for Alfresco v3.2 and you should consult Alfresco support before adopting a different driver.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 20:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224677#M177807</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-03-05T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224678#M177808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I want just say you that alfresco enterprise 3.2 work succes with &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. jtds driver (&lt;/SPAN&gt;&lt;A href="http://jtds.sourceforge.net" rel="nofollow noopener noreferrer"&gt;http://jtds.sourceforge.net&lt;/A&gt;&lt;SPAN&gt;) you move this in tomcat_home\lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. use sql server 2008&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. create database alfresco and user &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.edit the file alfresco_home\tomcat\shared\alfresco-global.proporties and add the following lones &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=./alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=net.sourceforge.jtds.jdbc.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:jtds:sqlserver://BCNSDBA042:1433;databaseName=alfresco;user=alfresco;password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank and good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 10:44:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224678#M177808</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-16T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: New issue in Alfresco 3.2 Enterprise ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224679#M177809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This problem is close if you want a solution use the following configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Sql sever 2008&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. jtds.jar as driver &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And normally your alfresco server run &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 17:29:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-issue-in-alfresco-3-2-enterprise/m-p/224679#M177809</guid>
      <dc:creator>sibe</dc:creator>
      <dc:date>2010-03-18T17:29:09Z</dc:date>
    </item>
  </channel>
</rss>

