<?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 some problem config Alfresco to run with Microsoft SQL Serve in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30306#M15554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to config Alfresco1.2.0RC2 to run with Microsoft SQL Serve 2000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After getting some information from the wiki, I modify the file "WEB-INF/classes/alfresco/repository.properties", change the Database configuration as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;db.driver=com.microsoft.jdbc.sqlserver.SQLServerDriver&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=${db.name}&lt;BR /&gt;db.username=sa&lt;BR /&gt;db.password=sa&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;then, i modify the file "WEB-INF/classes/alfresco/domain/hibernate-cfg.properties", change the "hibernate.dialect":&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.SQLServerDialect&lt;SPAN class="line-numbers-rows"&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;I create a database named "alfresco".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I start my tomcat the first time, Alfresco startup successful. But when I start my tomcat the scond&amp;nbsp; time, Alfresco can not startup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what's wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in adv.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2006 03:49:10 GMT</pubDate>
    <dc:creator>sail</dc:creator>
    <dc:date>2006-03-06T03:49:10Z</dc:date>
    <item>
      <title>some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30306#M15554</link>
      <description>I want to config Alfresco1.2.0RC2 to run with Microsoft SQL Serve 2000.After getting some information from the wiki, I modify the file "WEB-INF/classes/alfresco/repository.properties", change the Database configuration as below:db.driver=com.microsoft.jdbc.sqlserver.SQLServerDriverdb.name=alfrescodb</description>
      <pubDate>Mon, 06 Mar 2006 03:49:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30306#M15554</guid>
      <dc:creator>sail</dc:creator>
      <dc:date>2006-03-06T03:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30307#M15555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After you made the changes did you re-deploy the Alfresco WAR file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you did, then the webapp will get re-deployed and overwrite all your changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As from 1.2RC2 we do not recommend changing any of the Alfresco configuration files, there is now a mechanism in place for supplying overridden configuration, see this wiki page for more details: &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Repository_Configuration" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Repository_Configuration&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 10:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30307#M15555</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-03-06T10:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30308#M15556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am sure that I have re-deployed the Alfresco WAR file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After doing these changes,I start tomcat and Alfresco runs well. The folder "alf_data" was created automaticly by Alfresco, and all the tables needed was created in the database. There is nothing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I restart my tomcat, Alfresco can not startup, and throws some Exceptions about Hibernate and JDBC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug? or is there something wrong with my configuration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in adv.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 03:05:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30308#M15556</guid>
      <dc:creator>sail</dc:creator>
      <dc:date>2006-03-07T03:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30309#M15557</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;Can you post the errors you get when you restart Tomcat please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 08:26:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30309#M15557</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-03-07T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30310#M15558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have got the reason of this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is that the&amp;nbsp; Microsoft JDBC for SQLServer 2000 has some bugs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/824106" rel="nofollow noopener noreferrer"&gt;http://support.microsoft.com/kb/824106&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I change the JDBC, now using JTDS.&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;A href="http://sourceforge.net/projects/jtds/" rel="nofollow noopener noreferrer"&gt;http://sourceforge.net/projects/jtds/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything goes well now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 01:00:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30310#M15558</guid>
      <dc:creator>sail</dc:creator>
      <dc:date>2006-03-08T01:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: some problem config Alfresco to run with Microsoft SQL Serve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30311#M15559</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;Thanks for the update, and letting us know what you did to resolve the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 10:47:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-problem-config-alfresco-to-run-with-microsoft-sql-serve/m-p/30311#M15559</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-03-08T10:47:20Z</dc:date>
    </item>
  </channel>
</rss>

