• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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