You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
After going through the Users>Import Users steps only 2 out of 39 users are imported into Crowd.
I have JIRA configured to use MS SQL 2005 database and looking there I can see where if I run
SELECT * FROM jiradb . dbo . cwd_user
I get the two users that were imported into Crowd.
But there also is a whole other schema that is also in my JIRA database that seems to have a duplicate table list. If I run
SELECT * FROM jiradb . jiraschema . cwd_user
I get the entire list of 39 users that I want to import into Crowd. These users show up in my JIRA user administration.
Is there a way to get the import to get those 39 users in the jiraschema ?
I think I may have screwed up the JIRA database by upgrading a little while back that got me with these two schemas.
Should I just delete the dbo schema tables?
Yeah sounds like your entity_engine.xml file (?) had an incorrect schema in it when you did an update on an earlier version. If I was you I'd export to xml and recreate the entire JIRA database with a new setup/import xml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.