D
DieterV
Guest
Dear All,
Some minnor problems we could resolve it but sitll wanne post them here because its somethimes irritating. Because we could solve them but resellers could not do this. Informatie about or plesk system (panel , modules recieving those errors) and the windows system
Windows os : Windows server 2008 R2 Entreprise Service Pack 1 ( Microsoft Windows 6.1;build-7601;sp1.0;suite274;product3 )
Plesk Build : Parallels Plesk Panel v10.3.1_buildUpdate1 os_Windows 2003/2008
SQL Server : MySQL 5.1.56
DNS Server : Microsoft DNS Server 6.1.7601.17514
Mysql Webadmin : phpMyAdmin 3.4.2
First Problems
DNS PROBLEM
When you created a dns record in the plesk module for a domain name and add zone transfers for this domain. You will see in the mamgent console for the dns server that plesk enters his local dns server also in tab of zone transfer with the ipv6 en ipv4 address spaces. This is giving some problems towards the windows dns server. Normally it may not be entered here. The exact event error for the windows dns server is the following.
Those self local address are not allowed form windows dns server and we recieve multiply errors from it. (Eventlog DNS server encountered a packet adressed to itself on ip xxx.xxx.xxx.xxx The packet wil be discarded. Event ID 7062)
You can see here the screenshot of the local address he enters.
MYSQL ERROR
The mysql error we recieve is the following. When a client of ours makes a New database and new user to connect to this mysql database plesk create those and is not giving an error. When the client of ours click then on the icon in the plesk panel "Webadmin" . It recieves the following error. So when we have a look at the databse of the client true the Administrator Webadmin we see the following standing in database at the rights tab. That the user is not created at all but the plesk panel didn't gave an error on creating him. So when i enter the following querry in to the mysql database test in this case
The problems resolve him self and the user can log in with the credentials i made also in plesk.
So hopefull someone can assist with those 2 problems. I wanted to rease a support ticket but cant do because build number is not reconized. So can't raise it.
Some minnor problems we could resolve it but sitll wanne post them here because its somethimes irritating. Because we could solve them but resellers could not do this. Informatie about or plesk system (panel , modules recieving those errors) and the windows system
Windows os : Windows server 2008 R2 Entreprise Service Pack 1 ( Microsoft Windows 6.1;build-7601;sp1.0;suite274;product3 )
Plesk Build : Parallels Plesk Panel v10.3.1_buildUpdate1 os_Windows 2003/2008
SQL Server : MySQL 5.1.56
DNS Server : Microsoft DNS Server 6.1.7601.17514
Mysql Webadmin : phpMyAdmin 3.4.2
First Problems
DNS PROBLEM
When you created a dns record in the plesk module for a domain name and add zone transfers for this domain. You will see in the mamgent console for the dns server that plesk enters his local dns server also in tab of zone transfer with the ipv6 en ipv4 address spaces. This is giving some problems towards the windows dns server. Normally it may not be entered here. The exact event error for the windows dns server is the following.
Those self local address are not allowed form windows dns server and we recieve multiply errors from it. (Eventlog DNS server encountered a packet adressed to itself on ip xxx.xxx.xxx.xxx The packet wil be discarded. Event ID 7062)
You can see here the screenshot of the local address he enters.
MYSQL ERROR
The mysql error we recieve is the following. When a client of ours makes a New database and new user to connect to this mysql database plesk create those and is not giving an error. When the client of ours click then on the icon in the plesk panel "Webadmin" . It recieves the following error. So when we have a look at the databse of the client true the Administrator Webadmin we see the following standing in database at the rights tab. That the user is not created at all but the plesk panel didn't gave an error on creating him. So when i enter the following querry in to the mysql database test in this case
Code:
CREATE USER 'test'@'localhost' IDENTIFIED BY '***';
GRANT USAGE ON * . * TO 'test'@'localhost' IDENTIFIED BY '***' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
GRANT ALL PRIVILEGES ON `test_test` . * TO 'test'@'localhost';
The problems resolve him self and the user can log in with the credentials i made also in plesk.
So hopefull someone can assist with those 2 problems. I wanted to rease a support ticket but cant do because build number is not reconized. So can't raise it.