Tag Archive for 'fix'

iPhone Siri Location Reminders Disabled by Exchange ActiveSync of Tasks

The title basically says it all.  If you can’t get Siri to set location-based (GPS) reminders in iOS 5 then it may be because you are using Exchange ActiveSync.  When you setup ActiveSync on the iPhone Tasks was selected by default.  When you do this it disables the location feature in Reminders/Tasks, which in effect disables Siri’s ability to create them.  I assume this happens because iOS has to “dumb down” the Reminders to work with Outlook tasks sync, which likely doesn’t have a location field that will work with location-based reminders.

To fix, disable Task sync for your Exchange account in settings.

If your Siri and Reminders looks like this then you’ve got this issue:

Once Exchange Tasks are no longer sync’ed, they should look like this:

Happy Reminding.

The OCS 2007 R2 Communicator hyperlink mystery

I don’t think this problem/solution is much different in older versions.

Problem: when you send a link from Communicator client to another, the link isn’t clickable, has a _ (underbar) in front of it, or both.  Results may be different on different computers. It’ll look like this

_http://www.google.com

Solution:  Two things are happening here that are not related.  The first is the OCS Server (and Edge Server) have the URL Filter enabled, which are adding the _ underbar to all links.  Also called “Intelligent IM Filter”.  You need to tone that filter down or disable all together to your liking.  If users are coming in through an Edge Server, they will follow the Filter settings of the Edge Server they are using, which seams to supersede the Front End Server (my guess is the most restrictive wins).  So be sure to set it on both servers separately.  Results were instant in new IM’s.

The other issue is the lack of a clickable hyperlink.  If you disable the URL Filters above, the underbar goes away but links are still not blue and underlined.  To fix this you need to apply a GPO or set a local registry setting to allow Communicator to make hyperlinks clickable:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator\
new DWORD EnableURL=1

After that exit and restart Communicator.

In both of these cases they are secure by default, which is great; but even years after this features release over several versions their use and configuration are still a mystery to most starting out.

DCPROMO demote error on Domain Controller

On trying to remove a old server from the directory (2003 server in a 2003 forest) I received this error

Failed to configure the service NETLOGON as requested “the wait operation timed out.”

DC demote error

The root problem was that this domain controller had a DNS entry to another domain controller that no longer existed.  It was trying to contact it but couldn’t.  Removing that entry and running dcpromo.exe again solved it.

Subscribe

Twitter Updates