• 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.

MS SQL activation gives php error page

T

Tigr

Guest
After re installing plesk 7 for windows for the third time (which is what plesk support said to do) I still get the same error.

When trying to input the sa username and password for the server settings I get :


There is need to implement utility for creating/modification users.
0: C:\Program Files\SWsoft\Plesk\admin\plib\database_mssql.inc:383 psaerror(string "There is need to implement utility for creating/modification users.")
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.DataBase.php3:498 database_mssql->changelogin(string "sa", boolean true, string "passwordt")
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.DatabasesAccess.php:150 database::changelogin(string "mssql", string "sa", boolean true, string "password")
3: C:\Program Files\SWsoft\Plesk\admin\htdocs\server\databases.php:41 databasesaccess->update()


Anyone able to help on this? Im more familiar with the unix plesk than windows.

Thanks
Matt
 
Yeah have installed SP3 for SQL . But I think at this point the only choice will be reinstall.

thanks for the guide
 
Tigr,

Reinstall Plesk and Windows again will not give you any changes at all, I think there is a bug in the 7.03 updater. I have the same error when trying to activate MSSQL and I also reinstalled fresh Plesk and Windows 2003 STD maybe 5 times and still the same error.

So please developers, please go ahead and confirm that this is a BUG or maybe ther eis a special setting needed for the updater to be installed on the server.

Regards,
Henry
 
it seems to be an error of plesk . I tries to find out why.
it looks thaht is the first sa password not set correct. i try shortle to set sa to none password - same failure.
somthing is wrong in the mysql datapase "psa" for user sa.
 
this is not the first thread about this, i think you should just give up and say 7.0.3 was a bad update for now until they plesk fixes it
 
to fix the problem:

with mysqlcc (from mysql.org) run sqlscript in misc:

insert into misc (param,val) values
('mssql_admin_login','sa'),
('mssql_admin_passwd','password');

password to your password

when not exist also

insert into misc (param,val) values
('MSSQLServer','localhost');
 
Could you explain it to me : Step-Be Step how to have it fixed please?

Regards
 
you just put the insert statements in a file

then write mysqlcc filename I think (otherwise consult help for the command)
 
download from www.mysql.org mysqlcc and install it.

start mysqlcc and connect to localserver with your plesk username and password.
select database psa then select table misc
push icon sql - copy paste my script - press icon execute "!".
 
I am also receiving this error while trying to connect PLESK 7 for WINDOWS to MS SQL...


There is need to implement utility for creating/modification users.
0: C:\Program Files\SWsoft\Plesk\admin\plib\database_mssql.inc:383 psaerror(string "There is need to implement utility for creating/modification users.")
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.DataBase.php3:498 database_mssql->changelogin(string "sa", boolean true, string "aetaXef5")
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.DatabasesAccess.php:150 database::changelogin(string "mssql", string "sa", boolean true, string "aetaXef5")
3: C:\Program Files\SWsoft\Plesk\admin\htdocs\server\databases.php:41 databasesaccess->update()



The instruction you gave were unclear to me since I have no experience with this stuff what so ever.

is there any way to get some further help with this.


thank you guys!
 
Back
Top