Jump to content
Server Maintenance This Week. ×

sorry not enough memory to complete this operation


mboyd

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

Recommended Posts

If that's the error you're getting, double-check to make sure there are no circular references in the scripts (meaning a script that calls itself, calls itself, calls itself, ...).

Other than that, OSX manages memory space dynamically. Close other apps if they are running, ...

Link to comment
Share on other sites

I've gotten that error before. It is not the memory really; it's that you're asking it to do something it can't do; something that is not an error per se, but just can't be completed.

Usually when a file path for the .pdf was not possible. It may be that the path you've set up for FileMaker to save the .pdf on one machine is not possible on another. Check the path. On OS X many "hard-coded" paths (which is what a FileMaker File Reference is, though you can have several of them in a hierarchy) contain the short user name.

Macintosh HD/Users/fej/Desktop/some_file.txt

is not going to work on your machine

Macintosh HD/Users/Shared/some_file.txt

likely will

Thre are ways to move the file afterwards, using AppleScript. But that first path where the .pdf is saved has to be written into FileMaker beforehand (unless you show a dialog), so it has to be available.

[P.S. Actually, maybe FileMaker would just save the file in its Applications folder, if it couldn't resolve the path (if you had privileges there). So maybe it's something else. All I remember is that I also got this error message when trying to do what you were doing, and that it was my fault, something not quite right, which I fixed.]

Link to comment
Share on other sites

I've gotten that error before. It is not the memory really; it's that you're asking it to do something it can't do; something that is not an error per se, but just can't be completed.

Usually when a file path for the .pdf was not possible. It may be that the path you've set up for FileMaker to save the .pdf on one machine is not possible on another. Check the path. On OS X many "hard-coded" paths (which is what a FileMaker File Reference is, though you can have several of them in a hierarchy) contain the short user name.

Macintosh HD/Users/fej/Desktop/some_file.txt

is not going to work on your machine

Macintosh HD/Users/Shared/some_file.txt

likely will

Thre are ways to move the file afterwards, using AppleScript. But that first path where the .pdf is saved has to be written into FileMaker beforehand (unless you show a dialog), so it has to be available.

[P.S. Actually, maybe FileMaker would just save the file in its Applications folder, if it couldn't resolve the path (if you had privileges there). So maybe it's something else. All I remember is that I also got this error message when trying to do what you were doing, and that it was my fault, something not quite right, which I fixed.]

OMG! brilliant suggestion! I bet that is it, I will noodle with that idea tonight when I am back on the mac, thank you so much for that.

Should that not work, i was also gonna try disabling default folder, which I installed just before my troubles started. I will let you know what happens. Thank you so much!!

Link to comment
Share on other sites

  • 4 weeks later...

This topic is 7089 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.