Jump to content

This topic is 2690 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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.

 

 

ScriptScreenshot.png

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 2690 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.