Void SetLicenseType(System.String) at UCommerce.Licensing.LicensingService.SetLicenseType(String productInfo) at UCommerce.Licensing.LicensingService.LoadLicense()
You can try delete the .lic file found in the root of the site to force uCommerce to reactivate the license (remember to recycle the site once the .lic file is deleted).
Blue Dev Edition Banner for charity licence and odd log file entrys
Hi,
We have a site that currently has a bannner along the top saying uCommerce Developer Edition
This is what we are getting in the log files
--------------------------------------------------------------------------------------------------------------------------
Index was outside the bounds of the array.
Void SetLicenseType(System.String)
at UCommerce.Licensing.LicensingService.SetLicenseType(String productInfo)
at UCommerce.Licensing.LicensingService.LoadLicense()
--------------------------------------------------------------------------------------------------------------------------
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentException: Decryption Error - check your license parameters are up-to-date
at AuthenticationServer.AuthenticationService.DecryptArgs(AuthenticatedLicenseParameters parameters, TripleDESCryptoServiceProvider tripleDes, String sessionKey, Byte[] encryptedArgs)
at AuthenticationServer.AuthenticationService.Authenticate(String productName, String sessionKey, Byte[] encryptedArgs)
--- End of inner exception stack trace ---
System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage, System.Net.WebResponse, System.IO.Stream, Boolean)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Infralution.Licensing.AuthenticationService.Authenticate(String productName, String sessionKey, Byte[] encryptedArgs)
at Infralution.Licensing.AuthenticationService.Authenticate(AuthenticatedLicenseParameters parameters, String computer, String authenticationKey)
at Infralution.Licensing.AuthenticatedLicenseProvider.AuthenticateKeyOnComputer(String authenticationKey, String computerID)
at Infralution.Licensing.AuthenticatedLicenseProvider.AuthenticateKey(String authenticationKey)
at UCommerce.Licensing.LicensingAuthenticationService.InstallLicense(String licenseFileName, String key)
at UCommerce.Licensing.LicensingAuthenticationService.Authenticate(String licenseFileName, String key, String& productInfo)
at UCommerce.Licensing.LicensingService.LoadLicense()
Thanks Guys and or Girls :)
Hi,
Do you have a license file in the bin folder ?
THanks, Alex
Hi, yes added this and restarted the app pool :(>
Thanks Alex :)
does the ucoomerce.key file not go in the site root?
Hi Charles,
You can try delete the .lic file found in the root of the site to force uCommerce to reactivate the license (remember to recycle the site once the .lic file is deleted).
Hope this helps.
/Dennis
Hi guys,
Thanks for all the replys. I was in contact with the Ucommerce support and it appears to be an out of date licence file :).
Charlie :)
is working on a reply...