Pacsone Log file

Trouble during PacsOne Server installations
Post Reply
WyoUser
Posts:4
Joined:Sat Dec 29, 2007 12:19 am
Pacsone Log file

Post by WyoUser » Fri Mar 07, 2008 3:09 pm

Hello all this may be a simple problem but it has me stumped. I have been working ok with pacsone prem for 2 days now (testing) xrays from CR show up fine then yesterday I could log in with user "root" or "dicom" and sometimes the images would show up other times I would get run errors. log out and reopen windows explorer and perto it was back then gone. not sure why but I have this error in my log file. it produces 11 errors every 5 seconds. my log files are getting reallllly big can any one help me? I have check myql and dicom user is setup and does have a password and I can login to pacsone with dicom... Help


Fri Mar 07 00:00:00 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:00 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:01 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:01 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:02 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:02 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:03 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:03 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:04 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:04 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:05 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:05 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:06 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:06 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom
Fri Mar 07 00:00:07 2008 ERROR - MySQL: Couldn't connect to: MyAETitle, error = Access denied for user 'dicom'@'localhost' (using password: YES), user = dicom

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Mar 07, 2008 4:53 pm

This usually means a problem with MySQL. Can you login to the MySQL database from a command shell?

Code: Select all

C:\Mysql\bin>mysql -u dicom -p MyAETitle

Post Reply