<?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: Automate FileMaker Plug-in Deployment with AutoUpdate</title>
	<atom:link href="http://sixfriedrice.com/wp/filemaker-server-autoupdate/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/</link>
	<description>smart business solutions</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:10:42 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron Greene</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-2070</link>
		<dc:creator>Ron Greene</dc:creator>
		<pubDate>Sun, 21 Aug 2011 17:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-2070</guid>
		<description>Thanks for the clear and concise post! I&#039;m joining the conversation 4 years late, but how does the example script handle an installed, but outdated version? It looks like it will bail early if any version is installed -- not necessarily the desired one. Would, in your example, If [ ( not IsValid ( myplug_Version ) ) or ( ( myplug_Version )  &quot;1.5&quot; ) ] cover this eventuality? Or have I missed something? Alternatively, could you just use If [ ( myplug_Version ) = &quot;1.5&quot; ] followed by Else?</description>
		<content:encoded><![CDATA[<p>Thanks for the clear and concise post! I&#8217;m joining the conversation 4 years late, but how does the example script handle an installed, but outdated version? It looks like it will bail early if any version is installed &#8212; not necessarily the desired one. Would, in your example, If [ ( not IsValid ( myplug_Version ) ) or ( ( myplug_Version )  "1.5" ) ] cover this eventuality? Or have I missed something? Alternatively, could you just use If [ ( myplug_Version ) = "1.5" ] followed by Else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dempsey</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1909</link>
		<dc:creator>Adam Dempsey</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1909</guid>
		<description>Does anyone know if it&#039;s possible to find out which FileMaker server a FileMaker client downloads it&#039;s plugins from?

I&#039;ve got FMSAUC_FindPlugIn returning versions I can&#039;t even find on our main server so don&#039;t know where it&#039;s finding them!</description>
		<content:encoded><![CDATA[<p>Does anyone know if it&#8217;s possible to find out which FileMaker server a FileMaker client downloads it&#8217;s plugins from?</p>
<p>I&#8217;ve got FMSAUC_FindPlugIn returning versions I can&#8217;t even find on our main server so don&#8217;t know where it&#8217;s finding them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Newton</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1879</link>
		<dc:creator>Scott Newton</dc:creator>
		<pubDate>Wed, 30 Dec 2009 21:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1879</guid>
		<description>Geoff,

Thanks so much for the practical guide to FMSAUC.

Also thanks to David Graham for his insight into the fact that creating a .tar file can also encapsulate the path. 

Geoff - Please consider revising your original instructions in light of this wrinkle - I suffered a &quot;-1&quot; error for two days (on the Mac only) before I finally found this web page, and then David&#039;s note. Removing the path reference finally fixed the problem.</description>
		<content:encoded><![CDATA[<p>Geoff,</p>
<p>Thanks so much for the practical guide to FMSAUC.</p>
<p>Also thanks to David Graham for his insight into the fact that creating a .tar file can also encapsulate the path. </p>
<p>Geoff &#8211; Please consider revising your original instructions in light of this wrinkle &#8211; I suffered a &#8220;-1&#8243; error for two days (on the Mac only) before I finally found this web page, and then David&#8217;s note. Removing the path reference finally fixed the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaughan Bromfield</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1847</link>
		<dc:creator>Vaughan Bromfield</dc:creator>
		<pubDate>Mon, 26 Oct 2009 23:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1847</guid>
		<description>The &quot;5&quot; is an error code returned from the Auto Update plug-in. The error codes are listed in the documentation.

http://www.filemaker.com/es/downloads/fms10_autoupdate_en.pdf

http://www.filemaker.com/downloads/pdf/fms9_autoupdate_en.pdf

Check whether it&#039;s &quot;5&quot; or &quot;-5&quot; they are different codes.

Code 5 is &quot;The download file can’t be found in the AutoUpdate folder on the FileMaker Server computer&quot; so I&#039;d get ICT to look at the permissions on the folders on the server and check that the folder names are correct -- for some plug-ins the folders need to have different names for Mac and Windows clients (independently of the platform of the server).</description>
		<content:encoded><![CDATA[<p>The &#8220;5&#8243; is an error code returned from the Auto Update plug-in. The error codes are listed in the documentation.</p>
<p><a href="http://www.filemaker.com/es/downloads/fms10_autoupdate_en.pdf" rel="nofollow">http://www.filemaker.com/es/downloads/fms10_autoupdate_en.pdf</a></p>
<p><a href="http://www.filemaker.com/downloads/pdf/fms9_autoupdate_en.pdf" rel="nofollow">http://www.filemaker.com/downloads/pdf/fms9_autoupdate_en.pdf</a></p>
<p>Check whether it&#8217;s &#8220;5&#8243; or &#8220;-5&#8243; they are different codes.</p>
<p>Code 5 is &#8220;The download file can’t be found in the AutoUpdate folder on the FileMaker Server computer&#8221; so I&#8217;d get ICT to look at the permissions on the folders on the server and check that the folder names are correct &#8212; for some plug-ins the folders need to have different names for Mac and Windows clients (independently of the platform of the server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caitlin Hickie</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1839</link>
		<dc:creator>Caitlin Hickie</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1839</guid>
		<description>I have been doing the auto update script side of this - our ICT dept have taken care of the server side part. However I&#039;m getting stuck at the last hurdle - my error is &quot;something unexpected happened 5&quot;. Does the &#039;5&#039; tell me anything?? Thanks.</description>
		<content:encoded><![CDATA[<p>I have been doing the auto update script side of this &#8211; our ICT dept have taken care of the server side part. However I&#8217;m getting stuck at the last hurdle &#8211; my error is &#8220;something unexpected happened 5&#8243;. Does the &#8216;5&#8242; tell me anything?? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Graham</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1811</link>
		<dc:creator>David Graham</dc:creator>
		<pubDate>Thu, 18 Jun 2009 21:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1811</guid>
		<description>@Tom: it&#039;s annoying that FMS doesn&#039;t recognize the AutoUpdate folder if it&#039;s not located in the default Databases location. I can&#039;t fathom why it has to be in the Databases folder to begin with, for two reasons: 1) The contents of AutoUpdate are clearly *not* database files, and 2) we restrict the live databases folder from disk backups, which prevents us from backing up the AU folder. 

On a Mac, you can move the AU folder anywhere you want and symlink it into /Library/FileMaker Server/Data/Databases. NB, an alias will not work. I haven&#039;t tried to do the same thing on Windows using a shortcut. 

- Dave</description>
		<content:encoded><![CDATA[<p>@Tom: it&#8217;s annoying that FMS doesn&#8217;t recognize the AutoUpdate folder if it&#8217;s not located in the default Databases location. I can&#8217;t fathom why it has to be in the Databases folder to begin with, for two reasons: 1) The contents of AutoUpdate are clearly *not* database files, and 2) we restrict the live databases folder from disk backups, which prevents us from backing up the AU folder. </p>
<p>On a Mac, you can move the AU folder anywhere you want and symlink it into /Library/FileMaker Server/Data/Databases. NB, an alias will not work. I haven&#8217;t tried to do the same thing on Windows using a shortcut. </p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Rasmussen</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1810</link>
		<dc:creator>Jens Rasmussen</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1810</guid>
		<description>Thanks, Geoff and David.

One observation I just did is that FMP fetches the plug-ins that are not active. So they can be present in either of the correct folders on the client Mac, but if they are disabled in Prefs, it will transfer them, but they still don&#039;t get enabled.</description>
		<content:encoded><![CDATA[<p>Thanks, Geoff and David.</p>
<p>One observation I just did is that FMP fetches the plug-ins that are not active. So they can be present in either of the correct folders on the client Mac, but if they are disabled in Prefs, it will transfer them, but they still don&#8217;t get enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fitch</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1808</link>
		<dc:creator>Tom Fitch</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1808</guid>
		<description>I forgot to say, thanks for this article. Love your site!</description>
		<content:encoded><![CDATA[<p>I forgot to say, thanks for this article. Love your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fitch</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1807</link>
		<dc:creator>Tom Fitch</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1807</guid>
		<description>A client of ours has their Data folder on the E drive, and FMS is installed in its default location on C drive. For some reason the AutoUpdate folder refuses to work when it&#039;s in  \Data\Databases\ on E (or in \Data\Databases\mySubfolder). When I copy the AutoUpdate folder to \Data\Databases\ on C though, it works as expected. Weird.</description>
		<content:encoded><![CDATA[<p>A client of ours has their Data folder on the E drive, and FMS is installed in its default location on C drive. For some reason the AutoUpdate folder refuses to work when it&#8217;s in  \Data\Databases\ on E (or in \Data\Databases\mySubfolder). When I copy the AutoUpdate folder to \Data\Databases\ on C though, it works as expected. Weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Gutleben</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/comment-page-1/#comment-1801</link>
		<dc:creator>Aaron Gutleben</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1801</guid>
		<description>Hi Geoff. I was tasked with implementing the AutoUpdate process a while back and your post was a life-saver. So, I first want to thank you.
As a result of my struggles, I decided to put together a little application to allow me to quickly implement this in any other solution at any time. In addition to plugin management, it also contains a log and some admin prefs which allow the dba to stay on top of any errors that occur. I just released this application free to the community on our blog and wanted to add a link to it here. Here is the link, and thanks so much for your contribution which helped make my application possible:
http://www.soliantconsulting.com/blog/2009/06/autoupdate-assistant/</description>
		<content:encoded><![CDATA[<p>Hi Geoff. I was tasked with implementing the AutoUpdate process a while back and your post was a life-saver. So, I first want to thank you.<br />
As a result of my struggles, I decided to put together a little application to allow me to quickly implement this in any other solution at any time. In addition to plugin management, it also contains a log and some admin prefs which allow the dba to stay on top of any errors that occur. I just released this application free to the community on our blog and wanted to add a link to it here. Here is the link, and thanks so much for your contribution which helped make my application possible:<br />
<a href="http://www.soliantconsulting.com/blog/2009/06/autoupdate-assistant/" rel="nofollow">http://www.soliantconsulting.com/blog/2009/06/autoupdate-assistant/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

