2024-09-09 11:19:35.317 +05:30 fd622d67-7de1-4648-a185-914eb271f5e3 ERR Database error occurred: The INSERT statement conflicted with the FOREIGN KEY constraint "FK__t_s_RoleE__iActi__3587F3E0". The conflict occurred in database "SS0001", table "dbo.t_c_Action", column 'iId'. 2024-09-09 11:20:26.634 +05:30 49efbd12-2712-45a1-a842-0b5a43f58f4e ERR Database error occurred: The INSERT statement conflicted with the FOREIGN KEY constraint "FK__t_s_RoleE__iActi__3587F3E0". The conflict occurred in database "SS0001", table "dbo.t_c_Action", column 'iId'. 2024-09-09 11:20:40.801 +05:30 e0e25884-aeed-4758-92f9-3c02a9dac086 ERR Database error occurred: The INSERT statement conflicted with the FOREIGN KEY constraint "FK__t_s_RoleE__iActi__3587F3E0". The conflict occurred in database "SS0001", table "dbo.t_c_Action", column 'iId'. 2024-09-09 11:49:07.342 +05:30 c1152d8b-ea73-4317-857e-b039f00bf911 ERR Database error occurred: The INSERT statement conflicted with the FOREIGN KEY constraint "FK__t_s_RoleE__iActi__3587F3E0". The conflict occurred in database "SS0001", table "dbo.t_c_Action", column 'iId'. 2024-09-09 14:21:49.253 +05:30 a43ad160-1149-40de-adc2-e35c7c494ff7 ERR Database error occurred: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_t_s_User_iRole". The conflict occurred in database "SS0001", table "dbo.t_s_Role", column 'iId'. 2024-09-09 14:22:25.881 +05:30 3420d9a3-859d-49fc-9927-8e2f6659d46b ERR The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. 2024-09-09 14:22:25.888 +05:30 3420d9a3-859d-49fc-9927-8e2f6659d46b ERR Upserting User Failed System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) at System.Convert.FromBase64String(String s) at Sang.Service.Common.UtilityManager.PasswordHelper.Decrypt(String encryptedText, Boolean useDefaultEncryptKey) at Sang.Security.Api.Services.UserService.UpsertUser(UserRequest user) at Sang.Security.Api.Controllers.UserController.UpsertUser(UserRequest user) 2024-09-09 15:16:21.741 +05:30 6d80e695-6a8d-46a2-b1e4-30dff6fa0143 ERR Updating Password Failed System.ArgumentException: Couldn't retrieve the Password Policy Regex for the logged in user at Sang.Security.Api.Services.PasswordPolicyRepository.IsPasswordValid(String password) at Sang.Security.Api.Services.UserService.UpdatePassword(String oldPassword, String newPassword) at Sang.Security.Api.Controllers.UserController.UpdatePassword(String oldPassword, String newPassword)