-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RBAC with SQL server 2017 not work #15091
Comments
could you please post the stack trace of the error? There is a nice little button for that on the page you screenshotted :) |
like this
|
Working on |
Thank you for the report. |
will this problem be fixed in the next version (2.0.14) ? maybe for now I have to use PhpManager. Because the phpmanager rbac works well. |
I plan to fix it in 2.0.14. |
thank you so much @SilverFire @cebe @sergeymakinen, I'll wait for the release of 2.0.14 :) |
we're still in 2.0.12 and converted all columns from VARBINARY to VARCHAR (on DbSession also) to be able to work around this issue on SQL 2017 |
I confirm that with all the versions of SQL server since 2008 the solution is to change varbinary to varchar. |
What steps will reproduce the problem?
this problem only in RBAC with DbManager, but in other CRUD its always working fine.
when i create role, assignment, assign route and etc im always get error.
What is the expected result?
please tell me step by step how to solve it.
What do you get instead?
Implicit conversion from data type char to varbinary(max) is not allowed. Use the CONVERT function to run this query.
Additional info
The text was updated successfully, but these errors were encountered: