Can't activate users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 05:43 AM
A while back apparently a user became inactive on our Databricks platform from unknown reason.
So far everything we tried haven't worked:
- Delete and manually re-create the user
- Delete and let SSO to create the user on login
- Use Databricks CLI - shows no errors but does not take effect.
The CLI does work on other users, just this one does not updates with the command:
databricks users update USER_ID --json '{"active":true,"userName":"email@domain.com"}'
This command works for other users and deactivates active user (with "false" value) and then reactive it.
Any ideas how to resolve this issue? this is a major blocker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 12:07 AM
the action works for 99% of the users, but just those two doesn't work.
They're regular users, not admins or something.
The action finishes as other - successful - but there's no actual change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 07:23 AM
Hi @Retired_mod
Just checking if you've got any insights on this issue?
I've continued to try various options but anything I thought haven't effected the user.
Thanks,
Ofer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 02:27 AM
Trying to bump this, anyone got any insights to this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 08:54 AM
Hi there,
We are facing exactly the same issue over here. Two users suddenly set to inactive, reactivation with python script does not work... even with PAT of account admin...
Help is much apprechiated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 04:30 AM
Same issue here. Any ideas why and how to fix it? Deleting/adding user is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 12:05 AM
@ebr92
No leads so far. Still waiting for hopefully anyone from the community will have any lead.
Tried anything with relation to deleting/adding as you mentioned, but nothing helped. the user is re-created with the same ID eventually and remains inactive
@Retired_mod Any chance you've got a lead on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:56 AM
Anyone solve this issue. I am facing the same with only 1 user stuck as inactive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:14 PM
One of my team member has solved this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 04:51 AM
I have scripts to update users and activation Booleans using api and with python-sdk. There is only one user stuck deactivated out of dozens. We do not share the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 11:19 AM
No clue who marked this as solved.
@ebr92 This is not the solution. I'm using a similar script to create and modify users on databricks account level but it does not work for only this single user. Every user works - besides a single user.
@Retired_mod Any insights?
Anyone else might have any insights?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 01:12 AM
I had the same issue on my admin account seamlessly becoming inactive at random.
The problem occurred after helping our platform team testing out a new setup of another databricks workspace.
I was testing the setup logging in as a standard user and an admin user. These roles where given to me by the platform team, and after testing, they removed the roles that I was given, which somehow resulted in my other roles also being affected.
Apparently it has something to do with databricks not being able to handle nested groups in SCIM as mentioned in the bottom of this post.
The platform team changed back the groups and my account was updated as so:
Unfortunately, I don't know exactly how they did this, but I hope this helps narrowing down your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 01:33 AM
In addition to this, I had to clear my cache in the browser before I was able to login again.