September 4, 201213 yr I have a script that works fine on a client, but I can’t seem to get working correctly on the server with a server script. Can anyone help detect my (scripting) problem. I have tried many different versions and am failing somewhere obvious to most I am sure. Thanks. I have attached a sample file with my script.
September 4, 201213 yr no sample file attached some common issues with server scripts are: incompatible script steps: select "Server" in the Show Compatibility option in the bottom left corner of the Edit Script window wrong context: make sure to go to the correct layout startup script with incompatible script steps, so doesn't create the "default" environment you expect
September 4, 201213 yr Hi Bailey, I deleted your duplicate post. Please do NOT multiple post your questions.
September 5, 201213 yr Try the correct file prefix "filewin" or "filemac" instead of just "file" Relatives paths behave differently on server. Also make sure to pick the correct file format in the import script step. If the script is not working, I would expect an entry in the FMS event log with the error, do you see anything there?
September 5, 201213 yr Is there any reason you can't import directly from the other table, without first exporting to a file? Here is a relevant thread on importing/exporting via server script: http://fmforums.com/forum/topic/64713-server-side-imports-and-exports/
September 5, 201213 yr Author Can’t import from one file to another on the server. You must export first then import. OK, the problem I am running into is the find actually. Should of checked that first. In the script that I am running, I am trying to find info in a related table…doesn’t work on the server side scripts. Thanks for all the helps
September 5, 201213 yr Can’t import from one file to another on the server. You must export first then import. I didn't know that
Create an account or sign in to comment