hairyjim Posted June 13, 2002 Posted June 13, 2002 Anyone know how I can run FileMaker as a service on Windows NT / IIS 4. I also want FileMaker to open a startup script for my dB's on boot. Is this possible? Cheers Jim
Anatoli Posted June 13, 2002 Posted June 13, 2002 FM server is running as service and it starts all databases automatically. In theory -- application can start as service, but it is quirky with FileMaker.
Guest Posted June 13, 2002 Posted June 13, 2002 srvany.exe from MS resource kit will install an application as a service - go to the link below - I have not tried this with Filemaker - post back with your results if you try it. ftp://ftp.microsoft.com/bussys/winnt/winnt-public/reskit/nt40/i386/srvany_x86.exe
hairyjim Posted June 14, 2002 Author Posted June 14, 2002 Hey cheers for the link. The setting up of FileMaker as a service was easy using srvany. But unforunatly I have no idea whatsoever as to how I can open my DB's when the service kicks off. Any ideas anyone. I have a startup db, which when the srevice kicks off I want to open and then in turn will open all the others. ni further ideas people? Cheers Jim
Will Posted June 17, 2002 Posted June 17, 2002 Not sure but try manually stopping the service that runs FileMaker - then go to a command prompt and type net start "filemaker service name" filemakerfilename.fp5 and see what that does - for sure the net start "filemaker service name" will start the service I just don't know if appending a filename will work. Another option would be to try putting a shortcut to the filemaker file that you want to open in the administrator's startup folder - the question is will it use the running filemaker service or will it simply open a new copy of the filemaker application and ignore the service. What exactly are you trying to accomplish by running filemaker as a service?
Anatoli Posted June 17, 2002 Posted June 17, 2002 RE: What exactly are you trying to accomplish by running filemaker as a service? It will start the FM without any login after reboot. But how to start the first file after reboot without login -- that is the question?
enghult Posted March 19, 2003 Posted March 19, 2003 Hello. I tried the srvany.exe and followed the steps in the document srvany.wri So far it works good and I also managed to open the startup.db as described. From srvany.wri: Specifying the application to start & its parameters: Run the Registry Editor (REGEDT32.EXE) -> under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMyService: create a 'Parameters' key -> under the above key, create an 'Application' value of type REG_SZ and specify there the full path of your app executable (including the extension). For example: Application: REG_SZ: D:TOOLSVI.EXE -> OPTIONAL: under the above key, create an 'AppParameters' value of type REG_SZ and specify the parameters for your app. For Example: AppParameters: REG_SZ: C:TMPFOO -> OPTIONAL: under the above key, create an 'AppDirectory' value of type REG_SZ and specify the current directory to use for the app, eg: AppDirectory: REG_SZ: C:TMP The AppParameters-key worked fine for me. Filemaker runs as a service and starts the right DB:s. I start the service manually in the control panel. One problem is this: From srvany.wri: -> set via the Services applet ("Startup..." dialog) of the Control Panel the account for the service. If you need access to the screen & keyboard, you must choose the LocalSystem account and click the "Allow Service to Interact with Desktop", otherwise choose any account and specify the correct logon password. Note that the LocalSystem account doesn't have network access. I unchecked the "allow Service to interact with desktop" to make the service "invisible". If i start FMP the normal way there will be a conflict. I run a Win2000 PIII 500MHz and FMP6. The service don
enghult Posted March 20, 2003 Posted March 20, 2003 A new problem occurred: When you stop the service FMP won
Vaughan Posted March 20, 2003 Posted March 20, 2003 ...which is probably why FileMaker Inc do not recommend nor support FMP running as a service.
Anatoli Posted March 21, 2003 Posted March 21, 2003 Can't you close all databases and then stop the service?
enghult Posted March 27, 2003 Posted March 27, 2003 Can't you close all databases and then stop the service? I suppose so, but I was hoping that the service would fix that by itself.
enghult Posted March 27, 2003 Posted March 27, 2003 ...which is probably why FileMaker Inc do not recommend nor support FMP running as a service. True... But if I use a connection to a FM Server thats hosts the files I wont
Anatoli Posted March 27, 2003 Posted March 27, 2003 Your English is OK for me You can run FMS on nondedicated machine. In fact, if the server is with enough processing power and fastest possible (SCSI) drives, it maybe will not be visible any delays. Especially with Hyperthreading P4. That part in FM recommendations about dedicating machine for FMS was primarily targeted at Mac OS users. In deep past I've run as service on single computer with 2x200MHz PII 128MB and NT4 server: FMS 3 LanFax WinProxy for firewall and email Windows primary domain controller Every user was using shared drive Accounting data accessed from remote DOS applications 2 modems, fax and Internet leased line and God knows what else. We didn't have single problem. 20 users never complained. For FMU you want to use fastest machine with reasonable drive.
Leb i Sol Posted June 15, 2004 Posted June 15, 2004 what is wrong with putting a "_start.fp5" with scrip "open_all" that is executed on Open of file "_start.fp5" into a Startup folder?
Recommended Posts
This topic is 7556 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now