rivet Posted June 27, 2012 Posted June 27, 2012 I have a very simple test file with two tables: A and B I have a very simple script: Import A into B File is hosted on FMPS12 Script works when executed from client side but not server side (schedule) I am sensing that it might be the file path. 'file:import-test' is what I have now should it be different when running from the server (via schedule)
Agnes Riley Posted June 27, 2012 Posted June 27, 2012 FileMaker server can only import from the documents and temporary path. See article: http://help.filemaker.com/app/answers/detail/a_id/7035/~/import%2Fexport-script-on-filemaker-server So, you have two choices: You can export from table A and then import from the export file into table B Script the record generation from table A to table B Hope this helps.
brian rich Posted June 28, 2012 Posted June 28, 2012 Hi rivet If you are importing and exporting server-side, you will not be able to use FMP files (unless that has changed in FMP12) - you will need to use Tab delimited, merge or CSV files. I think that XML works too, but I can't locate my notes when I was wrestling with this problem If your data includes repeating fields, you can only import and export in merge format. HTH Brian
Recommended Posts
This topic is 4531 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