March 23, 201015 yr 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
March 23, 201015 yr 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.
March 24, 201015 yr Author 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, 201015 yr by Guest
April 5, 201015 yr Please reproduce the issue and then use the 'Report a bug' button on FTPeek configuration panel of FileMaker Pro preferences plugins tab.
April 5, 201015 yr Author I haven't completed all of my testing yet, but it appears that the latest update to FTPeek fixed the problem.
July 29, 201015 yr Author 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
July 29, 201015 yr Please make sure that you have Java installed on that machine, you can check by going to www.java.com
July 29, 201015 yr Author I downloaded and installed the latest java. Still cannot save enable for FTPeek.
July 29, 201015 yr I think this will be easier to troubleshoot over screen sharing, please give me a call and we can set that up.
July 30, 201015 yr Author 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
Create an account or sign in to comment