Skip to main content
Nintex Community Menu Bar

User changes domain and editing _ProcUser table

  • March 23, 2006
  • 1 reply
  • 9 views

Forum|alt.badge.img+1
Hey,

We're having an issue with users changing domains in K2. I have created a job to go through and find out which domains the users are in and then update them in the K2 database. I have had similar experiences in SharePoint and have realized that going straight to the database to migrate users can cause problems. If I do change users information in the _ProcUser table in the K2 database, should I be concerned that users won't have access to certain workflows? Or are there any other issues that I should take into consideration? Appreciate your time.

Matt

1 reply

Forum|alt.badge.img+11
  • Nintex Employee
  • March 23, 2006
Absolutely NOT recommended (and NOT supported) to change the info directly in the database.

If I do change users information in the _ProcUser table in the K2 database, should I be concerned that users won't have access to certain workflows?
You should be, Yes.

Rather use the K2Mng object model to change user permissions. Please have a look at the Help file for some sample code.

Regards,
Ockert