How can we help you today? How can we help you today?

Manual Activation alleged success, but UI refuses to see it

As the Server is behind a tight firewall, manual activation was attempted. Successfully generated the request, pasted to the activation page, received a response, pasted to the UI and saw a green icon with success.

Closed the manual dialog and the server still shows that activation is required.

Closed the UI and re-opened - still in Trial.

Do not want to retry in case this decrements the available activation by another notch.

Please advise...

Version: 8.4.0.508 on Win2012R2
PDinCA
0

Comments

4 comments

  • petey
    Could you please run the following in Management Studio when connected to the instance and post the results for @mode and @version? Also, does @serial return the correct serial number?
    DECLARE @mode INT
    DECLARE @version varchar(128)
    DECLARE @serial varchar(128)
    EXEC master..sqbutility 1021, @mode OUTPUT, @version OUTPUT, @serial OUTPUT
    SELECT @mode, @version, @serial
    
    petey
    0
  • PDinCA
    Hi Peter,

    I re-ran the manual process, but saved the output to file from your site. Copy-pasted the file and imported, and it took it this time.

    The query you supplied will, hopefully, now show as non-trial. The UI is behaving properly...
      mode = 3, Version = 8.4.0.992
    This goes down as one of those "huh?" incidents as I can no longer reproduce the problem. Guess it should be closed-out.

    My concern is that with TWO attempts, I've taken TWO activations off my count. Please either assure me that isn't the case, or direct me to have your licensing folks attend to deleting one from last week ..

    Regards,

    Stephen
    PDinCA
    0
  • petey
    Activations are machine-specific, so if you created the activation requests from the same machine (i.e. the machine ID value is identical in both attempts), it only counts as a single activation.
    petey
    0
  • PDinCA
    Relieved. Thanks, Peter.
    PDinCA
    0

Add comment

Please sign in to leave a comment.