Hello.
Established microsoft sql 2008 on windows 2008 standart R2
I put confluence
when you first start requests connect to the database
Driver Class Name - net.sourceforge.jtds.jdbc.Driver Database URL - jdbc:jtds:sqlserver://localhost:1433/Confluence User Name - sa password - ********
result
The following error(s) occurred: configuring.db.failed java.sql.SQLException: Не удается открыть базу данных "Confluence", запрашиваемую именем входа. не удалось выполнить вход.
what to do?
At a guess, you have not actually created a database for it to use yet.
Conflluence will create all the tables and so on, but
1) You need to create the actual database Confluence will use
2) You should not be connecting Confluence as a system admin user. After you've created the database, create a dedicated non-system user for Confluence to use.
Please see https://confluence.atlassian.com/doc/database-setup-for-sql-server-9258.html (Specifically, you have not done step 3)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.