akappy Posted March 23, 2010 Posted March 23, 2010 My script was working for weeks. Then the FTP transfers stopped. If I run the script from a client on the server and it runs fine. The server indicates that the script ran OK, but no transfer occurred. Any suggestions for diagnosing the problem? Andy Kappy
Smef Posted March 23, 2010 Posted March 23, 2010 You may want to add error checking in to your script. A good way to do this for server scripts is to create an error table, and then have your script write records to that table after each step you want to check for errors. Each record would be a check, and you would record if your check passed, failed, what it was supposed to do, and a timestamp for the check so you know when it occurred. You can use the FTPeek_LastError function to get your error messages if one of your FTPeek functions returns "ERROR" as a result.
akappy Posted March 24, 2010 Author Posted March 24, 2010 (edited) Recording the errors was a good suggestion. I put a get(lasterror) to a separate field after each FTPeek step and each one produced a "0" result. Tried again, this time using FTPeek Last Error and got "?" as a result for each FTPeek step. Edited March 24, 2010 by Guest
Valentin Posted April 5, 2010 Posted April 5, 2010 Please reproduce the issue and then use the 'Report a bug' button on FTPeek configuration panel of FileMaker Pro preferences plugins tab.
akappy Posted April 5, 2010 Author Posted April 5, 2010 I haven't completed all of my testing yet, but it appears that the latest update to FTPeek fixed the problem.
akappy Posted July 29, 2010 Author Posted July 29, 2010 We're now at the most current version. Works fine on FMPA 10,11 workstations. FMSA 11 won't load the plugin, won't save the check box as checked. I have sent the "bug report". I had to let this issue be on back burner for a while as I had turned to other responsibilities. Andy
Valentin Posted July 29, 2010 Posted July 29, 2010 Please make sure that you have Java installed on that machine, you can check by going to www.java.com
akappy Posted July 29, 2010 Author Posted July 29, 2010 I downloaded and installed the latest java. Still cannot save enable for FTPeek.
Valentin Posted July 29, 2010 Posted July 29, 2010 I think this will be easier to troubleshoot over screen sharing, please give me a call and we can set that up.
akappy Posted July 30, 2010 Author Posted July 30, 2010 Valentin, This is resolved. As per your recommendation, uninstalling, rebooting and reinstalling Java on the server did the trick. FTPeek plugin enables on the server and the serverside script now runs successfully. Thanks, Andy
Recommended Posts
This topic is 5228 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