Create openfire server DB

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

try updating the sql driver used

jtds.sourceforge. net

Hello,

I have downloaded the new version.

How I update this?

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

After update, the problema persiste. What can I do more?

I wish I could be more help, but I don’t have a sql2012 server up and running to test on.

Finally is working.

With this conction:

jdbc:jtds:sqlserver://FMPC11:1433/openfire;instance=wclinicas

Thank you.