• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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