Newbies Julio J Posted December 1, 2016 Newbies Posted December 1, 2016 Hello, I have a Script that takes an image located in a Container Field and exports it to a designated folder. I have tested this when exporting it to a local machine and it works. On the script, I have it exporting to our FileMaker Server. I have a field that is set to show the path of the export location. When I execute the script, it shows the proper path, but the file inside of the container is not being exported. *I have made sure the folder security allows the server Write access to the folder. *The initial script that executes the script on a server is working properly. Any help is appreciated. Thanks. Attached is a picture of my script.
Agnes Riley Posted December 7, 2016 Posted December 7, 2016 Store the last error in a field in that record and check what the error is. It's always hard to troubleshoot blind on the server.Also, you don't need to commit after setting a variable just when setting a field (or inserting data). And you don't need to show all records when you specify to go to a certain record.The least number of script steps you can achieve the result with, the better--as long as you can clearly debug your process.Sent from my iPhone using Tapatalk
Recommended Posts
This topic is 2907 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