Page 1 of 1

Number of Users [Community Version]

PostPosted:Wed Feb 06, 2013 4:04 pm
by hosi
Hello,

I wanna use OpenKM Community version. I have two main questions:
1. how many users i may have on this version? Nothing specific http://www.openkm.com/en/overview/compa ... sions.html
2. is it possible to have MS SQL as data base?

Thanks so much

Re: Number of Users [Community Version]

PostPosted:Wed Feb 06, 2013 7:19 pm
by jllort
There's no limit on users.
About MS-SQL server we got some 5.x and with 6.x should not be problems, you cant test yourself simply change OpenKM.cfg to this database. Take a look here http://wiki.openkm.com/index.php/Other_DBMS and older 5.x documentation

Dialect should be something like
Code: Select all
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.hbm2ddl=create
TEll us if all goes fine.

Re: Number of Users [Community Version]

PostPosted:Thu Feb 07, 2013 2:46 pm
by hosi
Great! I thought that MS-SQL is only for Professional version!
So let me ask this question: can I install OpenKM Community version on windows XP/7 or it only can be installed on Windows Server family?

Thanks again

Re: Number of Users [Community Version]

PostPosted:Thu Feb 07, 2013 6:59 pm
by jllort
You can install in both but I suggest always a computer only for openkm ( that's the best scenario, for openkm of course ).

Re: Number of Users [Community Version]

PostPosted:Sat Feb 09, 2013 12:53 am
by hosi
Ok and thanks. i'll be in touch :)

Re: Number of Users [Community Version]

PostPosted:Tue Feb 12, 2013 11:14 am
by petercolt
And what about Windows 8? Can I install Community version on the latest Microsoft OS?

Re: Number of Users [Community Version]

PostPosted:Tue Feb 12, 2013 11:00 pm
by jllort
Yes should not be problems on it. OpenKM is based on Java, so it is OS independent.