talkingmoose / Outlook-Exchange-Setup

AppleScript for administrators to automatically configure user Exchange account settings in Outlook for Mac
http://www.officeformachelp.com/outlook/exchange/setup-script/
33 stars 5 forks source link

Problem setting item delimiters #3

Open rgmald opened 9 years ago

rgmald commented 9 years ago

First off, kudos, this script has been so helpful. I wanted to ask if you would have any idea as to why it would stop working with 10.10 machines?

Ive been attempting to use it and get an error error

"Can’t get text item 2 of \"ADName\"." number -1728 from text item 2 of "ADName"

and the script halts at that point. Is there something really small I can modify or am I hosed at this point?

Thanks in advance for any insight you can offer!

applescripterror

talkingmoose commented 9 years ago

Sorry to take so long to reply. Thanks for the screenshot.

I think you need to adjust one of the earlier properties in the script:

property displayName : 2 -- 1: Display name displays as "Last, First" -- 2: Display name displays as "First Last"

Based on your screenshot, the script expects your display name to come across as "Last, First" but your actual display name is in the form of "First Last".