Hi there
Trying to enable a SSL certificate on a SBS2008 Server, and Exchange 2007.
Output from Exchange Shell
[PS] C:\Windows\system32>Enable-ExchangeCertificate -Thumbprint AEA99F46E6A2C95C91ABDB3A6FDFF1D4FE1BF09F -Services "IIS,SMTP,IMAP
Confirm
Overwrite existing default SMTP certificate, '6CB00010C2A58BD3A40552B2693E92C6B615AB53' (expires 10.07.2013 13:46:38), with certi
'AEA99F46E6A2C95C91ABDB3A6FDFF1D4FE1BF09F' (expires 10.07.2014 15:46:03)?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a
Enable-ExchangeCertificate : The specified Delivery Status Notification (DSN) default language "nb-NO" is not supported.
At line:1 char:1
+ Enable-ExchangeCertificate -Thumbprint AEA99F46E6A2C95C91ABDB3A6FDFF1D4FE1BF09F ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-ExchangeCertificate], DataValidationException
+ FullyQualifiedErrorId : 4A1292FF,Microsoft.Exchange.Management.SystemConfigurationTasks.EnableExchangeCertificate
[PS] C:\Windows\system32>Get-TransportServer
Name MessageTrackingLogEnabled ExternalPostmasterAddress
---- ------------------------- -------------------------
SBS2008 True postmaster2@xxxxxx.no
WARNING: Object SBS2008 has been corrupted and it is in an inconsistent state. The following validation errors have occurred:
WARNING: The specified Delivery Status Notification (DSN) default language "nb-NO" is not supported.
WARNING: The specified Delivery Status Notification (DSN) default language "nb-NO" is not supported.
[PS] C:\Windows\system32>Set-TransportServer SBS2008 -ExternalDsnDefaultLanguage en-us
Set-TransportServer : The specified Delivery Status Notification (DSN) default language "nb-NO" is not supported.
At line:1 char:1
+ Set-TransportServer SBS2008 -ExternalDsnDefaultLanguage en-us
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (SBS2008:ADObjectId) [Set-TransportServer], DataValidationException
+ FullyQualifiedErrorId : 36FAB79F,Microsoft.Exchange.Management.SystemConfigurationTasks.SetTransportServer
[PS] C:\Windows\system32>Set-TransportServer SBS2008 -InternalDsnDefaultLanguage en-us
Set-TransportServer : The specified Delivery Status Notification (DSN) default language "nb-NO" is not supported.
At line:1 char:1
+ Set-TransportServer SBS2008 -InternalDsnDefaultLanguage en-us
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (SBS2008:ADObjectId) [Set-TransportServer], DataValidationException
+ FullyQualifiedErrorId : 36FAB79F,Microsoft.Exchange.Management.SystemConfigurationTasks.SetTransportServer
[PS] C:\Windows\system32>
trying to set the DSN to en-us and get the same error, both internal and external.
Someone have a clue?
Best regards
Aksel