<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Wisdom of Solomon</title>
	<atom:link href="http://wisdomofsl.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wisdomofsl.com</link>
	<description>Technical information about Microsoft Dynamics SL (formerly Solomon) by Jeff Trotman</description>
	<lastBuildDate>Thu, 03 Nov 2011 02:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wisdomofsl.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Wisdom of Solomon</title>
		<link>http://wisdomofsl.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wisdomofsl.com/osd.xml" title="Wisdom of Solomon" />
	<atom:link rel='hub' href='http://wisdomofsl.com/?pushpress=hub'/>
		<item>
		<title>Debugging Dynamics SL Object Model code</title>
		<link>http://wisdomofsl.com/2011/11/02/debugging-dynamics-sl-object-model-code/</link>
		<comments>http://wisdomofsl.com/2011/11/02/debugging-dynamics-sl-object-model-code/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 02:47:11 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsl.com/?p=188</guid>
		<description><![CDATA[I have made this mistake multiple times and it just cost me about 2 hours of debugging time so I thought I&#8217;d post it here in hopes of saving someone some time in the future. I got this error today in one of my automated import logs: System.Runtime.InteropServices.COMException (0&#215;80040005): Value does not fall within the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=188&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have made this mistake multiple times and it just cost me about 2 hours of debugging time so I thought I&#8217;d post it here in hopes of saving someone some time in the future.</p>
<p>I got this error today in one of my automated import logs:</p>
<p><em>System.Runtime.InteropServices.COMException (0&#215;80040005): Value does not fall within the expected range.</em></p>
<p>After spending a long time checking the value that I was trying to import against the control&#8217;s Mask property and other things like that, I remembered &#8211; <strong>the value that is not in the expected range is the control name.</strong></p>
<p>The offending code is something like this:</p>
<p><em>sivApp.Controls["xuser1"].Value = &#8220;ABC&#8221;</em></p>
<p><em></em>I was spending all of my time analyzing the &#8220;ABC&#8221; value, but that wasn&#8217;t the problem. It was the &#8220;xuser1&#8243; value. At some point, my customization had changed the control name from &#8220;xuser1&#8243; to &#8220;xduser1&#8243;, so the &#8220;expected range&#8221; was a valid control name and what I was passing in was not a valid control name.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=188&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/11/02/debugging-dynamics-sl-object-model-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamics SL &#8211; Error 20201 when printing Sales Journal</title>
		<link>http://wisdomofsl.com/2011/06/23/dynamics-sl-error-20201-when-printing-sales-journal/</link>
		<comments>http://wisdomofsl.com/2011/06/23/dynamics-sl-error-20201-when-printing-sales-journal/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 19:15:08 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=177</guid>
		<description><![CDATA[A client sent me a message today saying they were getting an error message when trying to print the Sales Journal today.  The message number is 20201 and the error message begins with something like  &#8221;&#8230;kernel is not able to use sql server cursor functions&#8230;&#8221; I didn&#8217;t find anything on the knowledgebase, so I ran [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=177&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A client sent me a message today saying they were getting an error message when trying to print the Sales Journal today.  The message number is 20201 and the error message begins with something like  &#8221;&#8230;kernel is not able to use sql server cursor functions&#8230;&#8221;</p>
<p>I didn&#8217;t find anything on the knowledgebase, so I ran a SQL Profiler trace to see if I could see what was going on.  Luckily, the error happened very quickly so I didn&#8217;t have to plow through a ton of results to find what I was looking for.</p>
<p>Pretty quickly, I found a ROLLBACK TRANSACTION and that sounded like what I was looking for.  Just before that, the Sales Journal pre-process (4069002.exe) had run 2 stored procedures.  <em>ADG_GLWildcard_AcctXref</em> and <em>ADG_GLWildcard_SubXref</em>.  I copied the parameters passed in from the Profiler trace and tried to run them in a Management Studio query window. The first one (the Acct related one) ran fine.  The second one (the Sub related one) returned an error related to a permission problem trying to select from <em>vs_subxref</em>.  This seemed promising.</p>
<p>I looked at the SQL inside the two stored procedures and both contained this clause &#8211; <em>WITH EXECUTE AS &#8217;07718158D19D4f5f9D23B55DBF5DF1&#8242;.  </em>This tells SQL not to run the SQL code with the calling user&#8217;s permissions, but this specified user instead.  (The long numeric string beginning with 0771 is a special login that Dynamics SL creates on your SQL Server when you install SL.)</p>
<p>Inside <em>ADG_GLWildcard_SubXref</em>, there was a SELECT statement querying vs_subxref.  I check that view and the 0771&#8230; user didn&#8217;t have SELECT rights to the view.  I added them and tried the report again and it ran fine.</p>
<p>Even though I had solved the problem, I was curious now.  I looked inside the <em>ADG_GLWildcard_AcctXref</em>.  In parallel fashion, it had a SELECT statement querying vs_acctxref.  I went to go see if I needed to fix permissions on it as well, and was surprised to find that it didn&#8217;t exist in the database.</p>
<p>I went back to the stored procedures and realized that the SELECT statements were actually inside a string, like this:</p>
<p>select @Query = &#8220;select &#8230;&#8221;</p>
<p>execute (@Query)</p>
<p>There was also a comment that said they were doing this so that the procedure would compile even though the view many not exist.</p>
<p>I understand that from a SQL point of view, but that was the first I had heard of SL doing it this way.  I looked at the properties of the vs_subxref and &#8211; sure enough, it was just created a couple of days ago.  We haven&#8217;t done any upgrades there recently, but I had just done a Rebuild security to fix up some new stuff I had added to the database.</p>
<p>I have no idea why the vs_subxref wasn&#8217;t there originally, why vs_acctxref isn&#8217;t there now, or why the permission wasn&#8217;t created correctly. If anyone can shine any light on that, please comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=177&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/06/23/dynamics-sl-error-20201-when-printing-sales-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamics SL Quick Send feature &#8211; bad PDF attachment in Email</title>
		<link>http://wisdomofsl.com/2011/06/18/dynamics-sl-quick-send-feature-bad-pdf-attachment-in-email/</link>
		<comments>http://wisdomofsl.com/2011/06/18/dynamics-sl-quick-send-feature-bad-pdf-attachment-in-email/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 14:48:39 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=165</guid>
		<description><![CDATA[While setting up the Quick Send feature for a client today, I ran into a problem. We had set up certain customer&#8217;s to get their OM Invoices emailed as a PDF attachment.  The emails that were sent from Application Server had an attachment whose file name had a PDF extension, but the file size was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=165&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While setting up the Quick Send feature for a client today, I ran into a problem. We had set up certain customer&#8217;s to get their OM Invoices emailed as a PDF attachment.  The emails that were sent from Application Server had an attachment whose file name had a PDF extension, but the file size was only 230 bytes &#8211; much too small to be a valid PDF file.</p>
<p>I think the problem was that client had customized the OM Invoice (40680.rpt) and that file had been living in their Usr_Rpts folder for some time. (The file date was in 2006.)  I think that the custom report had been saved with a previous version of Crystal.  Even though that customized report worked fine for normal Invoice printing, for some reason when Application Server tried to run the report to export to PDF &#8211; it failed.</p>
<p>When I opened the custom report in the version of Crystal that SL currently uses (version 10) and saved it (and fixed it up &#8211; <a href="http://wp.me/pbf7Y-2I">see this post for more details</a>), the email attachments generated valid PDFs after that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=165&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/06/18/dynamics-sl-quick-send-feature-bad-pdf-attachment-in-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Crystal Reports &#8211; tables not found during Verify Database</title>
		<link>http://wisdomofsl.com/2011/06/18/crystal-reports-tables-not-found-during-verify-database/</link>
		<comments>http://wisdomofsl.com/2011/06/18/crystal-reports-tables-not-found-during-verify-database/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 05:25:59 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=168</guid>
		<description><![CDATA[If you try to do a Verify Database on a Crystal report used by Dynamics SL, you may get an error message like this: &#8220;The database table &#8220;GLTran&#8221; cannot be found. Proceed to remove this table from the report?&#8221; even though GLTran (or whatever table name is in the error message) is in the database. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=168&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you try to do a Verify Database on a Crystal report used by Dynamics SL, you may get an error message like this:</p>
<p>&#8220;The database table &#8220;GLTran&#8221; cannot be found. Proceed to remove this table from the report?&#8221;</p>
<p>even though GLTran (or whatever table name is in the error message) is in the database.</p>
<p>I have found this to be usually caused by Crystal  using Fully Qualified table names.  If you click &#8220;Show SQL Query&#8221; (or run a SQL Profiler trace while the report is running), you may see entries like &#8221;select * from databasename.dbo.GLTran&#8221;, instead of &#8220;select * from GLTran&#8221;.  The databasename may be the name of the SQL Server used when the report was originally written, which is usually not a server on your network.</p>
<p>In older versions of Crystal Reports, you could edit the SQL query in this dialog box to get rid of the database name, but in Crystal Reports 10, the SQL query dialog is read-only.</p>
<p>The way to do this in Crystal 10 was not intuitive to me, but here&#8217;s what you can do.  From the Database menu, choose Set Datasource Location.</p>
<p><a href="http://wisdomofsolomon.files.wordpress.com/2011/06/setdatasource.jpg"><img class="aligncenter size-full wp-image-169" title="SetDatasource" src="http://wisdomofsolomon.files.wordpress.com/2011/06/setdatasource.jpg?w=600&#038;h=211" alt="" width="600" height="211" /></a></p>
<p>Click the <em>Overridden Qualified Table Name</em> line and a textbox will appear to the right.  In that textbox, type the table name, just as it shows in the <em>Table Name</em> line.  (<em>Account</em> in this example.)  Do this for each table in the report and click Close.</p>
<p>Putting a value in the Overridden Qualified Table Name textbox seems to tell Crystal to use what you typed there for the table name instead of the Fully Qualified table name.</p>
<p>Save your changes and you should be able to Verify Database without getting the errors any more.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=168&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/06/18/crystal-reports-tables-not-found-during-verify-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>

		<media:content url="http://wisdomofsolomon.files.wordpress.com/2011/06/setdatasource.jpg" medium="image">
			<media:title type="html">SetDatasource</media:title>
		</media:content>
	</item>
		<item>
		<title>The Specification set template file (FRxRpt32.tpl) is missing from the SysData directory</title>
		<link>http://wisdomofsl.com/2011/06/14/the-specification-set-template-file-frxrpt32-tpl-is-missing-from-the-sysdata-directory/</link>
		<comments>http://wisdomofsl.com/2011/06/14/the-specification-set-template-file-frxrpt32-tpl-is-missing-from-the-sysdata-directory/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 03:31:00 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=159</guid>
		<description><![CDATA[Got this error after installing an FRx Service Pack for a client today.  After searching the PartnerSource knowledgebase and eliminating all of the causes detailed there, it turned out to be a self-inflicted wound. I had manually edited the FRx32.CFG file to update the path to the SysData directory.  The relevant section looks like this: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=159&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Got this error after installing an FRx Service Pack for a client today.  After searching the PartnerSource knowledgebase and eliminating all of the causes detailed there, it turned out to be a self-inflicted wound.</p>
<p>I had manually edited the FRx32.CFG file to update the path to the SysData directory.  The relevant section looks like this:</p>
<p>[SYSDATA]<br />
Directory=\\servername\SysData\</p>
<p>Turns out the trailing backslash is very important.  I had set it to something like this:</p>
<p>[SYSDATA]<br />
Directory=\\servername\SysData</p>
<p>By using Process Monitor from Microsoft&#8217;s <a title="SysInternals" href="http://technet.microsoft.com/en-us/sysinternals" target="_blank">SysInternals</a> page, I was able to find that FRx was looking for \\servername\SysDataFRxRpt32.tpl, instead of \\servername\SysData\FRxRpt32.tpl.</p>
<p>So, if you get this error message, it could be one of the things in the Knowledgebase, or it could be that you just left off a backslash.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=159&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/06/14/the-specification-set-template-file-frxrpt32-tpl-is-missing-from-the-sysdata-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamics SL &#8211; &#8220;Could not route report&#8221; error in Application Server</title>
		<link>http://wisdomofsl.com/2011/05/31/dynamics-sl-could-not-route-report-error-in-application-server/</link>
		<comments>http://wisdomofsl.com/2011/05/31/dynamics-sl-could-not-route-report-error-in-application-server/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 03:07:35 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=151</guid>
		<description><![CDATA[Today I was setting upApplication Server to send Quick Send emails for a client.  I wasn&#8217;t getting the emails when I noticed this error message in the Application Server log &#8211; &#8220;Could not route report&#8221;.  I went to PartnerSource and search on that but didn&#8217;t get any SL related posts. (Minor side rant &#8211; the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=151&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I was setting upApplication Server to send Quick Send emails for a client.  I wasn&#8217;t getting the emails when I noticed this error message in the Application Server log &#8211; &#8220;Could not route report&#8221;.  I went to PartnerSource and search on that but didn&#8217;t get any SL related posts.</p>
<p>(Minor side rant &#8211; the Related Searches on the side listed 4 variants of &#8220;could not route report Application Server&#8221;.  Seems like somebody at MS could find phrases that people are searching for that don&#8217;t have any results and post something relevant. But I digress&#8230;)</p>
<p>I looked further back in the Application Server log and found this error from when the AppServer was started &#8211; &#8220;General CDO (Collaboration Data Objects) error. Routing will be disabled for this server. 429&#8243;  I knew that 429 was frequently the error message given when a COM object couldn&#8217;t be found in the Registry.</p>
<p>So I did some CDO searching and found this &#8211; <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=2714320D-C997-4DE1-986F-24F081725D36&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=2714320D-C997-4DE1-986F-24F081725D36&amp;displaylang=en.</a>  Starting with Outlook 2007, CDO is not delivered as part of Outlook but is a separate download.  Once I downloaded this, Application Server started sending the messages.</p>
<p>I also found this &#8211; <a href="http://blogs.msdn.com/b/deva/archive/2010/01/19/outlook-2010-why-cdo-1-2-1-not-supported-with-outlook-2010.aspx">http://blogs.msdn.com/b/deva/archive/2010/01/19/outlook-2010-why-cdo-1-2-1-not-supported-with-outlook-2010.aspx</a>, which says that CDO won&#8217;t work with 64 bit Outlook 2010 so keep that in mind when you&#8217;re deciding where to run Application Server.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=151&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/05/31/dynamics-sl-could-not-route-report-error-in-application-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Printing Dynamics SL report from button on screen</title>
		<link>http://wisdomofsl.com/2011/05/23/printing-dynamics-sl-report-from-button-on-screen/</link>
		<comments>http://wisdomofsl.com/2011/05/23/printing-dynamics-sl-report-from-button-on-screen/#comments</comments>
		<pubDate>Tue, 24 May 2011 02:39:21 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=139</guid>
		<description><![CDATA[The typical way to add a custom report to a Dynamics SL installation is to add it to a menu so that when a user clicks the report link, the ROI screen is displayed to let the user select additional options. Sometimes it makes sense to bypass this and just have a user click a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=139&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The typical way to add a custom report to a Dynamics SL installation is to add it to a menu so that when a user clicks the report link, the ROI screen is displayed to let the user select additional options.</p>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 310px"><a href="http://wisdomofsolomon.files.wordpress.com/2009/03/roi.jpg"><img class="size-medium wp-image-57" title="ROI" src="http://wisdomofsolomon.files.wordpress.com/2009/03/roi.jpg?w=300&#038;h=202" alt="" width="300" height="202" /></a><p class="wp-caption-text">ROI</p></div>
<p>Sometimes it makes sense to bypass this and just have a user click a button on a screen and the report prints immediately (sometimes called &#8220;Quick Print&#8221; mode).</p>
<p>To do Quick Print, you still call ROI, but pass some parameters to it to tell it to go ahead and print (or print preview) the report without appearing to prompt the user for more input.</p>
<p>The basic syntax is:</p>
<p><em>ROI.exe 12345/RUN Fmt/FORMAT /PSCRN</em></p>
<p>where 12345 is the 5 digit report number that you want to run and Fmt is the format</p>
<blockquote><p><a href="http://wisdomofsolomon.files.wordpress.com/2011/05/rptcontrol.jpg"><img class="aligncenter size-full wp-image-140" title="RptControl" src="http://wisdomofsolomon.files.wordpress.com/2011/05/rptcontrol.jpg?w=600&#038;h=395" alt="" width="600" height="395" /></a></p></blockquote>
<p>In the Report Control Maintenance screen above, the Trial Balance report is pulled up (Report Nbr 01610).  The Combined Totals format uses 01610a.rpt and the Debit and Credit Totals uses 01610b.rpt.</p>
<p>If you wanted to print the Debit and Credit Totals format of the Trial Balance report, you would call:</p>
<p><em>ROI.exe 01610/RUN 01610B/FORMAT</em></p>
<p>This would print it directly to the default printer.  If you wanted to do a Print Preview instead, you would call:</p>
<p><em>ROI.exe 01610/RUN 01610B/FORMAT /PSCRN</em></p>
<p>If you wanted to add a WHERE clause filter (similar to adding lines to the SELECT tab of the ROI screen), you would use the /WHERE parameter. (Use the SELECT tab to see the exact field names.)</p>
<p><em>ROI.exe 01610/RUN 01610B/FORMAT vr_01610b.accthist_acct=&#8217;1010&#8242;/WHERE</em></p>
<p>would filter the report to show only Account &#8217;1010&#8242; values.</p>
<p>There are more ROI parameters available, but this is a good start. For more details, consult the ROI user guide (sl_roi.pdf in the User Guides folder).</p>
<p>To call from the SL SDK (formerly VB Tools), use this syntax:</p>
<p><em>Call CallApplicWait(&#8220;ROI&#8221;, &#8220;01610/RUN&#8221; + PRMSEP + &#8220;01610B/FORMAT&#8221;  + PRMSEP + &#8220;vr_01610b.accthist_acct=&#8217;1010&#8242;/WHERE&#8221; + PRMSEP + &#8220;/PSCRN&#8221;)</em></p>
<p>To call from a customization, use this syntax:</p>
<p><em>serr1 = Launch(&#8220;ROI.EXE&#8221; + PRMSEP + &#8220;01610/RUN&#8221; + PRMSEP + &#8220;01610B/FORMAT&#8221; + PRMSEP + &#8220;vr_01610b.accthist_acct=&#8217;1010&#8242;/WHERE&#8221; + PRMSEP + &#8220;/PSCRN&#8221;, True, True, 0)</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=139&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/05/23/printing-dynamics-sl-report-from-button-on-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>

		<media:content url="http://wisdomofsolomon.files.wordpress.com/2009/03/roi.jpg?w=300" medium="image">
			<media:title type="html">ROI</media:title>
		</media:content>

		<media:content url="http://wisdomofsolomon.files.wordpress.com/2011/05/rptcontrol.jpg" medium="image">
			<media:title type="html">RptControl</media:title>
		</media:content>
	</item>
		<item>
		<title>Video overview of Dynamics SL customization levels</title>
		<link>http://wisdomofsl.com/2011/05/22/video-overview-of-dynamics-sl-customization-levels/</link>
		<comments>http://wisdomofsl.com/2011/05/22/video-overview-of-dynamics-sl-customization-levels/#comments</comments>
		<pubDate>Sun, 22 May 2011 21:34:45 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>
		<category><![CDATA[Dynamics SL customization levels]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=133</guid>
		<description><![CDATA[I posted a short video on YouTube that explains how customization levels work in Dynamics SL.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=133&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I posted a short video on YouTube that explains how customization levels work in Dynamics SL.</p>
<p><span style="text-align:center; display: block;"><a href="http://wisdomofsl.com/2011/05/22/video-overview-of-dynamics-sl-customization-levels/"><img src="http://img.youtube.com/vi/HYDImGLlDVU/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=133&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/05/22/video-overview-of-dynamics-sl-customization-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/HYDImGLlDVU/2.jpg" medium="image" />
	</item>
		<item>
		<title>Problems with SL SDK (VB Tools) programs running on 64 bit systems</title>
		<link>http://wisdomofsl.com/2011/05/19/problems-with-sl-sdk-vb-tools-programs-running-on-64-bit-systems/</link>
		<comments>http://wisdomofsl.com/2011/05/19/problems-with-sl-sdk-vb-tools-programs-running-on-64-bit-systems/#comments</comments>
		<pubDate>Fri, 20 May 2011 04:11:06 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=131</guid>
		<description><![CDATA[If you create a new program for SL 7 using the SDK (formerly VB Tools) and it runs fine on a 32 bit system but crashes at startup on a 64-bit system (I was getting a Bad Image error), you need to change a compile setting in VB.Net. The SL SDK project template sets the TargetCPU [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=131&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you create a new program for SL 7 using the SDK (formerly VB Tools) and it runs fine on a 32 bit system but crashes at startup on a 64-bit system (I was getting a Bad Image error), you need to change a compile setting in VB.Net.</p>
<p>The SL SDK project template sets the TargetCPU to &#8220;AnyCPU&#8221; by default, which means it will run as 64-bit on a 64-bit system.  SL programs have to run in the WOW64 subsystem on 64-bit systems so you need to change this setting to x86.  You can find it on the Compile tab of the Project Settings page (click the Advanced Compile Options button).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=131&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/05/19/problems-with-sl-sdk-vb-tools-programs-running-on-64-bit-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamics SL VBTools Application Upgrade Utility only works with Visual Studio 2005</title>
		<link>http://wisdomofsl.com/2011/04/20/dynamics-sl-vbtools-application-upgrade-utility-only-works-with-visual-studio-2005/</link>
		<comments>http://wisdomofsl.com/2011/04/20/dynamics-sl-vbtools-application-upgrade-utility-only-works-with-visual-studio-2005/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 02:21:02 +0000</pubDate>
		<dc:creator>Jeff Trotman</dc:creator>
				<category><![CDATA[Dynamics SL (Solomon) Technical Info]]></category>

		<guid isPermaLink="false">http://wisdomofsolomon.wordpress.com/?p=128</guid>
		<description><![CDATA[Even though the Dynamics SL SDK officially supports using Visual Studio 2008, I found out the other day that I had uninstalled VS2005 too quickly.  The Application Upgrade Utility that came with the 7.0 SDK to help you convert your SL 6.5 VBTools programs is apparently hard-coded to use the VB 2005 conversion utility (the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=128&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Even though the Dynamics SL SDK officially supports using Visual Studio 2008, I found out the other day that I had uninstalled VS2005 too quickly.  The Application Upgrade Utility that came with the 7.0 SDK to help you convert your SL 6.5 VBTools programs is apparently hard-coded to use the VB 2005 conversion utility (the Artinsoft utility &#8211; VBUpgrade.exe).</p>
<p>If you haven&#8217;t converted all of your (or your clients&#8217;) old VB Tools applications &#8211; you need to keep VS 2005 around.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wisdomofsolomon.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wisdomofsolomon.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wisdomofsolomon.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wisdomofsl.com&amp;blog=2679762&amp;post=128&amp;subd=wisdomofsolomon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wisdomofsl.com/2011/04/20/dynamics-sl-vbtools-application-upgrade-utility-only-works-with-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2832b0b8a31ee33ff4be0ef4afcf722c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeff Trotman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
