Monday, October 13, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Help  Error on salesf...
 Error on salesforce.com User Import
 
bcromwell
26 posts
Joined
7/8/2008

Error on salesforce.com User Import
Posted: 23 Jul 08 11:40 AM

I am testing loading users from a salesforce.com Report Export, and keep gettin the following error:

Error: USER_NAME. Cannot insert the value NULL into column 'PORTAL_ONLY', table 'SplendidCRM.dbo.USERS'; column does not allow nulls. INSERT fails. The statement has been terminated.

I thought that it might have been an address field that contained an invalid (new line) character, so I removed that from the export.  Then I was concernted that the format of the old user names (the same as the e-mail address) could have been a problem, so I modified that.  As far as I can tell from the export, the USER_NAME is not Null. 

Any suggestions?

Thank you,

Brian

support
1989 posts
1st
Joined
1/3/2006

Re: Error on salesforce.com User Import
Posted: 23 Jul 08 11:41 AM

Your best bet is to modify the database so that this field is nullable.

 alter table USERS alter column PORTAL_ONLY bit null;

  Mainstream Forums  Help  Error on salesf...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.