El_Pablo Posted July 5, 2011 Posted July 5, 2011 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?
Steven H. Blackwell Posted July 6, 2011 Posted July 6, 2011 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
El_Pablo Posted July 13, 2011 Author Posted July 13, 2011 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
Steven H. Blackwell Posted July 14, 2011 Posted July 14, 2011 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
Recommended Posts
This topic is 5141 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