L
line
Guest
Dear All
I'm trying to install plesk_8.6.0_build080722.15 in my Virtual Server with Windows 2008 Web Editition
Everything is work fine until I setup database
I select Microsoft SQL Database and Web Server is IIS (be default)
and I see the you are already remove windows 2000 DE from this version
So it look like I'm forced to use 2005 Express
So this is the problem, after I setup Password for plesk I got this message
Product: Parallels Plesk Control Panel 8.6.0 for Microsoft Windows -- Command "C:\Program Files\Parallels\Plesk\Databases\MSSQL\90\Tools\Binn\OSQL.EXE" -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'" failed with code 1.
Output:
The system cannot find the path specified.
Abort -- click to abort the installation
Retry -- click to retry performing the action
Ignore -- click to ignore the error and continue installation
and after investigation, I found that the MSSQL 2005 Express is install in
C:\Program Files\Microsoft SQL Server\90\Tools\Binn
but its database is install in
C:\Program Files\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL
So it's the problem, right?
did someone got this error like me?
=== Add ====
I try to manual (then, click ignore
) but I got this error...may not be error some how in my view.
C:\Program Files\Microsoft SQL Server\90\Tools\Binn\>OSQL.EXE -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'"
Microsoft (R) SQL Server Command Line Tool
Version 9.00.3042.00 NT INTEL X86
Copyright (c) Microsoft Corporation. All rights reserved.
Note: osql does not support all features of SQL Server 2005.
Use sqlcmd instead. See SQL Server Books Online for details.
=== Add more ===
So I change to
sqlcmd.EXE -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'"
and then. ignore the error.
Plesk is now working.
I guest this is some part of wrong script....
I'm trying to install plesk_8.6.0_build080722.15 in my Virtual Server with Windows 2008 Web Editition
Everything is work fine until I setup database
I select Microsoft SQL Database and Web Server is IIS (be default)
and I see the you are already remove windows 2000 DE from this version
So it look like I'm forced to use 2005 Express
So this is the problem, after I setup Password for plesk I got this message
Product: Parallels Plesk Control Panel 8.6.0 for Microsoft Windows -- Command "C:\Program Files\Parallels\Plesk\Databases\MSSQL\90\Tools\Binn\OSQL.EXE" -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'" failed with code 1.
Output:
The system cannot find the path specified.
Abort -- click to abort the installation
Retry -- click to retry performing the action
Ignore -- click to ignore the error and continue installation
and after investigation, I found that the MSSQL 2005 Express is install in
C:\Program Files\Microsoft SQL Server\90\Tools\Binn
but its database is install in
C:\Program Files\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL
So it's the problem, right?
did someone got this error like me?
=== Add ====
I try to manual (then, click ignore
C:\Program Files\Microsoft SQL Server\90\Tools\Binn\>OSQL.EXE -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'"
Microsoft (R) SQL Server Command Line Tool
Version 9.00.3042.00 NT INTEL X86
Copyright (c) Microsoft Corporation. All rights reserved.
Note: osql does not support all features of SQL Server 2005.
Use sqlcmd instead. See SQL Server Books Online for details.
=== Add more ===
So I change to
sqlcmd.EXE -E -Q "ALTER LOGIN sa ENABLE; ALTER LOGIN sa WITH PASSWORD='4RbKnHEq3HTFQQPj'"
and then. ignore the error.
Plesk is now working.
I guest this is some part of wrong script....