July 5, 201114 yr Hello there, I'm having trouble to run the simpliest system script in Perl. My scripts were working before we change our active directory server. Now I'm testing with this simple script and I keep getting a 642 error. use strict; print "Hello world!"; OS Server : OS X 10.6 Snow Leopard FM Server : FMS 11.02 Does somebody know how to fix that?
July 6, 201114 yr Hello there, I'm having trouble to run the simpliest system script in Perl. My scripts were working before we change our active directory server. Now I'm testing with this simple script and I keep getting a 642 error. use strict; print "Hello world!"; OS Server : OS X 10.6 Snow Leopard FM Server : FMS 11.02 Does somebody know how to fix that? 642 is an "Abort" error. Possibly there are some issues with permissions here? What is the selected Account for running this script? Rememebr that a FIleMaker Account might not be sufficient. Steven
July 13, 201114 yr Author 642 is an "Abort" error. Possibly there are some issues with permissions here? What is the selected Account for running this script? Rememebr that a FIleMaker Account might not be sufficient. Steven It was a simple problem... We changed our Primary domain controller server, but I forgot to reboot the FMS machine. It was that simple. BTW where can I find the error code descriptions for FMS? Thanks
July 14, 201114 yr BTW where can I find the error code descriptions for FMS? Thanks For a start, take a look at http://thefmkb.com/7275 Tech Info on the FMI web Site. Steven
Create an account or sign in to comment