Options

Licensing Wrapper Error

zachg99zachg99 Posts: 3 New member
edited January 17, 2017 11:53AM in SQL Prompt
I recently moved to a new computer running SSMS 2016 and my first step was to install SQL Prompt (7.3.0.775).

I noticed that SSMS began running extremely slow. It might or might not be related but I also see the below errors in the event log. From what I can tell SQL Prompt appears to be fully activated but the message below suggest otherwise.
2017-01-17 07:51:45,057 [1] ERROR RedGate.SQLPrompt.CommonUI.Options.LicensingWrapper [(null)] - The specified domain either does not exist or could not be contacted.

System.Runtime.InteropServices.COMException (0x8007054B): The specified domain either does not exist or could not be contacted.

   at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
   at System.DirectoryServices.DirectoryEntry.Bind()
   at System.DirectoryServices.DirectoryEntry.get_AdsObject()
   at System.DirectoryServices.PropertyValueCollection.PopulateList()
   at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
   at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
   at System.DirectoryServices.AccountManagement.PrincipalContext.DoLDAPDirectoryInitNoContainer()
   at System.DirectoryServices.AccountManagement.PrincipalContext.DoDomainInit()
   at System.DirectoryServices.AccountManagement.PrincipalContext.Initialize()
   at System.DirectoryServices.AccountManagement.PrincipalContext.get_QueryCtx()
   at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(PrincipalContext context, Type principalType, Nullable`1 identityType, String identityValue, DateTime refDate)
   at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(PrincipalContext context, Type principalType, IdentityType identityType, String identityValue)
   at System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(PrincipalContext context, IdentityType identityType, String identityValue)
   at System.DirectoryServices.AccountManagement.UserPrincipal.get_Current()
   at RedGate.Client.ActivationPluginShim.Providers.EmailAddressProvider.DomainEmailAddress()
   at RedGate.Client.ActivationPluginShim.LicensingClient.()

Comments

Sign In or Register to comment.