September 21, 200916 yr I am trying to get some experience with FMS running a server side script. I am using the mail.it plugin to read emails from some email accounts. When the script starts running is set a timestamp field with Get ( CurrentTimestamp ). While running I test if the script has been running for more than 5 minutes [ Minute( Get ( CurrentTimeStamp ) - MESSAGE::_g_timestamp_start ) > 5 ]. The script is running, but isn't getting any emails into the file. Not OK, but shouldn't the script be stopping after 5 minutes ? Should I run a registration ( of the plugin ) script before doing the rest ? And if so, I did the script run well in the past ? TIA Edited September 21, 200916 yr by Guest
September 21, 200916 yr Author I figure it was the plugin registration string. Strange as I did have it running well earlier without the string. Maybe because had a client running on the server, which had already registered the plugin.
September 21, 200916 yr Remember server opens the file each time it runs a script (and runs your Startup script). So, you'd have to include in the server script all global sets and plugin registration.
Create an account or sign in to comment