Come aggirare l'errore di Lync per Mac che corrisponde alla versione incompatibile del server Lync?

2

“Cannot sign in because the server version is incompatible with Microsoft Lync. Contact your support team with this information.”

Sto cercando di utilizzare Lynx per Mac 2011 (v14.0.5) anziché Communicator dopo che i nostri server Lynx aziendali erano già stati aggiornati.

Gli utenti Windows possono usare Lynx, se seguono DisableServerCheck trucco per Lynx .

Ovviamente, questo non funziona su Mac in quanto non esiste un registro.

Qualche suggerimento?

    
posta sorin 27.08.2013 - 14:19
fonte

1 risposta

4

Vedi questo link .

Fondamentalmente, devi modificare il plist per Lync e inserire un equivalente di chiave di registro.

La spiegazione è la seguente:

Basically, the equivalent to the registry keys for windows needs to be entered in the Lync config plist file on the mac, a file named MicrosoftLyncRegistrationDB.xxx.plist that you can find in ~/Library/Preferences/ByHost.

In it, you will need to create an entry for each segment of the reg key path for the DisableServerCheck flag (all lower case). It should look like this:

hkey_current_user\

hkey_current_user\software\

hkey_current_user\software\policies\

hkey_current_user\software\policies\microsoft\

hkey_current_user\software\policies\microsoft\communicator\

hkey_current_user\software\policies\microsoft\communicator\disableservercheck

The value for each of the path segments is "<>" and type string. For the disableservercheck flag, the type is "Number" and the value is 1.

You can use a plist editor (there's a few free ones for the mac, or you can also use Xcode) to edit the plist file. The screenshot below shows you how it should look like.

    
risposta data 27.08.2013 - 14:47
fonte

Leggi altre domande sui tag