• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't run plesk101_preupgrade_checker

L

Louis-DavidP

Guest
I'm planning to upgrade a big Plesk 9.3 installation to the latest version, and I can't run the upgrade checker on the original server:


[2011-01-11 03:59:46][INFO] ==> Installed Plesk version/build: 9.3.0 Windows 2003/2008 20091222.06

[2011-01-11 03:59:54][INFO] ==> Detect system configuration
[2011-01-11 03:59:54][INFO] OS: Windows
[2011-01-11 03:59:57][INFO] Arch: x86_64
[2011-01-11 04:00:08][FATAL_ERROR] [JET ERROR] Unable to connect to JET database. DSN: Provider='Microsoft.Jet.OLEDB.4.0';Data Source=C:\Parallels\Plesk\admin\db\psa.mdb


(The server is a Windows 2008 SP2 x64).

Any clue to get through this issue?

Thanks
 
Taking the .php file fixed my issue.... I originally took the .zip file.

Thanks
 
It finally didn't ran through all of it:

[2011-01-11 07:50:09][INFO] ==> STEP 4: Calculate clients who have default permi
ssions
<br />
<b>Warning</b>: (null)(): Invoke() failed: Exception occurred.
<b>Source</b>: Microsoft JET Database Engine <b>Description</b>: Syntax error (
missing operator) in query expression 'perm_id is NULL AND id!=1'. in <b>C:\ples
k101_preupgrade_checker.php</b> on line <b>1205</b><br />
[2011-01-11 07:50:34][FATAL_ERROR] [JET ERROR] Unable to execute sql query SELEC
T clients.pname FROM clients WHERE perm_id is NULL AND id!=1
 
Oh... Microsoft Jet doesn't support != operator.... changing it with a <> fixed the problem.
 
Back
Top