Skip to main content
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
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

Reply