Workflow Add User doesn't work in master-latest version

I was trying to …

  1. Create new user using Add User form (it calls Security.Identity_CreateUser_GUI_Save)
  2. I fill the form Add User
  3. I clicked on Save button on the top of the screen

I was expecting …

  1. User with specified priviledges will be created

Instead I’ve got …

  1. Exception Username not found in membership database
    obrazek

Specifically in class Origam.Security.Identity.IdentityServiceAgent method FindUser() - line 608.

2021-06-22 05:25:24,932 [35] ERROR Origam.ServerCore.Controller.AbstractController - Username not found in membership database.

Origam.OrigamException: Username not found in membership database.

---> Origam.OrigamException: Username not found in membership database.

---> System.Exception: Username not found in membership database.

at Origam.Security.Identity.IdentityServiceAgent.FindUser() in D:\a\1\s\origam-source\Origam.Security.Identity\IdentityServiceAgent.cs:line 422

at Origam.Security.Identity.IdentityServiceAgent.CreateUser() in D:\a\1\s\origam-source\Origam.Security.Identity\IdentityServiceAgent.cs:line 608

Comments

I roughly went through the code and what I don’t see is where the record OrigamUser is created. I see creating of BusinessPartner but cannot see adding a record also into OrigamUser table which as far as I understand the code the table where the User is being searched.

1 Like
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.