<?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>Sir Slur &#187; translation</title>
	<atom:link href="http://www.sirslur.com/tag/translation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sirslur.com</link>
	<description>Slinging around some technology stuff</description>
	<lastBuildDate>Mon, 24 Oct 2011 20:44:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Scribe &#8211; MS CRM to Great Plains Crashed</title>
		<link>http://www.sirslur.com/2010/06/16/scribe-ms-crm-to-great-plains-crashed/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.sirslur.com/2010/06/16/scribe-ms-crm-to-great-plains-crashed/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:06:48 +0000</pubDate>
		<dc:creator>sirslur</dc:creator>
				<category><![CDATA[MS CRM]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[amount of time]]></category>
		<category><![CDATA[crm system]]></category>
		<category><![CDATA[dts]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[gp]]></category>
		<category><![CDATA[integration points]]></category>
		<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[microsoft crm]]></category>
		<category><![CDATA[microsoft crm 4]]></category>
		<category><![CDATA[microsoft dynamics]]></category>
		<category><![CDATA[microsoft great plains]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[scribe]]></category>
		<category><![CDATA[scribe ms crm]]></category>
		<category><![CDATA[scribe ms crm gp]]></category>
		<category><![CDATA[scribe ms gp]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[timeouts]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://www.sirslur.com/2010/06/16/scribe-ms-crm-to-great-plains-crashed/</guid>
		<description><![CDATA[I have a setup that integrates Microsoft Great Plains (GP)&#160; and Microsoft Dynamics CRM using Scribe.&#160; Everything was working great until a couple of weeks ago.&#160; I got a notice that all of my integration points had fatal errors with this error code: &#34;Fatal Error Code 307, the Translation Spec specified data objects that were [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribesoft.com/" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="scribe" border="0" alt="scribe" align="right" src="http://www.sirslur.com/wp-content/uploads/2010/06/scribe.jpg" width="244" height="67" /></a>I have a setup that integrates Microsoft Great Plains (GP)&#160; and Microsoft Dynamics CRM using Scribe.&#160; Everything was working great until a couple of weeks ago.&#160; I got a notice that all of my integration points had fatal errors with this error code: &quot;Fatal Error Code 307, the Translation Spec specified data objects that were not found in the target&quot;.&#160; </p>
<p>I could connect to my CRM system with Workbench, but when I tried to get the data objects, the connection would timeout.&#160; I did the same test on my test CRM system and it worked flawlessly.&#160; Finally I came across this item on Scribe&#8217;s knowledge base and forum site: </p>
<blockquote><p>This article describes one solution for helping with timeouts when working with the Scribe Adapter for Dynamics CRM. We have seen timeouts occur when the adapter is trying to update its metadata and when the adapter is being used by a DTS to do some operation against the CRM system, such as an update or insert. </p>
<p>&#160;&#160;&#160; Here are some examples of error messages that may occur: </p>
<p>&#160;&#160;&#160; CrmService.Execute(AssignRequest) – The operation has timed out. </p>
<p>&#160;&#160;&#160; CrmService.Execute(UpdateRequest) &#8211; The operation has timed out. </p>
<p>&#160;&#160;&#160; System.Net.WebException: The operation has timed out </p>
<p>&#160;&#160;&#160; The default timeout is 100 seconds. This solution calls for increasing the amount of time the adapter tries to do its work before it times out. For some situations, this may be enough to solve the problem, for others, you may need to look for the cause of why it is taking so long to do the operation. </p>
<p>&#160;&#160;&#160; You can add a DWORD to the registry on the Scribe server that will make the adapter wait longer before timing out. Note that this setting is recognized by the adapter version 4.3 and higher. If you have an earlier version of the adapter and you want to try this solution, you need to upgrade the adapter. Also, note that this setting has no impact on the publisher. </p>
<p>&#160;&#160;&#160; This solution calls for editing the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. </p>
<p>&#160;&#160;&#160; 1.&#160;&#160;&#160;&#160;&#160;&#160; Add a new DWORD value to the registry on the Scribe server in this location &#8211; [HKEY_LOCAL_MACHINE\SOFTWARE\Scribe\Adapters\DynamicsCRMAdapter]. </p>
<p>&#160;&#160;&#160; 2.&#160;&#160;&#160;&#160;&#160;&#160; Make the name of the DWORD “SOAPTimeoutSeconds”. </p>
<p>&#160;&#160;&#160; Then enter a value for the DWORD as the number of seconds you want to adapter to wait before it times out. For example if you wanted it to wait for 5 minutes, enter a decimal value of 300.     <br />This worked like a charm.&#160; It also looks like my original problem occurred due to a hardware failure.</p>
</blockquote>
<p><map name='google_ad_map_2271_c392d43f49786b8a'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/2271?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_2271_c392d43f49786b8a' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=2271&amp;url= http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F' /></p>
<div class="sociable">
<div class="sociable_tagline">
<strong>Share</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;bodytext=I%20have%20a%20setup%20that%20integrates%20Microsoft%20Great%20Plains%20%28GP%29%26%23160%3B%20and%20Microsoft%20Dynamics%20CRM%20using%20Scribe.%26%23160%3B%20Everything%20was%20working%20great%20until%20a%20couple%20of%20weeks%20ago.%26%23160%3B%20I%20got%20a%20notice%20that%20all%20of%20my%20integration%20points%20had%20fatal%20errors%20with%20thi" title="Digg"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;notes=I%20have%20a%20setup%20that%20integrates%20Microsoft%20Great%20Plains%20%28GP%29%26%23160%3B%20and%20Microsoft%20Dynamics%20CRM%20using%20Scribe.%26%23160%3B%20Everything%20was%20working%20great%20until%20a%20couple%20of%20weeks%20ago.%26%23160%3B%20I%20got%20a%20notice%20that%20all%20of%20my%20integration%20points%20had%20fatal%20errors%20with%20thi" title="del.icio.us"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;t=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed" title="Facebook"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed" title="Mixx"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;annotation=I%20have%20a%20setup%20that%20integrates%20Microsoft%20Great%20Plains%20%28GP%29%26%23160%3B%20and%20Microsoft%20Dynamics%20CRM%20using%20Scribe.%26%23160%3B%20Everything%20was%20working%20great%20until%20a%20couple%20of%20weeks%20ago.%26%23160%3B%20I%20got%20a%20notice%20that%20all%20of%20my%20integration%20points%20had%20fatal%20errors%20with%20thi" title="Google Bookmarks"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed" title="Reddit"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F" title="Slashdot"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed" title="StumbleUpon"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F" title="Technorati"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;submitHeadline=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;submitSummary=I%20have%20a%20setup%20that%20integrates%20Microsoft%20Great%20Plains%20%28GP%29%26%23160%3B%20and%20Microsoft%20Dynamics%20CRM%20using%20Scribe.%26%23160%3B%20Everything%20was%20working%20great%20until%20a%20couple%20of%20weeks%20ago.%26%23160%3B%20I%20got%20a%20notice%20that%20all%20of%20my%20integration%20points%20had%20fatal%20errors%20with%20thi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed&amp;body=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F" title="email"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F&amp;title=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed" title="Live"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Scribe%20-%20MS%20CRM%20to%20Great%20Plains%20Crashed%20-%20http%3A%2F%2Fwww.sirslur.com%2F2010%2F06%2F16%2Fscribe-ms-crm-to-great-plains-crashed%2F" title="Twitter"><img src="http://www.sirslur.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sirslur.com/2010/06/16/scribe-ms-crm-to-great-plains-crashed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

