Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

how can I quit Microsoft Database Daemon & SyncServicesAgent so that I can update Microsoft word?

how can I quit Microsoft Database Daemon & SyncServicesAgent so that I can update Microsoft Office for macs?

MacBook Pro, Mac OS X (10.7.3), Need to update MS for MAC

Posted on May 5, 2012 10:18 AM

Reply
Question marked as Best reply

Posted on May 5, 2012 11:53 AM

http://answers.microsoft.com/en-us/mac

80 replies

Feb 7, 2013 11:07 AM in response to siwhite

They only restart if I am still running MS Office after I quit them, if Office is not running they stay quit. And I never need to go offline (2 MBP's and an Mac, all running 10.8.2)


Check that no Office helpers are running, Reminders, My Day, Daemons and Agents, Office has a few (most people forget Reminders or My Day)

Feb 11, 2013 5:03 AM in response to parkwright

Or you could use the brute force:

Open Terminal,


Type:

bash

Press enter.

And copy paste:

while true; do kill $(ps -ef | grep -i SyncServices | grep -v grep | awk '{print $2} '); done

It will keep killing the syncservices (no need to go offline) and you will see your Office updates starting to install.

Do Ctrl+C in the Terminal to stop the infinite loop.


Enjoy.

how can I quit Microsoft Database Daemon & SyncServicesAgent so that I can update Microsoft word?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.