• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

strange sql webadmin broken

F

funky123

Guest
we have a fresh install of 8.6 /windows 2003 standard 64 bit edition

somehow we got sql support enabled later on by DC
and now when tying to run webamdin using pleask admin following appears

http://ip:8401/index.html when tried works fine now however i had to re -register aspnet with this site and change /mssql/default.asp to default.aspx
somehow asp file doest work.


I captured this error which i am pasting below by pausing browser redirection manually.



https://ip:8443/server/db_webadmin.php?db_server_id=3&previous_page=db_server_databases

https://ip:8443/server/db_webadmin.php?db_server_id=3&previous_page=db_server_databases


Notice: Undefined index: LoginPage in C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php on line 151

Notice: Undefined index: ParamServer in C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php on line 200

Notice: Undefined index: ParamPort in C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php on line 201

Notice: Undefined index: ParamLogin in C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php on line 202

Notice: Undefined index: ParamPassword in C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php on line 203



View source dump of above page

br />
<b>Notice</b>: Undefined index: LoginPage in <b>C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php</b> on line <b>151</b><br />
<br />
<b>Notice</b>: Undefined index: ParamServer in <b>C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php</b> on line <b>200</b><br />
<br />
<b>Notice</b>: Undefined index: ParamPort in <b>C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php</b> on line <b>201</b><br />
<br />
<b>Notice</b>: Undefined index: ParamLogin in <b>C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php</b> on line <b>202</b><br />
<br />
<b>Notice</b>: Undefined index: ParamPassword in <b>C:\Program Files (x86)\Parallels\Plesk\admin\plib\DatabaseManagerMSSQL.php</b> on line <b>203</b><br />

<html>
<head>
</head>
<body onLoad="document.forms[0].submit();">
<form action="http://ip:8401" method="post">
<input type="hidden" name="" value="ip">
<input type="hidden" name="" value="">
<input type="hidden" name="" value="sa">
<input type="hidden" name="" value="">
</form>
</body>
</html>
 
Set default component failed: defpackagemng failed: ASP is not installed

this is what i get when i tried

Server > Plesk Control Panel Components Management >
Select default Microsoft SQL Web Admin component
 
Make sure that ASP is installed, from windows control panel -> add/remove programs -> add/remove windows components -> application server
 
Back
Top