Results 1 to 4 of 4

Thread: Accounts Import Failure

  1. #1
    Join Date
    Nov 2006
    Posts
    6

    Default Accounts Import Failure

    I am trying to import a .csv file generated from Salesforce. I select the .csv file, do the mapping and proceed to the final step. I get a screen that tells me that the import has begun, giving the time, but nothing more happens. SugarCRM seems to be stuck at this point.

    Any idea what the problem might be?

    Thanks.

  2. #2
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Re: Accounts Import Failure

    How many records are you importing? We had to break our original import up over a few files or else it would exceed the php timeout limit. Also make sure that the file size is less than your php upload limit. You can find both of those in your php.ini file if you are on windows.

  3. #3
    ledg is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    48

    Default Re: Accounts Import Failure

    I had the same problem.

    I broke my csv file in to chunks of 100 records (which was a pain with as I ended up importing 8 files) however it worked fine.

  4. #4
    tdp
    tdp is offline Sugar Community Member
    Join Date
    Sep 2005
    Posts
    74

    Default Re: Accounts Import Failure

    When we brought in a .cvs file with about 3000 contacts, I needed to bump up the memory_limit in php.ini to 300M and that allowed it to go in one shot. Of course this does mean you need access to php.ini, which not everyone has, but I thought that was a lot easier than breaking the .cvs into a bunch of smaller files.
    Todd Pihl

    Human Worklfows LLC
    Rockville, Maryland USA

    Slackware 11.0 running kernel 2.6.17.6
    MySQL 5.0.24a
    PHP 5.1.6
    Apache 1.3.37

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •