Consider the following scenario:
- You apply one of the following updates in a Microsoft Lync Server 2010 environment:
- The cumulative update for Lync Server 2010 that is released in July 2011.
- The hotfix that is mentioned in Microsoft Knowledge Base (KB) article 2630296.
- You try to configure the Session Initiation Protocol (SIP) listening port properties for a Registrar in Lync Server Management Shell by running the following command:
Set-CsRegistrar -Identity "Registrar:Lync Pool FQDN" -SipServerTcpPort port number
Set-CsRegistrar -Identity "Registrar: <Lync Pool FQDN>" -SipServerTcpPort <UInt16> -Verbose
VERBOSE: Setting identity "Registrar: <Lync Pool FQDN>"
VERBOSE: Performing operation "Set-CsRegistrar" on Target "Registrar: <Lync Pool FQDN>".
Set-CsRegistrar : GruuType must have a length of at least 1.
At line:1 char:16
+ Set-CsRegistrar <<<< -Identity "Registrar: <Lync Pool FQDN>" -SipServerTcpPort <UInt16> -Verbose
+ CategoryInfo : InvalidArgument: (Registrar:Siriu...irius-dom.local:String) [Set-CsRegistrar], PropertyArgumentOutOfRangeException
+ FullyQualifiedErrorId : InvalidUpdate,Microsoft.Rtc.Management.Xds.SetRegistrarCmdlet
VERBOSE: No changes were made by this command.
VERBOSE: Setting identity "Registrar: <Lync Pool FQDN>"
VERBOSE: Performing operation "Set-CsRegistrar" on Target "Registrar: <Lync Pool FQDN>".
Set-CsRegistrar : GruuType must have a length of at least 1.
At line:1 char:16
+ Set-CsRegistrar <<<< -Identity "Registrar: <Lync Pool FQDN>" -SipServerTcpPort <UInt16> -Verbose
+ CategoryInfo : InvalidArgument: (Registrar:Siriu...irius-dom.local:String) [Set-CsRegistrar], PropertyArgumentOutOfRangeException
+ FullyQualifiedErrorId : InvalidUpdate,Microsoft.Rtc.Management.Xds.SetRegistrarCmdlet
VERBOSE: No changes were made by this command.