Login / Register  search  syndication  about

          Kris Halsrud's Blog

Kris Halsrud on development and Integration with CRM and Development

SalesLogix IntelliSync slowness caused by history scanning

A co-worker of mine recently complained that his IntelliSync synchronization was failing when trying to sync over 11,000 records when he was syncing his calendar. After looking into the issue I discovered that the IntelliSync engine examines both the activity and history tables in order to determine if the Outlook calendar item is still scheduled or has been completed.  The problem is in the query IntelliSync is using to scan the history table.  it is essentially this:

select * from history
WHERE ACTIVITYID is not null and
TYPE in (262146, 262145, 262162) and (not (PRIORITY = 'ISYNC_DEL') or PRIORITY is null) and USERID = 'THEUSERID'

For a user who has years of history this can be a big problem, since there is no date restriction.

To solve his particular issue, what we ended up doing was clearing out the ACTIVITYID from the history records older than 1 year.  This then dropped them out of consideration of IntelliSync and his sync went from hours to a few seconds. 

What's This?
  
Bookmark and Share

About Kris Halsrud

   Kris Halsrud is a Senior Analyst / Developer for Customer FX Corporation.


Related Content
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   FREE Open Source Add-ons for SalesLogix version 8 web
SalesLogix is developing a number of FREE add-on solutions for SalesLogix version 8 web. Some of the
Posted on May 22, 2013 by Scott Weber to SalesLogix Product Blog
 
   What is the best way to delete unused Groups in SalesLogix?
After several years of using SalesLogix – we have hundreds of groups, most of which are no longer used as
Posted on May 21, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Can the SalesLogix Application architect's build process be automated?
Can the SalesLogix Application architect's build process be automated, or called from a batch file? W
Posted on May 16, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is it possible to Sync SalesLogix Attachments based on Account Manager?
Is it possible to only sync SalesLogix Attachments from the accounts where the user is the account manag
Posted on May 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register