Product Line
Power Monitoring Expert 2024
_____________________________________________________________
Environment
License Configuration Tool
_____________________________________________________________
Issue :
A valid software license could not be found.
_____________________________________________________________
Proposed Solution
Solution 1:
Import the attached certificates into the Trusted Root Certification Authority through the Manage Computer Certificates interface.
- VeriSign Universal Root Certification Authority.cer
- VeriSign Class 3 Public Primary Certification Authority - G5.cer
- DigiCert Trusted Root G4.cer
Then Run the below PowerShell script after getting the exported certificate in the system.
Change the path of the exported file in the following script and run it in PowerShell ISE in administrator mode.
$sst = ( Get-ChildItem -Path C:\certs\roots.sst )
$sst| Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
Solution 2:
If the previous solution fails, rebuild the certificate chain from a functioning PME system.
From a working PME system, export the three previously stated certificates.
Here is the link to exporting the trusted root certificate from the working machine.
http://woshub.com/updating-trusted-root-certificates-in-windows-10/Then run the below PowerShell script in the non-working system after getting the exported certificate in the system:
Change the path of the exported file in the following script and run it in PowerShell ISE in administrator mode
$sst = ( Get-ChildItem -Path C:\certs\roots.sst )
$sst| Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
Publié pour: Schneider Electric Belgium
Besoin d'aide ?
Sélectionnez le bon produit
Trouvez rapidement et facilement les produits et accessoires adaptés à vos applications.
Obtenir un devis
Effectuez une demande de renseignements en ligne et un expert vous contactera.
Où acheter ?
Trouvez facilement le distributeur Schneider Electric local le plus proche.
Centre d'aide
Trouvez des ressources de support pour tous vos besoins, en un seul endroit.