Jump to content

Importing Between Tables within File on Server


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

Recommended Posts

I have a script that works correctly on a server machine when running within FileMaker Pro 13, but raises errors when run within FileMaker Server 13. Both are running under Windows. The portion that is raising the error is an `Import Record` script step that imports from one table within a file into another table within the same file.

The error returned is 100, "File is missing," so I'm wondering if this is something not supported when running a script within FileMaker Server. If that's the case, I'm thinking that perhaps exporting the records to a temporary file and importing from that might be a workaround, but before I start down that road, I want to check and see if I'm missing something.

Edited by Chuck
Link to comment
Share on other sites

The Import Records script step can't import directly from a FileMaker file when running server-side. Export your data to a file in Get ( TemporaryPath ), then import from that exported file.

Edited by jbante
  • Like 1
Link to comment
Share on other sites

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