665
Views
14
Comments
Solved
Prevent Serial Number Changing
Question

Hi 

My server is running on VM and my serial number changed which resulted my license to invalid on the server. I have requested and regenerated the new license for my server.

Can I check how can I prevent my serial number from changing?

And what is the impact when my license becomes invalid on the server?


Regards

Amoz Tan


2021-05-05 07-35-47
Vera Tiago
Staff
Solution

Hi, 

An environment's Serial Number is automatically generated by the OutSystems Platform based on the hardware of the server with the Deployment Controller role for that environment.

What can cause it to change? 

-  Restarting the deployment controller server hosted on a Virtual Machine
-  Changing the physical network devices of that server, changes the environment serial number, making your license invalid.  
- Promoting a front-end server to deployment controller can also make your license invalid

When this happens you will see a License Error.

So in case you are using a VM, you need to make sure  MAC address is fixed.

Check more details here Changed the hardware and the license stopped being valid.

2016-04-21 20-09-55
J.
 
MVP

check the documenttation, but afaik it's due to changing mac-addresses.

so set those to fixed and you are ok.

2017-06-14 01-39-55
Amoz Tan

J. wrote:

check the documenttation, but afaik it's due to changing mac-addresses.

so set those to fixed and you are ok.

Hi

My license turns invalid again after my vm restarted. We already changed it to static mac address. Our mac address didn't change after the restart.

After restart


Before restart


2019-04-04 15-41-14
Michael de Guzman

I am having the same problem with my VM machines.  I confirmed the MAC addresses do not change after reboot.  However, the license still gets invalid after reboot.

Any resolution on this?

2020-05-29 14-07-58
Rajendra Singh

Hi we are having  the slimier issue ..any solution please?



Thanks

Rajendra Singh

UserImage.jpg
Argun

Hi all,


i am also having the same problem with my outsystems environment. MAC address didn't changed after restart

Any solution for this?

UserImage.jpg
Pedro Moreira

The same goes for here. Any solution for this?

2021-05-05 07-35-47
Vera Tiago
Staff
Solution

Hi, 

An environment's Serial Number is automatically generated by the OutSystems Platform based on the hardware of the server with the Deployment Controller role for that environment.

What can cause it to change? 

-  Restarting the deployment controller server hosted on a Virtual Machine
-  Changing the physical network devices of that server, changes the environment serial number, making your license invalid.  
- Promoting a front-end server to deployment controller can also make your license invalid

When this happens you will see a License Error.

So in case you are using a VM, you need to make sure  MAC address is fixed.

Check more details here Changed the hardware and the license stopped being valid.

2019-06-14 09-01-49
Tino Fliege
Staff

I have the same issue and I can confirm the MAC Address is fixed. 

2019-11-07 10-36-40
Tiago Duarte

Hello,

I also get the problem. We are using Hyper-V, we already fixed MAC Address (Physical Address), we just restarted the server, and we see that the Serial Number (Platform Server - Administration - Licensing) had changed, while the MAC Address is not.

Before restarting:



After restart:



2019-10-17 03-25-04
Tracy Karjala

Seeing this as well. MAC address is fixed and serial number changes on each restart of the VM. This needs to be addressed and resolved.

2020-09-11 18-53-44
Stacey Levine

For me this was corrected on the latest version of the platform

2018-06-04 08-06-09
Peter Van Den Ochtend

For me this occurs on one server (DEV / single server / no farm configuration).

No mac address change but it still shifts serial number.

Platform version 10.0.1005.2.

We are planning to upgrade to 11, so we don't do any minor updates anymore.


Please let us know if you can find something else why this behaviour occurs.

2020-09-11 18-53-44
Stacey Levine

There are two approaches you can follow to prevent the Serial Number changes:

  1. Disable the services Remote Access Connection Manager and Secure Socket Tunnelling Protocol Service.

  2. Disable WAN Miniport adapters in Windows Device Manager. Make sure that no other applications are using WAN Miniports before doing this.

  • Open the Start Menu and type Device Manager.

  • If you don't see the WAN Miniport adapters there, toggle the visibility of hidden devices

2017-08-07 17-19-16
Nuno Silva
Staff

Hello Peter,

Stacey is correct, the issue is already fixed on the latest platform version. You can list all network devices using the following PowerShell script:

Get-WmiObject -Class Win32_NetworkAdapterConfiguration | Format-List -Property Description,MACAddress,IPEnabled


Regards,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.