| Re: Error creating user The easiest way to "fix" these types of issues is to first create a user via the standard OTM UI. That way, you know you have entered all of the required data and have a template to use.
Once you have done that, then unload the contents of the relevant database table (in this case GL_USER) in to CSV and use that as the template to load the rest of your data.
There are some restrictions in loading users in that I dont believe you can create new user roles via CSV. If you are loading users where the user role already exists, I think you should be fine.
On my system, the value of gl_user.bi_role_gid is null so I dont think that needs to exist for the creation of users via CSV.
Re-post if you are still having issues. |