View Single Post
  #4 (permalink)  
Old August 7th, 2007, 17:11
bmj_23 bmj_23 is offline
Senior Member and Blogger
 
Join Date: May 2007
Posts: 170
Thanks: 4
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bmj_23 will become famous soon enough
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.
Reply With Quote