05-26-2011 10:31 PM
#
# SQLServer connection
# Requires jTDS driver version 1.2.5 and SNAPSHOT isolation mode
# Enable TCP protocol on fixed port 1433
# Prepare the database with:
# ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON;
#
db.driver=net.sourceforge.jtds.jdbc.Driver
db.url=jdbc:jtds:sqlserver://<server>:1433/alfresco
db.username=alfresco
db.password=alfresco
db.txn.isolation=4096
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
You can get the zip file from here 09-07-2012 07:43 AM
10-15-2012 11:23 AM
10-15-2012 11:42 AM
hello every body
I followed this guide forcing alfresco 3.4 community to use SQL Server as its database. there was no problem until first restart and now I can't access alfresco share and also alfresco explorer. the error is Failed to login. The remote server may be unavailable or your authentication details have not been recognized.
Should I use any services and tools to start SQL Server?
my OS is windows7
05-28-2014 11:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.