The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, I am not sure what to enter on the Crowd installation wizard when I want to connect to a MS Sql Server database. The wizard prompts you for the following. Most fields are auto-filled once I select 'JDBC connection' for the database type.
Type of database: JDBC connection
Database: Microsoft SQL Server
Driver class name: net.sourceforge.jtds.jdbc.Driver
JDBC URL: jdbc:jtds:sqlserver::/localhost:1433/crowd
Username: xxxx
Password: xxxx
Hibernate dialect: org.hibernate.dialect.SQLServerDialect
I am not familiar with the JDBC connection string syntax so I'm sure I'm missing something simple. I am used to a prompt for host server and database, but not sure where that gets entered.
Thanks for any help!
I figured out the syntax for SQL Server. I realized that I could look at my Jira dbconfig file to see a sample URL format. The format below worked for me.
jdbc:jtds:sqlserver://[SERVERNAME]:[PORTNUMBER];databaseName=[DATABASENAME]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
The host server and database are specified in the JDBC URL. We happen to use SQL Server as an example in our doc: Running the Setup Wizard:
for SQL Server, the default URL is jdbc:jtds:sqlserver://localhost:1433/crowd , and if you wish to connect to crowddb instead, modify the URL so that it looks like this: jdbc:jtds:sqlserver://localhost:1433/crowddb
In the JDBC URL above, the host server is "localhost" and the database names are "crowd" and "crowddb".
I look forward to hearing whether you can connect to your MS SQL database during the setup Wizard for Crow now.
Thanks,
Ann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone, Hope everyone is safe! A few months ago we posted an article sharing all the new articles and documentation that we, the AMER Jira Service Management team created. As mentioned ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.