Not able to change the database to ms sql
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2011 08:10 AM
Hi ,
I want to use my own db with this. how to do it?
I tried by changing it to sqlserver settings as described in userguide.
But of no use. It does not work.
The window flickers and disappears fast.
How to change it to my own database?
Any idea where i am going wrong?
I tried like
in activiti/setup - db=mssql
jdbc.driver=net.sourceforge.jtds.jdbc.Driver
jdbc.url=jdbc:jtds:sqlserver://localhost:1433/activiti
jdbc.username=activiti
jdbc.password=activiti
in activiti/build.properties - db=mssql
tx=standalone
but it does not work. Can you please help me to setup sql server db in my local machine?
Thanks,
kavi
I want to use my own db with this. how to do it?
I tried by changing it to sqlserver settings as described in userguide.
But of no use. It does not work.
The window flickers and disappears fast.
How to change it to my own database?
Any idea where i am going wrong?
I tried like
in activiti/setup - db=mssql
jdbc.driver=net.sourceforge.jtds.jdbc.Driver
jdbc.url=jdbc:jtds:sqlserver://localhost:1433/activiti
jdbc.username=activiti
jdbc.password=activiti
in activiti/build.properties - db=mssql
tx=standalone
but it does not work. Can you please help me to setup sql server db in my local machine?
Thanks,
kavi
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2011 05:39 AM
have you restared the demo setup? ant demo.stop, ant demo.clean, ant demo.start?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2011 02:34 AM
Hi ,
yes i tried with demo.stop demo.clean demo.start but stil i am not able to change the database to mssql
Thanks,
kavi
yes i tried with demo.stop demo.clean demo.start but stil i am not able to change the database to mssql
Thanks,
kavi

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 11:37 AM
Did you get this sorted?
I can easily connect to mysql but it doens't work with msssql.
I am trying to follow the same steps for mssql but it's not working.
I have copied the sqljdbc4 under\apache-tomcat-7.0.67 - Activiti Tomcat\webapps\activiti-explorer\WEB-INF\lib and have changed the db.properties file accordingly:
db=mssql
jdbc.driver=com.microsoft.sqlsever.jdbc.SQLServerDriver
jdbc.url=jdbc:sqlserver://10.10.44.1:1433;databaseName=activiti
jdbc.username=sa
jdbc.password=password
Any suggestions?
I can easily connect to mysql but it doens't work with msssql.
I am trying to follow the same steps for mssql but it's not working.
I have copied the sqljdbc4 under\apache-tomcat-7.0.67 - Activiti Tomcat\webapps\activiti-explorer\WEB-INF\lib and have changed the db.properties file accordingly:
db=mssql
jdbc.driver=com.microsoft.sqlsever.jdbc.SQLServerDriver
jdbc.url=jdbc:sqlserver://10.10.44.1:1433;databaseName=activiti
jdbc.username=sa
jdbc.password=password
Any suggestions?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 04:10 AM
What's the exception your getting when connecting?
