Hi,
i am getting errors from DCOM in the Windows system-log.
Error-No is 10003.
Translate from german:
Permission denied, when trying to start DCOM-Server with DefaultLaunchPermssion.
User: Unavailable/Unavailable, SID=Unavailable
Any hints ?
My config:
Windows 2000 prof.
Pacsone Basic Version 1.0.0.14
MySQL 4.0.18
Apache/2.0.48 (Win32) PHP/4.3.4
By the way:
There seems to be a security bug in the login-page. You could login with -1
in the user-name.
Regards Patrick
Error 10003 from DCOM in Windows System-log
This sounds like a problem during installation.
You can check the Windows Services settings for PacsOne by opening Windows Control Panel->Services, find the entry for PacsOne Server and check the following:
1. Path to service executable program: e.g., "C:\Program Files\PacsOne\PacsOne.exe", and make sure the file exists.
2. Check the Log on as: setting and make sure it's set to: Local System account, not anything else.
If the above settings look ok, try un-installing PacsOne and re-installing it to see if the problem goes away.
The "-1" username problem looks like a MySQL security bug, as I can login to MySQL by using any username starting with "-" from a Windows command shell, as well as from PHP. As a workaround, I'll add a check in the PacsOne login page to deny any username which begins with "-" in the next release.
You can check the Windows Services settings for PacsOne by opening Windows Control Panel->Services, find the entry for PacsOne Server and check the following:
1. Path to service executable program: e.g., "C:\Program Files\PacsOne\PacsOne.exe", and make sure the file exists.
2. Check the Log on as: setting and make sure it's set to: Local System account, not anything else.
If the above settings look ok, try un-installing PacsOne and re-installing it to see if the problem goes away.
The "-1" username problem looks like a MySQL security bug, as I can login to MySQL by using any username starting with "-" from a Windows command shell, as well as from PHP. As a workaround, I'll add a check in the PacsOne login page to deny any username which begins with "-" in the next release.