cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.2r Community x SQL Server 2008

felipe_oliveira
Champ in-the-making
Champ in-the-making
Hi,

I don't get install the Alfresco Community 3.2r using SQL Server 2008 database.

I changed the alfresco-global.properties file, including following configurations:

db.username=alfresco
db.password=alfresco
db.name=alfresco
db.host=myHost
db.port=myPort
db.driver=net.sourceforge.jtds.jdbc.Driver
db.url=jdbc:jtds:sqlserver://${db.host}:${db.port}/${db.name}

And I copied the jtds-1.2.5.jar (http://sourceforge.net/projects/jtds/files/jtds/1.2.5/jtds-1.2.5-dist.zip/download) file to tomcat/lib directory.

After to do all these configurations, I don't had sucess.

Can someone help me?

Thank's a lot!
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
SQL Server is not supported on the community version.

felipe_oliveira
Champ in-the-making
Champ in-the-making
I had imagined this…
But i don't found this information on Alfresco Community documentation.
Can you sends to me the link with this information?

Thank's…

felipe_oliveira
Champ in-the-making
Champ in-the-making
Please, discad the last post. It's not most necessary.
I found the information in http://www.alfresco.com/products/networks/compare/.

Thanks.

felipe_oliveira
Champ in-the-making
Champ in-the-making
Can a Java Developer change the Alfresco source code, including the acess at SQL Server?