<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title><![CDATA[FileMaker Server]]></title><link>http://fmforums.com/forum/showforum.php?fid/45/</link><description>General discussion about FM Server</description><language>none</language><pubDate>Wed, 10 Mar 2010 14:15:06 GMT</pubDate><lastBuildDate>Wed, 10 Mar 2010 14:15:06 GMT</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><generator>FusionBB 3.0 FINAL (www.fusionbb.com)</generator><item><title><![CDATA[FM11 on FMS 10 ? ]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213757</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213757</guid><description><![CDATA[ Anyone confirm if i'm able to safely run FM11 on  FM Server 10? ]]></description><pubDate>Wed, 10 Mar 2010 14:11:23 GMT</pubDate></item><item><title><![CDATA[Filemaker Server and IIS Grief]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213743</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213743</guid><description><![CDATA[ Hi.<br />
<br />
I am looking to work around a problem that I am having with FMS/IIS and Apache. Now I know that one is not supposed to run anything else alongside FMS, but the problem is IIS it would seem.<br />
In my case, I have Apache hosting a few small websites on port 80. IIS also wants port 80. So I would like to achieve either of the following:<br />
<br />
1. Either have FMS be able to use Apache for the IWP function (most ideal arrangement as I'm not keen on IIS really anyway) on port 80, or<br />
<br />
2. Work out how I can use another port number under IIS for FMS. Problem with this though is that I am hosting several domains and websites and issue is that IIS doesnt do this well, if at all. <br />
<br />
Now I know this covers several technologies that arent too relevant to this forum (ie IIS and Apache), but if I could get FMS/IWP to work under Apache I would be a happy man.<br />
<br />
Anybody got anything that might help?<br />
<br />
Cheers in advance.<br />
Greg<br />
<br />
<br />
<br />
 ]]></description><pubDate>Tue, 09 Mar 2010 21:41:18 GMT</pubDate></item><item><title><![CDATA[Heartbeat Monitor Server 11]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213732</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213732</guid><description><![CDATA[ New in FileMaker® Server 11 and FileMaker® Server 11 Advanced is that the FMS Helper Service/Daemon monitors the heartbeat of the Admin Server and thus of the Console. If it goes deaf, the Helper Daemon/ Service will attempt a restart. Hopefully this will help address some of the issues reported with unresponsive Consoles.<br />
<br />
Steven ]]></description><pubDate>Tue, 09 Mar 2010 17:47:41 GMT</pubDate></item><item><title><![CDATA[OS Level Scripting and Account Privileges:  A New FileMaker Server® 11 Feature]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213724</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213724</guid><description><![CDATA[ <strong>OS Level Scripting and Account Privileges:  A New FileMaker Server® 11 Feature</strong><br />
<br />
By:<br />
<br />
Wim Decorte and Steven H. Blackwell<br />
<br />
<br />
<br />
FileMaker Server and FileMaker Server Advanced both allow for the running of OS level scripts such as VB Scripts, Windows batch files, Shell scripts and AppleScripts. FileMaker Pro developers must manage privileges that such scripts require to execute properly in these instances.  Because they are triggered by FileMaker Server they run in the Local System bubble on Windows and the fmserver bubble on Macintosh.  Frequently these accounts do not have privileges that the OS level script needs to perform the action a developer might assign it.  A frequently encountered example is copying files from the FileMaker Server machine to some other location on the network.<br />
<br />
While there have been workarounds to address this issue, often times they are complex and convoluted.  In the just released FileMaker® Server 11 Advanced, FileMaker, Inc. added the ability to specify alternate Accounts (and therefore alternate privileges) for OS level scripts.  This however raises several new questions.  We want to offer some suggestions for best use of this new feature.<br />
<br />
<em>1.	What is an OS level script?</em><br />
<br />
Both Windows and Mac support various types of OS level scripts; these are typically plain text files containing a few lines of executable code saved with a specific extension so that the Operating System knows how process them.<br />
<br />
They can range from simple commands contained in Windows batch files (with either the .BAT or .CMD extension) and Shell scripts on Mac (with the .sh extension) to very complex code in VBscript and PowerShell scripts on Windows and AppleScripts on Mac.<br />
<br />
Note that FileMaker Server supports these kinds of OS-level script to be executed from a FileMaker Server schedule:<br />
-	batch / command files on Windows<br />
-	VBscripts on Windows<br />
-	Shell scripts on Mac<br />
-	AppleScripts on Mac<br />
<br />
<br />
<em>2.	What is a system level account and why is it needed?</em> <br />
<br />
By default FileMaker Server runs under the “Local System” account on Windows and under the fmserver account on Mac.  This is done so that security can be kept tight and controlled and to avoid having to use custom accounts that need to be documented and  potentially need to be maintained (frequent password changes, account expiration,…).<br />
<br />
Using the Local System account (Windows) and the fmserver account (Mac) is the safest possible deployment. It also allows for the FileMaker Server executable to be run with no user actively logged into the server machine, thus enhancing security and performance.<br />
<br />
<em>3.	What privileges does an alternate Account need to have vis a vis FileMaker Server itself?</em><br />
<br />
Depending on the task that you are automating with the OS-level script, you may require your script to create, copy or move files from different areas on the FileMaker Server machine or from across the network.<br />
<br />
On Windows the “Local System” account can reach all files and folders on its own machine but not on the network.  On Mac, the fmserver account has even more strict privileges in that it will not be able to create or copy files in folders that it has not been explicitly given rights to, even on the FileMaker server itself.<br />
<br />
Rather than changing the account that the FileMaker Server service runs under on Windows or giving the fmserver account or the fmsadmin group access to folders and files outside the normal FileMaker Server folder structure, using FileMaker Server 11 you can now specify explicit credentials to use for FileMaker Server schedules that run OS-level scripts (either by themselves or as part of a script sequence).<br />
<br />
<em>4.	What are some examples of actions these OS level scripts can now perform more easily than was the case in the past?</em><br />
<br />
The most common command actions in OS-level scripts are pulling files from across the network to the FileMaker Server machine for nightly import routines.  Or the reverse, scheduled exports from FileMaker Server that need to be pushed to a network share.<br />
<br />
<em>5.	Where can I learn more about OS level scripts in FileMaker® Server 11 and FileMaker Server 11 Advanced?</em><br />
<br />
FileMaker Server schedules that use OS-level scripts are covered extensively in VTC’s FileMaker Server video training tutorial [http://www.vtc.com].  Any questions you may have can always be posted to the FileMaker Server section of fmforums.com or the excellent RealTech mailing list.<br />
<br />
 ]]></description><pubDate>Tue, 09 Mar 2010 13:51:46 GMT</pubDate><enclosure url="http://www.fmforums.com/attachments/uploads/1268142201-SystemLevelAccount.png" length="22109" type="image/png" /></item><item><title><![CDATA[Bang for the buck]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213683</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213683</guid><description><![CDATA[ Hi we wanto put in place a Filemaker Server for an office with 1015 simlutyneous users, clients are Win XP (80%) and Mac OSX Tiger (20%).<br />
<br />
Question. We are tilting to getting a MacPro also due to security reasons. Whats better? A MacPro or an equivalent Windoze machine? Perhaps a Server 2003/2008?<br />
<br />
We would like a cost effectve solution with raw speed.<br />
<br />
Any tipps what would be best? Thanks ]]></description><pubDate>Sun, 07 Mar 2010 12:36:25 GMT</pubDate></item><item><title><![CDATA[Performance / Design question]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213682</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213682</guid><description><![CDATA[ Hello Forums.<br />
<br />
I have a general design question.<br />
<br />
Im creating an ordering system where on one order a client can have many work-experiments (simple portal).<br />
<br />
Now. In this particular case, an order will have VERY MANY work-experiments in it, in this case the maximum number of work-experiments in one Order will be 3000. (Yes, !!)<br />
<br />
My solution has a routine, which will create such a "large order" automatically. It uses various tables for basic info to create an order of this size for the client, prefilled with his 3000 work-experiments.<br />
<br />
This routine, goes to the table of work-experiments and creates a record, then duplicates it and modifies it slightly, duplicates it again etc. Its actually very effective and very fast. In a single user FM Advanced (version 8.5) situation, for an Order with 4500 items it only needs 90 seconds to create the whole thing, which is very acceptable for the generation of an order of this size.<br />
Happy with that.<br />
<br />
Million Dollar Question: How might this behave in a server environment? We want to deploy the solution in a small organisation with FM Server. If my script runs, i.e. one person makes an order, is that likely to "Block" the other users from using/looking at the other Orders?<br />
ie, if in the portal table one Client is happily duplicating records for 2 minutes, does that block other users from acessing the portal entries of other orders they may be looking at?<br />
<br />
Finally, Im new to FM 10. What is Server side scripting and is there an advantage here of maybe using client side or Server side scripting in a situation like this?<br />
<br />
Evidently, of person A is doing something relatively intensive in the DB I dont want users B and C blocked...<br />
<br />
Or am I fearing for nothing here?<br />
Thanks for any inputs on the design of the idea, and no before you ask; unfortunately I cannot reduce the number or work-experiments on an order...<br />
<br />
all my best and thanks for any thoughts.<br />
 ]]></description><pubDate>Sun, 07 Mar 2010 11:48:41 GMT</pubDate></item><item><title><![CDATA[Sequelink ODBC 5.5  - Slow Query]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213654</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213654</guid><description><![CDATA[ Hi all,<br />
<br />
I have FileMaker Server 9 running (under Max OS X Server 10.5.5), sharing a database via FM and ODBC.<br />
<br />
On a Windows PC, I have the Sequelink ODBC 5.5 driver installed, and my system DSN is configured and works fine.<br />
<br />
The driver seems to take a really long time to run almost any query. <br />
<br />
This query:<br />
SELECT * FROM Shipment WHERE REFERENCE1='18281'<br />
<br />
returns only 1 record, but my hard drive's grinding away and my client application is hung for a good 30-45 seconds before the data appears in it... <br />
<br />
Is there any way I can structure my query to improve the speed...? Where is the performance bottleneck?<br />
<br />
 ]]></description><pubDate>Thu, 04 Mar 2010 20:39:49 GMT</pubDate></item><item><title><![CDATA[File sharing warning]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213610</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213610</guid><description><![CDATA[ Hi All, <br />
<br />
I have a file which is located on a server computer that users open, the file in return opens a file which is shared between the users using FM Server10, the sole propose of the first file is to allow me to make shortcuts on the users computers. When the users open this file there’s a warning that appears saying that hosting this file will reduce performance etc. I don't won’t this warning to appear I want it to open automatically as the file closes after 2 seconds anyway. <br />
<br />
See the attachment JPG of warning <br />
<br />
Any help will be very much appreciated! <br />
<br />
Amram Chayim Eirinberg<br />
 ]]></description><pubDate>Tue, 02 Mar 2010 15:48:35 GMT</pubDate></item><item><title><![CDATA[FileMaker Server 10 needs to be on its own server?]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213528</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213528</guid><description><![CDATA[ Hi,<br />
<br />
The company I work for are updating their server, desktops and software. We have purchased a new server and FileMaker Server 10, the OS on the server is Windows Server 2003 64-bit version.<br />
<br />
As I was going through the set up of FileMaker Server it said that it must be installed on a dedicated database server and not on an email, print or network server. Our server will be used for these purposes but the GB and Ram is more than capable of dealing with these tasks. Is FileMaker alright to run on the main server?<br />
<br />
Thanks<br />
Becky ]]></description><pubDate>Wed, 24 Feb 2010 11:44:24 GMT</pubDate></item><item><title><![CDATA[share my solution]]></title><link>http://fmforums.com/forum/showtopic.php?tid/213463</link><guid isPermaLink='false'>http://fmforums.com/forum/showtopic.php?tid/213463</guid><description><![CDATA[ I recently developed a solution at work using FMpro 10 A. I have it installed at my workstation and the solution files (6) are saved to the server's drive. Lets call is N:  <br />
<br />
The server is running unix and the workstations are running vista and xp, mostly vista. <br />
<br />
How do I enable the other work stations to access my solution. I can I, and/or do I have to install FM PRO10A on the server?? <br />
<br />
I don't think its compatible. can I set up my workstation as the host? <br />
<br />
What to do?? where can I find literature  ]]></description><pubDate>Thu, 18 Feb 2010 17:58:47 GMT</pubDate></item></channel></rss>