Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Loading Dynamics using CozyRoc SSIS tools
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Stein  
View profile  
 More options Jul 12 2012, 10:25 am
From: Dave Stein <david.stein...@gmail.com>
Date: Thu, 12 Jul 2012 07:25:43 -0700 (PDT)
Local: Thurs, Jul 12 2012 10:25 am
Subject: Loading Dynamics using CozyRoc SSIS tools

I need to load approximately 225K contact records into Dyanmics. I need to
check if the contact exists via exact match of First, Middle, and Last Name
as well as address. If contact exists, update the record with additional
information. If it is a new contact insert it. However, the destination
system has well over a million contacts.

The first attempt was to use a cached lookup against those fields from
FilteredContact but that was overwhelmingly painful because of all the data
which needs to be cached and the package failed a few times due to memory
shortage. My second attempt was to join them in the OLE DB Source, but that
query is painful as well.

What is my best path here? Could I utilize the DetectDuplicate
functionality of the CozyRoc destination and then route those failed
records into a another CRM destination set to update?  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Stein  
View profile  
 More options Jul 12 2012, 10:56 am
From: Dave Stein <david.stein...@gmail.com>
Date: Thu, 12 Jul 2012 07:56:58 -0700 (PDT)
Local: Thurs, Jul 12 2012 10:56 am
Subject: Re: Loading Dynamics using CozyRoc SSIS tools

Oh, and I did break the query down using the ContactBase and
CustomerAddressBase tables which helps, but I'd still like to know if
there's a better method.

TIA.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ray Riopel  
View profile  
 More options Jul 12 2012, 10:58 am
From: Ray Riopel <rriopel...@gmail.com>
Date: Thu, 12 Jul 2012 10:58:57 -0400
Local: Thurs, Jul 12 2012 10:58 am
Subject: Re: Loading Dynamics using CozyRoc SSIS tools

What is the contact data source?  I would load them into a SQL table so you
can use cross-database joins to determine what needs to be inserted vs.
updated.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivan Peev  
View profile  
 More options Jul 12 2012, 8:47 pm
From: Ivan Peev <ivan.p...@cozyroc.com>
Date: Thu, 12 Jul 2012 17:47:07 -0700 (PDT)
Local: Thurs, Jul 12 2012 8:47 pm
Subject: Re: Loading Dynamics using CozyRoc SSIS tools

Hi Dave,

Which version of COZYROC SSIS+ do you use? We have just released 1.6
version, which includes Upsert action. The action is based on the duplicate
detection rule in CRM. You can setup the detection rule to use the fields
you have listed below. If the CRM system reports back the current processed
record is duplicate, it will automatically switch to insert action.

Ivan

p.s.
I think the approach with the DetectDuplicate option might also work. Its
just that it requires a little extra effort.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Stein  
View profile  
 More options Jul 13 2012, 12:25 pm
From: Dave Stein <david.stein...@gmail.com>
Date: Fri, 13 Jul 2012 09:25:51 -0700 (PDT)
Local: Fri, Jul 13 2012 12:25 pm
Subject: Re: Loading Dynamics using CozyRoc SSIS tools

Thanks Ian, I'll give that a try.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »