Can I deactivate software without an internet connection?
mclovin
Posts: 4
I don't want to try it unless I know the intended effects, but, when I go through the dialog box to deactivate the software for a given serial number on a particular machine, do I have to have internet access to complete the deactivation, or is everything done locally? Thanks, David.
Comments
Unfortunately to deactivate SQL Backup an internet connection must be established. Without an internet connection our Activation Server will not be able to free up the activation.
I hope this helps.
Redgate Foundry
Question for Red Gate, is there a way to know the machines that are activated? like desktop1, desktop2, server1, server2...
I keep thinking I only have 4 installed and not 5 (license limit?)
By the way, for the Deactivation Tool, can I "just" deactivate SQL Backup in a Toolbelt bundle?
I don't need SQLBackup on my laptop but rather want them on the servers instead. When I tried to deactivate, it only lets me deactivate the entire Toolbelt bundle
Thanks
DBA, MCITP
You cannot deactivate only SQL Backup but if you deactivate all products, reactivate again with SQL Compare, Data Compare etc it should activate all the products except SQL Backup.
You should then be able to use the SQL Backup activation on another machine.
Running the following command on all SQL Servers with SQL Backup installed will return their licensing information :
execute master..sqbutility 1021, @LicenseType OUTPUT, @Version OUTPUT, @SerialNumber OUTPUT, @DateInstalled OUTPUT, @DateFirstUsed OUTPUT, @RevokeErrorsv4 OUTPUT, @Warningsv5 OUTPUT;
The function takes no additional parameters, and returns seven values – an integer @LicenseType, which will be one of the following:
I hope this helps.
Redgate Foundry