<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Automate FileMaker Plug-in Deployment with AutoUpdate</title>
	<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 04 Dec 2008 21:21:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1324</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Thu, 23 Oct 2008 04:36:36 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1324</guid>
		<description>David:

In my defense, I was trying to be funny. :)

Geoff</description>
		<content:encoded><![CDATA[<p>David:</p>
<p>In my defense, I was trying to be funny. <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Head</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1319</link>
		<dc:creator>David Head</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:49:40 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1319</guid>
		<description>Geoff, I think FileMaker Server 5.5 was released back in the late 20th century, not 19th! ;) I couldn't imagine Guglielmo Marconi installing a FileMaker Server. Good article anyway.

David</description>
		<content:encoded><![CDATA[<p>Geoff, I think FileMaker Server 5.5 was released back in the late 20th century, not 19th! <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I couldn&#8217;t imagine Guglielmo Marconi installing a FileMaker Server. Good article anyway.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1026</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 02 May 2008 17:15:51 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1026</guid>
		<description>Hi Geoff,

The space was the kicker!!  Thanks for noticing .. some things just take new eyes looking at them!!  It's working like a charm now.  Thanks for writing this and sharing it with the world!!

Trish</description>
		<content:encoded><![CDATA[<p>Hi Geoff,</p>
<p>The space was the kicker!!  Thanks for noticing .. some things just take new eyes looking at them!!  It&#8217;s working like a charm now.  Thanks for writing this and sharing it with the world!!</p>
<p>Trish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1025</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 02 May 2008 15:32:10 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1025</guid>
		<description>@trish:

On one line you have this:

&lt;pre&gt;&lt;code&gt;FMSAUC_FindPlugIn (" fmDataGuard" )&lt;/code&gt;&lt;/pre&gt;

This is the critical piece. If FileMaker returns a &lt;code&gt;-1&lt;/code&gt; for this function call, it means it &lt;em&gt;thinks&lt;/em&gt; the plug-in is not available or the server does not have AutoUpdate set up.

First, do you really have a space inside the quotes before &lt;code&gt;fmDataGuard&lt;/code&gt;? If so, remove that.

Also, make absolutely sure that Auto Update is enabled in your FileMaker Server Admin Console. Then, check your plug-in names. The name in the function call has to match the plugin name exactly, and if you are on Mac OS X, then the name of the plug-in has to match the name (minus extension) of the tar file exactly.

Hopefully this helps...

Geoff</description>
		<content:encoded><![CDATA[<p>@trish:</p>
<p>On one line you have this:</p>
<pre><code>FMSAUC_FindPlugIn (" fmDataGuard" )</code></pre>
<p>This is the critical piece. If FileMaker returns a <code>-1</code> for this function call, it means it <em>thinks</em> the plug-in is not available or the server does not have AutoUpdate set up.</p>
<p>First, do you really have a space inside the quotes before <code>fmDataGuard</code>? If so, remove that.</p>
<p>Also, make absolutely sure that Auto Update is enabled in your FileMaker Server Admin Console. Then, check your plug-in names. The name in the function call has to match the plugin name exactly, and if you are on Mac OS X, then the name of the plug-in has to match the name (minus extension) of the tar file exactly.</p>
<p>Hopefully this helps&#8230;</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1024</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 02 May 2008 15:11:15 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1024</guid>
		<description>We are still getting the "It looks like AutoUpdate isn't enabled on the server." error.  I know it is and it is turned on.

Here is my entire script .. Does anything scream out as being wrong?:
&lt;pre&gt;&lt;code&gt;
#Check to see if the plug-in is already installed
If [ not IsValid (DataGuard_Version("1.1.2" )) ]
   ##Check to see if the AutoUpdate Plug-in is installed
   If [ not IsValid (FMSAUC_Version ( 0 )) ]
      Show Custom Dialog [ Title: "Installation Error"; Message: "The AutoUpdate plug-in is not available."; Buttons: “OK”, “Cancel” ]
   Else If [ Get (MultiUserState )  2 ]
      Show Custom Dialog [ Title: "Installation Error"; Message: "This database has to be on FileMaker Server for AutoUpdate to work."; Buttons: “OK”, “Cancel” ]
   Else
      #Check for the plug-in on the server
      Set Variable [ $versions; Value:FMSAUC_FindPlugIn (" fmDataGuard" ) ]
      If [ $versions = "-1" ]
         Show Custom Dialog [ Title: "Installation Error"; Message: "It looks like AutoUpdate isn't enabled on the server."; Buttons: “OK”, “Cancel” ]
      Else If [ PatternCount($versions; "1.1.2") = 0 ]
         Show Custom Dialog [ Title: "Installation Error"; Message: "The server doesn't have the right version of the plug-in."; Buttons: “OK”, “Cancel” ]
      Else
         #Update the Plug-in
         Set Variable [ $plugin_result; Value:FMSAUC_UpdatePlugIn ( "fmDataGuard 1.1.2" ) ]
         If [ $plugin_result  0 ]
            Show Custom Dialog [ Title: "Installation Error"; Message: "Something unexpected happened: " &#38; $plugin_result; Buttons: “OK”, “Cancel” ]
         End If
      End If
   End If
End If
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>We are still getting the &#8220;It looks like AutoUpdate isn&#8217;t enabled on the server.&#8221; error.  I know it is and it is turned on.</p>
<p>Here is my entire script .. Does anything scream out as being wrong?:</p>
<pre><code>
#Check to see if the plug-in is already installed
If [ not IsValid (DataGuard_Version("1.1.2" )) ]
   ##Check to see if the AutoUpdate Plug-in is installed
   If [ not IsValid (FMSAUC_Version ( 0 )) ]
      Show Custom Dialog [ Title: "Installation Error"; Message: "The AutoUpdate plug-in is not available."; Buttons: “OK”, “Cancel” ]
   Else If [ Get (MultiUserState )  2 ]
      Show Custom Dialog [ Title: "Installation Error"; Message: "This database has to be on FileMaker Server for AutoUpdate to work."; Buttons: “OK”, “Cancel” ]
   Else
      #Check for the plug-in on the server
      Set Variable [ $versions; Value:FMSAUC_FindPlugIn (" fmDataGuard" ) ]
      If [ $versions = "-1" ]
         Show Custom Dialog [ Title: "Installation Error"; Message: "It looks like AutoUpdate isn't enabled on the server."; Buttons: “OK”, “Cancel” ]
      Else If [ PatternCount($versions; "1.1.2") = 0 ]
         Show Custom Dialog [ Title: "Installation Error"; Message: "The server doesn't have the right version of the plug-in."; Buttons: “OK”, “Cancel” ]
      Else
         #Update the Plug-in
         Set Variable [ $plugin_result; Value:FMSAUC_UpdatePlugIn ( "fmDataGuard 1.1.2" ) ]
         If [ $plugin_result  0 ]
            Show Custom Dialog [ Title: "Installation Error"; Message: "Something unexpected happened: " &amp; $plugin_result; Buttons: “OK”, “Cancel” ]
         End If
      End If
   End If
End If
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1023</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 02 May 2008 13:31:02 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1023</guid>
		<description>Great!  One more ? if I may ...

Does this line need to change?:

    If [ $versions = "-1" ]</description>
		<content:encoded><![CDATA[<p>Great!  One more ? if I may &#8230;</p>
<p>Does this line need to change?:</p>
<p>    If [ $versions = &#8220;-1&#8243; ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1019</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:18:17 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1019</guid>
		<description>@Trish: Just put the "1.1.2" in quotes in your script. Then FileMaker should accept it.

Geoff</description>
		<content:encoded><![CDATA[<p>@Trish: Just put the &#8220;1.1.2&#8243; in quotes in your script. Then FileMaker should accept it.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1018</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:54:51 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1018</guid>
		<description>Thanks Geoff!

The plug-in is fmDataGuard and the version is 1.1.2, but when I type "1.1.2" in the script, it won't allow it.  It allows 1.1 though, which I used, but when we tested it, we get the error "It looks like AutoUpdate isn't enabled on the server." (although it is set up properly on the server).</description>
		<content:encoded><![CDATA[<p>Thanks Geoff!</p>
<p>The plug-in is fmDataGuard and the version is 1.1.2, but when I type &#8220;1.1.2&#8243; in the script, it won&#8217;t allow it.  It allows 1.1 though, which I used, but when we tested it, we get the error &#8220;It looks like AutoUpdate isn&#8217;t enabled on the server.&#8221; (although it is set up properly on the server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1000</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:10:06 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-1000</guid>
		<description>@Trish: The exact calculation you use will depend on what plug-in you are trying to distribute to your client machines. For instance, the Troi Dialog plug-in has a function called &lt;code&gt;TrDl-Version&lt;/code&gt;. Our 6Barcode plug-in has one called &lt;code&gt;sfrbc-Version&lt;/code&gt;. You'll have to look at the plug-in you're using and see how to check the version.

Geoff</description>
		<content:encoded><![CDATA[<p>@Trish: The exact calculation you use will depend on what plug-in you are trying to distribute to your client machines. For instance, the Troi Dialog plug-in has a function called <code>TrDl-Version</code>. Our 6Barcode plug-in has one called <code>sfrbc-Version</code>. You&#8217;ll have to look at the plug-in you&#8217;re using and see how to check the version.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-999</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 04 Apr 2008 18:33:46 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-server-autoupdate/#comment-999</guid>
		<description>I'm still green at this stuff... can you clear up the following:
"Instead of myplug_Version put a call to your plugins version function "

I'm not sure what to put here.  Is it: "not IsValid ( FMSAUC_Version ( 0 ) )"?</description>
		<content:encoded><![CDATA[<p>I&#8217;m still green at this stuff&#8230; can you clear up the following:<br />
&#8220;Instead of myplug_Version put a call to your plugins version function &#8221;</p>
<p>I&#8217;m not sure what to put here.  Is it: &#8220;not IsValid ( FMSAUC_Version ( 0 ) )&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
