• 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.

Problem in Complete Switching to the Panel 10 Business Model

AliZ

Basic Pleskian
Hello,

I upgraded my plesk 9.5.2 on Windows 2003 X86 to Plesk 10.0.1

Now, I'm going to Switch to the Panel 10 Business Model,

Transition1.jpg





but when i apply the transition, it retrieves an error:

Transition2.jpg


Also when I try to Apply the transition for each individual clint,
Transition3.jpg





The following error appears:

Transition4.jpg





Internal error: <b>Source:</b> Microsoft OLE DB Provider for SQL Server<br/><b>Description:</b> Cannot insert the value NULL into column 'limits_id', table 'PSA10.dbo.clients'; column does not allow nulls. UPDATE fails.


Message <b>Source:</b> Microsoft OLE DB Provider for SQL Server<br/><b>Description:</b> Cannot insert the value NULL into column 'limits_id', table 'PSA10.dbo.clients'; column does not allow nulls. UPDATE fails.
File common_func.php3
Line 119
Type com_exception
 
The cause of the issue in the following DB query:

update [clients] set [limits_id]=NULL......

The column limits_id in psa.clients table is defined as not nullable, so the update query failed. This issue is actual for MSSQL DB only. You can try to set this column nullable for fixing this problem.
Contact support team if you can't do it by yourself.
 
Back
Top