I am trying to install BHOLD Core. The wizard ended prematurely because of an error.
Verbose logging is saying this:
he property 'SqlStatements' was found with value 'AddLoginB1User1,AddLoginB1User2,AddLoginB1User3,AddRoleB1User,StartInternalProcess,SetAdministrator1,SetAdministrator2,SetDomain' The property 'AddLoginB1User1' was found with value 'EXEC sp_grantlogin ' Executing SQL command in property 'AddLoginB1User1' Error: System.Data.SqlClient.SqlException: Windows NT user or group 'fim.com\BHOLDApplicationGroup' not found. Check the name again. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DBUpgraderCA.CustomActions.UpgradeDB(Session session) on query: EXEC sp_grantlogin Error executing custom sql-statementsSystem.Data.SqlClient.SqlException: Windows NT user or group 'fim.com\BHOLDApplicationGroup' not found. Check the name again. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DBUpgraderCA.CustomActions.UpgradeDB(Session session) CustomAction CoreDBUpgradeCA returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Which is weird because the group name is definately correct. Also when I am trying to access the BHOLD portal, I am getting this:
Access to BHOLD is refused for the following reason(s): Username unknown
What could be wrong?