otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire


SysAdmin and Management Managing and monitoring OTM / G-Log and other administrative activities.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 25th, 2008, 14:50
Junior Member
 
Join Date: Jan 2008
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
karram2008 is on a distinguished road
Error creating user via CSVUtil

I have trouble in creating user using the CSVUtil from command prompt in OTM v5.5.
I followed the steps provided in the datamanagement guide. I could see the data getting populated to gl_user and user_association tables. But, I am unable to login from the front end. I get "invalid user name or password" error. Please let me know if there is any way to solve this problem.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old January 29th, 2008, 00:28
Member
 
Join Date: Dec 2007
Posts: 87
Groans: 1
Groaned at 1 Time in 1 Post
Thanks: 5
Thanked 16 Times in 16 Posts
Rep Power: 3
james_foran is on a distinguished road
Re: Error creating user via CSVUtil

Sounds like the Cache needs to be updated. There are a few ways to fix this:

a) Open the USER record in OTM and select FINISH.

b) Re-start the Application and webServers

c) User the Clear Cache servlet...
http:///GC3/glog.webserver.servlet.cacheclear.CacheClearServle t

Not sure if option c will work. You will need to test this out.

Hope this helps,

Regards,

James Foran
Toll Solutions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to james_foran For This Useful Post:
chrisplough (July 7th, 2009)
  #3 (permalink)  
Old January 29th, 2008, 20:31
Senior Member and Blogger
 
Join Date: May 2007
Posts: 200
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 36 Times in 35 Posts
Rep Power: 3
bmj_23 will become famous soon enough
Re: Error creating user via CSVUtil

When you uploaded the users to the gl_user table, what value did you use for default_user_role_gid ?

Was the user role that you used there an existing user role defined in the application or did you try to create that by inserting records in to the user_role table ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old February 5th, 2008, 03:52
Junior Member
 
Join Date: Jan 2008
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
karram2008 is on a distinguished road
Re: Error creating user via CSVUtil

Thanks for the replies. The default_user_role_gid that I gave in the csv file is 'ADMIN'. This role is an existing user role. Unfortunately, the problem still occurs even after trying the 3 fixes given by James.

In the datamanagement guide, it is said that some special processing is done when the GL_USER is specified in the header of the csv file. Can you please let me know what special processing is done apart from inserting into gl_user table. Is there any other table that needs to be populated apart from gl_user?

NOTE: When I use the CSV upload feature in the OTM UI (Business process automation ->Integration->Integration Manager ->Upload and xml/csv transmission) and load the gl_user table, I am able to login from the front end. Problem occcurs only when I use the CSVUtil from command line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old July 6th, 2009, 18:58
Junior Member
 
Join Date: Feb 2007
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Philip is on a distinguished road
Re: Error creating user via CSVUtil

Anyone try using CSV Upload to update an existing GL_USER? I receive this message 'Only insert and delete is supported on the GL_TABLE'. So, how do I modify a user account via CSV or XML?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old July 6th, 2009, 20:43
Member
 
Join Date: Jul 2006
Posts: 48
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 16
Thanked 11 Times in 9 Posts
Rep Power: 0
acuartero is on a distinguished road
Re: Error creating user via CSVUtil

I've never tried using the CSVUtil to load the gl_user table but I suspect that doing this is bypassing the integration servlet and therefore is bypassing the special post processing steps that occur when you insert via the Integration manager. One thing that it does when you use the Integration manager to insert into that table is that it refreshes the cache so the user is able to login immediately. You may have better luck using something like curl to post directly to the integration servlet URL. That should do the same post processing actions as the Integration Manager.

-Alan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old July 6th, 2009, 20:45
Member
 
Join Date: Jul 2006
Posts: 48
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 16
Thanked 11 Times in 9 Posts
Rep Power: 0
acuartero is on a distinguished road
Re: Error creating user via CSVUtil

Philip,

I don't think you can modify a user via integration. You would need to delete then insert in order to make changes. Doing so can also have undesired side effects. What type of modification are you attempting to do?

-Alan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to acuartero For This Useful Post:
chrisplough (July 7th, 2009)
  #8 (permalink)  
Old July 7th, 2009, 00:20
Junior Member
 
Join Date: Feb 2007
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Philip is on a distinguished road
Re: Error creating user via CSVUtil

Alan,

Thanks so much for the info. We are trying to extract the user accounts from siteminder and post it to OTM via either CSVUtil or HTTP XML integration. The types of modifications include updating username (nickname) and default user roles.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old July 7th, 2009, 01:04
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,167
Blog Entries: 8
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 143
Thanked 258 Times in 161 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
Send a message via AIM to chrisplough
Re: Error creating user via CSVUtil

I assume you're trying to setup SSO with automated user creation and modification?

Alan's right - this isn't doable via integration. Direct SQL updates are possible, but there are other related tables to take into consideration and then the issue with app caching, which gets more difficult in a SCA configuration.

Not trying to be a Debby Downer - if you're able to get this working, I'd love to hear about it!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old July 7th, 2009, 15:02
Junior Member
 
Join Date: Feb 2007
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Philip is on a distinguished road
Re: Error creating user via CSVUtil

Chris,

You are correct, we are trying to setup SSO with user creation and modifications. One thing we haven't try is using a combo of delete and insert to simulate a modification. I think that should work. I will keep you posted.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
User Menu Access Error yeowleng Security 2 March 18th, 2009 14:34
Error creating user new_otm Data Loading 4 January 14th, 2009 16:32
CSVUtil NoClassDefFoundError Roll Up #2 Scott T. Patches 2 November 19th, 2007 17:44
[SOLVED] Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient p chrisplough Installation and Upgrades 4 July 5th, 2007 01:53
[SOLVED] User Defined Error Messages soujanya Workflow and Agents 3 June 8th, 2007 05:14



All times are GMT. The time now is 09:39.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40