I am having a difficult time importing JIRA users to Crowd. Maybe I don't understand what Crowd is asking for but this is what I have done so far.
JIRA is currently running on the H2 internal server
From C:\Program Files\Atlassian\JIRA\atlassian-jira\WEB-INF\lib I copied h2-1.4.185.jar and put it in C:\atlassian-crowd-2.11.1\apache-tomcat\lib
Next I started the Crowd importer with the following information in the screenshot
image2017-3-10 15:44:59.png
I go the database jdbc URL from JIRA, so I think that is correct and used org.hsqldb.jdbcDriver as stated in the crowd documentation.
It then returns the following error message seen in the screenshot. I am not understanding what the problem is.
I believe you are using HSQL Database Driver and not H2 Driver. Maybe you can take a look at dbconfig file of JIRA to see what's the driver that JIRA uses. On top of that, if I'm not mistaken username of H2 databases is su without password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.