• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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