• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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