<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Trace.WriteLine(_blogTitle); &#187; Redeployment</title> <atom:link href="http://www.langalaxy.de/tag/redeployment/feed/" rel="self" type="application/rss+xml" /><link>http://www.langalaxy.de</link> <description>Random output</description> <lastBuildDate>Fri, 28 Oct 2011 17:20:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Common errors on organization import</title><link>http://www.langalaxy.de/2010/02/common-errors-on-organization-import/</link> <comments>http://www.langalaxy.de/2010/02/common-errors-on-organization-import/#comments</comments> <pubDate>Sun, 21 Feb 2010 19:55:16 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Dynamics CRM]]></category> <category><![CDATA[CRM 4]]></category> <category><![CDATA[Debugging]]></category> <category><![CDATA[Import]]></category> <category><![CDATA[Redeployment]]></category> <category><![CDATA[Tracing]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=371</guid> <description><![CDATA[When you import organizations into an existing environment, there is the possibility that the import could fail. This post should help you to solve the most common issues. With large organizations, the most likely problem is that the import process runs into a timeout when it updates the user mapping. Update Rollup 8 contains a [...]]]></description> <content:encoded><![CDATA[<p>When you import organizations into an existing environment, there is the possibility that the import could fail. This post should help you to solve the most common issues.</p><p>With large organizations, the most likely problem is that the import process runs into a timeout when it updates the user mapping. Update Rollup 8 contains a fix for this problem which has to be enabled manually. See <a
href="http://xrm.ascentium.com/blog/crm/Post768.aspx">http://xrm.ascentium.com/blog/crm/Post768.aspx</a>.</p><p>Another common issue is that the import fails with the following error</p><blockquote><p>ExecuteNonQuery requires an open and available Connection. The connection&#8217;s current state is closed.</p></blockquote><p>This error is likely caused by an issue in the .NET 2 Framework. See this article of the EMEA CRM Support team for a description<br
/> <a
href="http://blogs.msdn.com/emeadcrmsupport/archive/2009/10/12/error-while-importing-an-organization-executenonquery-requires-an-open-and-available-connection.aspx">http://blogs.msdn.com/emeadcrmsupport/archive/2009/10/12/error-while-importing-an-organization-executenonquery-requires-an-open-and-available-connection.aspx</a></p><p>Another cause of this issue are reports which could not be published to the report server by any reason. For example, reports which are spiced up with custom assemblies cannot be published without the referenced assemblies. The import will fail when it tries to publish such a report. In this case enable the tracing, which generates a trace file for the mmc-console. With help of this file you can identify the report which is making problems. To solve the issue, you can either delete it directly from the database (unsupported) or you delete it prior to the backup of the originating system. After the successful import, you can import the problematic report again.</p><p>See this thread in the CRM Deployment forum for further description <a
href="http://social.microsoft.com/Forums/en/crmdeployment/thread/1336bb5d-a119-44e3-83dd-1f557edccc31">http://social.microsoft.com/Forums/en/crmdeployment/thread/1336bb5d-a119-44e3-83dd-1f557edccc31</a></p> ]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2010/02/common-errors-on-organization-import/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>0&#215;80044195 The specified language code is not valid for this organization</title><link>http://www.langalaxy.de/2009/12/0x80044195-the-specified-language-code-is-not-valid-for-this-organization/</link> <comments>http://www.langalaxy.de/2009/12/0x80044195-the-specified-language-code-is-not-valid-for-this-organization/#comments</comments> <pubDate>Sun, 13 Dec 2009 15:36:47 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Dynamics CRM]]></category> <category><![CDATA[Hints]]></category> <category><![CDATA[Redeployment]]></category> <category><![CDATA[Support]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=300</guid> <description><![CDATA[Recently I had a problem with a dev system at a customer site. The system was redeployed from the production site without any problems. Everything worked well, until I tried to customize the system. As soon as I tried to create new attributes or new relationships, the system produced an error The language code 1033 [...]]]></description> <content:encoded><![CDATA[<p>Recently I had a problem with a dev system at a customer site. The system was redeployed from the production site without any problems. Everything worked well, until I tried to customize the system. As soon as I tried to create new attributes or new relationships, the system produced an error</p><blockquote><p>The language code 1033 is not a valid language for this organization</p></blockquote><p>I searched the net, but the only things I found was that this error is listed as an error code of Dynamics CRM (see <a
href="http://msdn.microsoft.com/en-us/library/bb930493(loband).aspx">http://msdn.microsoft.com/en-us/library/bb930493(loband).aspx</a>) and a thread in the Dynamics Forums (<a
href="http://social.microsoft.com/Forums/en/crm/thread/70bbbf36-1ecb-443e-852a-bebaa70c7206">http://social.microsoft.com/Forums/en/crm/thread/70bbbf36-1ecb-443e-852a-bebaa70c7206</a>), but sadly without a solution.</p><p>After contacting the Dynamics CRM support team, the cause of this error was found in a matter of minutes. The system was redeployed from an installation with German base language to a system with English base language. This is an <strong>unsupported</strong> scenario.</p><p>Neither there was a warning at the redeployment wizard, nor is this mentioned in the Implementation Guide (at least, I haven&#8217;t found it there). The support engineer provided me following excerpt there this scenario is described as unsupported</p><blockquote><p>The original deployment and the new deployment of Microsoft Dynamics CRM must be the same base language.<br
/> <br
/> <em><strong>NOTE:</strong> Redeployment between different base languages, for example from English to French, is not supported.</em></p></blockquote><p>To bad that this snippet is only included in the course material for the Installation and Deployment exam and not in the Implementation Guide. The only solution was to do a full reinstall of Dynamics CRM with the same base language as the originating system and to do the reployment again.</p><p><strong>Update</strong><br
/> In the meantime I got new feedback from the support engineer (thank you José) who is responsible for my case. Microsoft will document this scenario either with a knowledgebase article or by adding the quoted note to the Implementation Guide.</p> ]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2009/12/0x80044195-the-specified-language-code-is-not-valid-for-this-organization/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 300/309 objects using disk: basic

Served from: www.langalaxy.de @ 2012-02-07 02:58:06 -->
