Diogo
#1
Hello,
I have created a DB in SQLSERVER 2012. The name of this database is openfire.
When I finish the configuration of openfire, the table are created on db master and not in the db openfire,
Why?
jdbc:jtds:sqlserver://fmpc11:1433:/wclinicas;appName=openfire
speedy
#2
try updating the sql driver used
jtds.sourceforge. net
Diogo
#3
Hello,
I have downloaded the new version.
How I update this?
speedy
#4
stop openfire
rename \openfire\lib\jtds.jar to jtds.jar.old
then copy jdts-1.3.1.jar from the zip as jtds.jar into \openfire\lib
restart openfire
Diogo
#5
After update, the problema persiste. What can I do more?
speedy
#6
I wish I could be more help, but I don’t have a sql2012 server up and running to test on.
Diogo
#7
Finally is working.
With this conction:
jdbc:jtds:sqlserver://FMPC11:1433/openfire;instance=wclinicas
Thank you.