• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Licence expired

M

m.r.davies

Guest
Hi

My licence has expired, it tells me when i try and login to the backend.

I've read i need firewall access to ka.swsoft.com on port 5224

I've got the firewall people dealing with this.

what should i do then? is there a way to manually kick off the licence update?
also, where will it log the info if it fails ? the server logs dont tell me.
a bit of guidence on this would be appreciated

Thanks
 
Hello,
The best option is: to call sales team for upgrading instructions.

If you want to check where the problem is (this is not recommended and supported way) - you could try to insert into Sitebuilder's web.config, following code (into configuration tag):

<system.diagnostics>
<sources>
<source name="System.Net">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
<source name="System.Net.Sockets">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
<source name="System.Net.Cache">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
</sources>
<switches>
<add name="System.Net" value="Verbose" />
</switches>
<sharedListeners>
<add name="System.Net"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="c:/sso.log"
/>
</sharedListeners>
<trace autoflush="true" />
</system.diagnostics>
Instead of marked file path paste your own and give rights to this file for IIS acount. And try to upgrade Sitebuilder from web-interface.
 
Back
Top