Scodigo, Inc.

Log In | Register

Cart Items:
0

2.0.1 registration via License.txt with FMS 10 / OS X Server 10.5

Hello All,

I'm trying to get SmartPill 2.0.1 configured and running so I can do some server side scheduled scripts. I've placed the PHP_Intel.fmplugin at /Library/FileMaker Server/Database Server/Extensions/ and the PHP Support folder containing License.txt registration file inside as per the user manual.

All I get back from any scheduled filemaker scripts I write and call PHP_Execute is "100 Plug-in is not registered".

I can manually register via script, but I'd rather not hassle with that. Our clients are auto-registering using FMP no problem...

Help?

Thanks,

--Perren

Here is a work around

PHP Include Path seems to be wrong for server setup. I have been able to register the using

PHP_Register( "User Name" ; "Company" ; "Serial number" )

Run script then I am able to run my script Most things.

++ ELSE ++
After trials and tribulations I found that you have to change the ownership and Permissions the same as in a database .

I have made the support folders the license.txt and the Cookies.txt files that I need to
Owner fmserver Group fmsadmin and made sure that all the owners Groups and everyone can RWX for now.

This has resolved the problem on my Server with OS X.

I suggest you get BatChmod for this so you can see what your are doing.

I Suggest that Some one updates the owners manual on this.

Checked the server

the PHP plugin is being seen and is active so its a matter of not getting the serial number working

Same issue here

I am running the test bed and getting
100 Plug-in is not registered

I have restarted the computer and installed according to the manual for both Database and webpublishing.

I have set the script to check every minute on the server side and is running.

I look at the Testbed record one that it is supposed to run on and it is but I am getting this error
100 Plug-in is not registered

I have checked the lic file and it is working on my local machine but it is not working on the sever.

Any suggestions

Server is
Filemaker Server 11 Advanced
OS X 10.6.4 ( Not Server )
4GB Ram
500 GB Drive

2.0.1 registration via License.txt with FMS 10 / OS X Server 10.

Micah Woods's picture

Hello Perren,

Did you restart FileMaker server AFTER you installed the License.txt file? The license file is only read during startup, so that may be the issue. The other possibility is that the license file has been saved using the wrong type of line breaks. The line breaks should be LF or CRLF.

Let me know if that doesn't solve the issue.

FWIW, I always put the registration in the script, it's an extra step but I feel like I have better control that way.

Regards,
Micah