Re: Error -10000 for one user
Re: Error -10000 for one user
- Subject: Re: Error -10000 for one user
- From: RJay Hansen <email@hidden>
- Date: Tue, 19 Apr 2016 12:57:34 -0500
Thanks for the additional input. I will try this when I get an opportunity. The problem machine is a production machine so I have to pick the times I can test on it. Will keep this thread updated on results.
And, to Axel, the problem machine is running El Capitan. However, the script runs fine on another machine running El Capitan and two machines running Yosemite.
> On Apr 19, 2016, at 8:42 AM, Axel Luttgens <email@hidden> wrote:
>
>
>> Le 13 avr. 2016 à 22:19, RJay Hansen a écrit :
>>
>> I appreciate all the suggestions, but to help make things clearer I’m going to post the entire script here. The final product is a droplet but for testing I’ve got this script with a choose dialog instead of the on open handler:
>>
>> […]
>
> Heavily trimming your script, the relevant parts might be these ones:
>
> set theseItems to (choose file with prompt "select a pdf to upload" with multiple selections allowed)
> tell application "Finder"
> set homePath to (path to home folder) as text
> end tell
> set thePath to homePath & "Desktop: Blue"
> repeat with i from 1 to count of theseItems
> tell application "Finder"
> set thisItem to item i of theseItems
> set thisItem to thisItem as text
> duplicate file thisItem to thePath
> end tell
> end repeat
>
> I’ve elected the " Blue" folder on the basis of your opening post.
>
> Could you see if the above allows to reproduce the problem?
> And, if yes, could you post the exact log messages (events, results) you get in Script Editor?
> Also, on which OS version does the problem occur?
>
> TIA,
> Axel
>
>
> _______________________________________________
> 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
_______________________________________________
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