Issue report by PhilModJunk
Product
FileMaker ProVersion
13.04 (We know there's a .05)Operating system version
Windows 7Description of the issue
A user was unable to export records. While investigating causes, we found that the script in question was returning Error code 3--command is unavailable when it failed to export data.After that code lead us down several blind alleys, we found that the user's privilege set in the interface file did not allow exports.
Steps to reproduce the problem
Set up two files on the data separation model. Use manage security to set up matching accounts in both the data and interface files. Give the data file privilege set permission to export data. Do not give the interface file privilege set permission to export.Run a script with Export records while logged in with this account and use Get ( LastError ) to capture/display the error code.