CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Import Problem
Pages: [1]

Author Topic: Import Problem  (Read 3067 times)

Bill Scheurer

  • Guest
Import Problem
August 23, 2007, 07:28:15 pm
We are finding problems with the CiviCRM batch import function for individuals.

If we import with "update" as the option for handling duplicates, the system just returns us to the Step 2 screen, with no error messages. Whereas, with the "skip" option, it works.

We are running CiviCRM 1.8 on Drupal (through the CivicSpaceLabs Online system).

Has anyone else found glitches in the batch import function like this?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Import Problem
August 23, 2007, 08:10:38 pm

Bill:

Can u please replicate this issue on http://demo.civicrm.org/drupal/ and if replicable, file an issue in the issue tracker

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Bill Scheurer

  • Guest
Re: Import Problem
August 23, 2007, 09:51:39 pm
lobo,

but then, won't that make my contacts' live data visible to the public?

or, will it just be administrators like you that see it? i have to ask that.

thanks!

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: Import Problem
August 24, 2007, 01:38:59 am
Bill,

Just make up some fake data to use on the demo.

Bill Scheurer

  • Guest
Re: Import Problem
August 24, 2007, 10:03:31 am
Lobo,

That won't work, because some of our files loaded in fine (after the system gave us good error messages and we cleaned up the problem data fields).

Others loaded in with inconsistent glitches and lack of error messages.

When we loaded the last file set to "update" duplicates, it just kept returning to the Step 2 screen, without any error messages, progress reports, or other explanations.

When we loaded that file set to "skip" duplicates, it seemed to make it all the way through and then gave a fatal error message. (All the data seemed to be loaded in, though).

We also saw inaccurate progress messages like "loading next 200 out of 100" (then 300, 400, etc. out of 100). It starts to erode my confidence in the system.

What we could do is set you up with a temporary account on our system and email the file to you so you could try loading it into our system and watch its behavior. Would that work for you?

We know we have bad "country" data in a couple of records -- for Germany & Nigeria -- since CiviCRM seems to enforce the "alpha-2" version of the ISO standard for country code abbreviations (which the documentation does not tell us anywhere, by the way -- at least, we haven't found it).

So, we should see some good clean error messages if the system is working right. The first batch that we loaded by the way (when there was no data in our system) worked great -- wonderful error messaging, etc. It seems that managing duplicates is where the CiviCRM batch file import function is choking?

Thanks!

Bill

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Import Problem
August 24, 2007, 12:53:06 pm

Bill:

CiviCRM is an open source project. As such we rely on the contributions of the community and folks like you to help us improve the system and make it  better for everyone involved. You can help in the following way:

1. Please ensure you are using the latest version of CiviCRM v1.8.10954

2. Please scramble your data and attempt to reproduce your problems on the demo site. if so, then please file an issue giving us the exact steps on how to do reproduce it in demo in the issue comments. We know our demo system install and hence like to reproduce all issues on that system.

3. If after some reasonable effort you cannot reproduce the above, please file an issue giving the exact steps

4. If the above seems a bit too much work, please consider hiring someone from our Professional Services (http://civicrm.org/professional/) to help you/your org out

lobo


lobo

A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Bill Scheurer

  • Guest
Re: Import Problem - Solution
August 25, 2007, 08:37:30 am
For anyone who may have a similar problem, here is what we learned to work around it.

Selecting the "no duplicate checking" helped a lot. De-duping is a complicated art and MySQL is a limited search engine. CiviCRM documentation does not show its de-duping logic to the users. So, taking out this unknown helped a great deal.

We also learned that the CiviCRM import function seemed to break down when attempting to load more than 500 records at one time. Up to that point, with de-duping off, it functioned well -- returning good error messages for any bad data.

Hope this helps? It worked for us.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Import Problem
August 25, 2007, 02:03:24 pm
Please check: http://wiki.civicrm.org/confluence/display/CRMDOC/Duplicate+Matching, to lean more about duplicate checking that is done during import.

HTH
kurund
Found this reply helpful? Support CiviCRM

Bill Scheurer

  • Guest
Re: Import Problem
August 25, 2007, 02:57:05 pm
Thanks! I found that earlier, but after my first posting on this topic.

We never changed the default setting, so the fact remains that the import function failed when the de-duping option was flagged, but performed quite nicely (up to 500 records per batch) when it was not.

Anyway, now that our data is all in the system, is there any way within CiviCRM to check for duplicates? So far, I have not found any canned function to de-dup or even check for them.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Import Problem
August 25, 2007, 10:22:03 pm

check:

http://civicrm.org/node/201

Note that this is a first implementation and as such will have limitations and bugs. Feedback/review on the use/applicability would be great

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Bill Scheurer

  • Guest
Re: Import Problem
August 26, 2007, 01:00:46 pm
thanks.

de-duping works okay for small batches, but seems to time out (blank screen) for larger ones.

i will ask the csod people if we can increase some of my settings. that should do the trick.

tms020348

  • Guest
Re: Import Problem
August 30, 2007, 10:40:52 am
This is what I've found running in Joomla! 1.0x:

Importing with no dup checking works as long as there is no attempt to tag or add to groups. 

If I attempt to tag or group an imported csv, the process fails at the 4 process, throwing me out to the Joomla! sign-in screen.

If I remove dup checking, and tagging, and grouping check boxes, the import works.

This is a drag because we're combining lists. :'(

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Import Problem

This forum was archived on 2017-11-26.