ddreese Posted March 7, 2011 Posted March 7, 2011 We're testing the signature capture on iOS devices here at work and I was trying to set up the script on the server to periodically convert the Base64 data to a .png When I run it on the server I get a "Filemaker script error" and a "?" in my container fields. What I've done so far: Scriptmaster plugin installed in the extensions folder for server and the client (residing on the server) Startup script registering the function in the file where the script is run from Checked that all my script steps are server compatible Script works properly on my client machine Now, I will say that I have not restarted the server or the server software since I copied the plugin to the server extensions folder. This is currently my best bet as to why it's not working. We have a large staff so it's inconvenient to randomly restart the server so I'm putting that off as the last resort. Any other thoughts? (Running FM11 client/server)
dansmith65 Posted March 7, 2011 Posted March 7, 2011 I would suggest trying to run a ridiculously simple script from the server (that uses the plug-in), then have a look at the log files. example of ridiculously simple script: Set Field[somefield, Better Random()] If that doesn't work, then FM Server must not be recognizing your plug-in. If I remember correctly, you do need to restart FileMaker server for it to recognize new plug-in's (but don't quote me on that).
Smef Posted March 8, 2011 Posted March 8, 2011 Yes, You will need to stop and start the filemaker database server before you can use plugins which you have installed for scheduled scripts. You will also need to go into Database Server -> Server Plug-Ins in your server admin console and activate the individual plugins and also check the "Enable FileMaker server to use plugins" box.
ddreese Posted March 9, 2011 Author Posted March 9, 2011 Thanks! We got the server restarted this morning and it's working as it should :)
Recommended Posts
This topic is 5019 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