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) »
  • mass merging - safe and aggressive mode

Poll

how to switch between safe and aggressive mode?

how to switch between safe and aggressive mode?
0 (0%)
how to switch between safe and aggressive mode?
0 (0%)
mass merging?
0 (0%)
where to change the preference for mass merging?
1 (100%)

Total Members Voted: 1

Pages: [1]

Author Topic: mass merging - safe and aggressive mode  (Read 852 times)

jos

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.0.
  • CMS version: Drupal
  • MySQL version: dont know
  • PHP version: dont know
mass merging - safe and aggressive mode
October 19, 2012, 08:01:53 am
hello!

we're running  CiviCRM 4.2.0. and we need to merge many contacts because of special import procedure. But there's always the following error "445 pairs of duplicates were skipped due to conflict during the batch merge process with safe mode."

how to switch to aggressive mode? didn't find it.
may anybody help?

jos

jos

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.0.
  • CMS version: Drupal
  • MySQL version: dont know
  • PHP version: dont know
Re: mass merging - safe and aggressive mode
October 26, 2012, 07:00:04 am
Still no one has any ideas to this topic...

Deepak Srivastava

  • Ask me questions
  • ****
  • Posts: 677
  • Karma: 65
Re: mass merging - safe and aggressive mode
October 26, 2012, 07:32:59 am
Aggressive mode is possible through api. Scheduled Jobs should allow you to add one with details as :

API Prefix: civicrm_api3
API Entity: job
API Action: process_batch_merge

In the parameters you could add mode=aggressive along with other required parameters rgid and gid.
Check api/v3/Job.php file - civicrm_api3_job_process_batch_merge() method for more information.

Here is the related issue for further information http://issues.civicrm.org/jira/browse/CRM-9312
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • mass merging - safe and aggressive mode

This forum was archived on 2017-11-26.