Posts: 19
Threads: 7
Joined: Oct 2010
Reputation:
0
After enabling "Activate user permissions" I am unable to launch the application and connect to the database that was just created. The error below is logged in the event log after clicking Login but nothing happens, it just says at the "Login to..." screen. This started after enabling the "Activate user permissions" option.
Application: ASGRD.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at CloudAdminCommon.Access.DataAccessor.InitializeUserSecurity(CloudAdminCommon.User.vCCIdentity, System.Security.Principal.IdentityReferenceCollection)
at CloudAdminCommon.User.UserLogin.InitPassThrough()
at CloudAdminConsole.Helper.EnvironmentLogin.Login()
at CloudAdminConsole.Program.Main(System.String[])
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Ok, second post with problems after activating permissions - perhaps the new .NET framework works different with some security settings - we will piblish tomorrow new binaries and there the "ASGRDElevated"-version will work correctly - so just try to use this version - if there is no difference I can publish a DEBUG-version to find out which code piece throws the exception...
Regards/Gruss
Oliver
Posts: 88
Threads: 13
Joined: Dec 2013
Reputation:
0
Ohh great one more with the same problem..
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
One question - do you use SQL Server with "case sensitive collation"???
I think I know where the error occurs - but still not exactly why - found a column that was not case sensitive in the stored proc...
Else there must be an error that the system can't get your current SID from your windows account - but we did a lot of testing with different users and sql databases... and didn't get this before...
Regards/Gruss
Oliver
Posts: 19
Threads: 7
Joined: Oct 2010
Reputation:
0
I am using SQL Server (2012) but it is not using case sensitive collation. (SQL_Latin1_General_CP1_CI_AS)
Posts: 19
Threads: 7
Joined: Oct 2010
Reputation:
0
Same here as well, can't login after activating permissions.
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Did you try to use ASGRDElevated.exe to start the program? Same problem?
I'm currently evaluating a customer database - the data seems to be correct, but somewhere in the login process there must be an error...
Regards/Gruss
Oliver
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
I think I found the issue - will test it right now and then try to publish an update tomorrow...
Regards/Gruss
Oliver
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Just uploaded new binaries (overwriting RC2 binaries) - just download, install and try to execute Migration again... should solve the problems...
Regards/Gruss
Oliver
Posts: 19
Threads: 7
Joined: Oct 2010
Reputation:
0
Same result (Tried with ASGRDElevated.exe)
Installed new RC2 (v8.0.4647.0) over existing.
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Ok, I will check again - the problem with lost private credentials was solved with that build - I try to focus now on the permissions problem...
Regards/Gruss
Oliver
Posts: 88
Threads: 13
Joined: Dec 2013
Reputation:
0
Hi,, Whats the staus on this?
// Kristoffer
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Sorry, answered in another thread - binaries are updated again - found the issue (could reproduce in my env) and fixed it - I thing you are member of "a larger domain" and are assigned to a lot of groups - and there was an error in the sql communication...
You only have to update the binaries - database is ok :-)
Regards/Gruss
Oliver
Posts: 88
Threads: 13
Joined: Dec 2013
Reputation:
0
Thank you will test now
// Kristoffer
Posts: 11,263
Threads: 102
Joined: Aug 2006
Reputation:
206
Waiting for your fedback :-)
Regards/Gruss
Oliver