• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
FMPro/Applescript error -10011
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FMPro/Applescript error -10011


  • Subject: FMPro/Applescript error -10011
  • From: John Mitchell <email@hidden>
  • Date: Mon, 30 Apr 2012 20:24:27 +1000

I have a new issue

I get this error

"Error -1011: Data is being accessed by another user, script or transaction"

I have an applescript being executed from FMPro 12 and its bombing here 

..
property odbActivities : "Activities.fmp12"

..
--update OfficeDB with new Master mailbox settings
if boxFlag is true then
set catMailPath to (catName & ":" & mailBoxName as string)
tell application "FileMaker Pro Advanced"
try
tell record ID currentRec of table 1 of document odbActivities
set cell "Activity_mailbox_loc" to catMailPath
end tell
on error errMsg number errMsg
-- failed
display alert "Could not update Category Mail folder name" message ¬
"Check folder <" & catMailPath & ¬
">, redo operation (folders may exist now) or reset manually" as warning buttons {"Cancel"} default button 1
return {false}
end try
..
..

any suggestions (failed in FMPro 9 and 7)


John Mitchell
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: FMPro/Applescript error -10011
      • From: email@hidden
  • Prev by Date: Re: Selecting From A List
  • Next by Date: Re: FMPro/Applescript error -10011
  • Previous by thread: re: Selecting From A List (Jim Brandt)
  • Next by thread: Re: FMPro/Applescript error -10011
  • Index(es):
    • Date
    • Thread