<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Microsfoft CRM Error. Can not assign CRM accounts records from one user to another. Exception has been thrown by the target of an invocation.</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/</link>
	<description>Technical issues, problems, errors, findings &#38; resolutions covering Microsoft Dynamics CRM, software development, Microsoft .NET, C#, VB.NET, Commerce Server, Integration, E-Commerce, Scribe, Online shops and more general technology and consultancy posts.</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:59:08 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-847</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 09 Jun 2010 16:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-847</guid>
		<description>Thanks Mohammad. It worked.</description>
		<content:encoded><![CDATA[<p>Thanks Mohammad. It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-438</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-438</guid>
		<description>Yes. I have also had the same issue and I think having the current owner of a record disabled in CRM or Active directory does cause an issue.</description>
		<content:encoded><![CDATA[<p>Yes. I have also had the same issue and I think having the current owner of a record disabled in CRM or Active directory does cause an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim Mostafa</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-437</link>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-437</guid>
		<description>Thanks Sankel for this useful addition. It is definitely worth a try.

Some of the records do have null organisation ID but some don&#039;t though. I have also tried to check if the user is diabled in CRM. This, I would expect, should not cause an issue but apparently it does. Has anyone else been through this?

One last thing, do you know, Sankel,  if there is a microsoft kb talking about this specific issue?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks Sankel for this useful addition. It is definitely worth a try.</p>
<p>Some of the records do have null organisation ID but some don&#8217;t though. I have also tried to check if the user is diabled in CRM. This, I would expect, should not cause an issue but apparently it does. Has anyone else been through this?</p>
<p>One last thing, do you know, Sankel,  if there is a microsoft kb talking about this specific issue?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sankel</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-436</link>
		<dc:creator>Sankel</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-436</guid>
		<description>could be a couple of things. 

There is an issue where you cannot reassign some records, like accounts if the database has queueitem records that have null organizationid&#039;s.  This has been known to happen with some upgrades from 3.0.

If you reinstall crm on your server and choose to download the latest installation files, this will fix that issue, if you have it
Another way to fix this issue is to run the following query against your MSCRM database in SQL.  Back up before you do it.

UPDATE QueueItemBase
SET OrganizationId = (SELECT Organizationid FROM OrganizationBase) WHERE OrganizationId IS NULL</description>
		<content:encoded><![CDATA[<p>could be a couple of things. </p>
<p>There is an issue where you cannot reassign some records, like accounts if the database has queueitem records that have null organizationid&#8217;s.  This has been known to happen with some upgrades from 3.0.</p>
<p>If you reinstall crm on your server and choose to download the latest installation files, this will fix that issue, if you have it<br />
Another way to fix this issue is to run the following query against your MSCRM database in SQL.  Back up before you do it.</p>
<p>UPDATE QueueItemBase<br />
SET OrganizationId = (SELECT Organizationid FROM OrganizationBase) WHERE OrganizationId IS NULL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim Mostafa</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-179</link>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-179</guid>
		<description>Thanks Bill. Appreciate it and you&#039;r always welcome on my blog.

All the best,
Mohamed</description>
		<content:encoded><![CDATA[<p>Thanks Bill. Appreciate it and you&#8217;r always welcome on my blog.</p>
<p>All the best,<br />
Mohamed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Bartmann</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-178</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Fri, 18 Sep 2009 00:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-178</guid>
		<description>Hey good stuff...keep up the good work!  I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#039;m glad I found your blog.  Thanks,)

A definite great read...:)

&lt;a href=&quot;http://forum.dotnetpanel.com/members/Bill-Bartmann.aspx&quot; rel=&quot;nofollow&quot;&gt;-Bill-Bartmann&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey good stuff&#8230;keep up the good work!  I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#8217;m glad I found your blog.  Thanks,)</p>
<p>A definite great read&#8230;:)</p>
<p><a href="http://forum.dotnetpanel.com/members/Bill-Bartmann.aspx" rel="nofollow">-Bill-Bartmann</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Bartmann</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-117</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-117</guid>
		<description>Great site...keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great site&#8230;keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim Mostafa</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-13</link>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
		<pubDate>Sat, 25 Jul 2009 17:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-13</guid>
		<description>Thanks mate. Hope, it helped.</description>
		<content:encoded><![CDATA[<p>Thanks mate. Hope, it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: froremeks</title>
		<link>http://www.mohamedibrahim.net/blog/2009/06/25/microsoft-crm-error-can-not-assign-records/comment-page-1/#comment-12</link>
		<dc:creator>froremeks</dc:creator>
		<pubDate>Sat, 25 Jul 2009 16:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=29#comment-12</guid>
		<description>What a really good post.</description>
		<content:encoded><![CDATA[<p>What a really good post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
