Pacsone Server install

Trouble during PacsOne Server installations
Post Reply
riteview
Posts:7
Joined:Mon Dec 05, 2005 1:50 pm
Pacsone Server install

Post by riteview » Wed Dec 07, 2005 3:31 pm

I am successful installing PACSONE with IIS Server on XP Pro. Below I have changed to avoid the header errors and increased the PHP Buffer values for better performance. Anyone please share your experience

output_buffering = On

max_execution_time = 120
memory_limit = 64M

cheers

Jonathan
Posts:184
Joined:Mon Mar 22, 2004 11:52 am
Location:The Netherlands
Contact:

Post by Jonathan » Mon Dec 12, 2005 8:54 am

I hope you are using this setup for testing, as I think XP is not a solid system to host your PACS system. The server capacities for XP are far below server capacities of MS Server solutions (although based on NT, XP is not specially designed to function as a server)

For our setup we have not changed our maximum execution time (no IIS but Apache), as I don't see use for it. I see more in tweaking the mySQL server as the data is coming from there and that is in my opinion the process that is the best candidate for optimization (see FAQ 15: How do I optimize my MySQL database to improve PacsOne Server performance?) for details.

For the users who are interested in the IIS installation (as a few questions were raised on the forum in the past) it would be nice if you could explain the steps you have taken and the problems you had to solve to get everything running in some sort of HowTo, I guess.

riteview
Posts:7
Joined:Mon Dec 05, 2005 1:50 pm

Post by riteview » Mon Dec 12, 2005 2:43 pm

Yes currently using this one for testing, I wanted to use Windwos 2003 but I am getting error page when clicking download link (to download images)from the Study page. Other than that everything works fine on Windows 2003.

I did not come across any issues with IIS Server...

Thank you, I will look at the MYSQL Tuning.

Jonathan
Posts:184
Joined:Mon Mar 22, 2004 11:52 am
Location:The Netherlands
Contact:

Post by Jonathan » Mon Dec 12, 2005 2:58 pm

riteview wrote:Yes currently using this one for testing, I wanted to use Windwos 2003 but I am getting error page when clicking download link (to download images)from the Study page.
I don't know for sure, but it could be that this is a problem because of insufficineent permission settings on the datadirectory. It can very well be possible that this directory is not available for the webserver or for the user under which the webserver process it is running or you might not have specified a specific user at all. If the latter is true the webserver will probably run as the LocalSystem user. This account with is a very strict account with very strict permissions on the filesystem, expecially outside the webserver tree.

MS server editions are much stricter on this point than the normal user versions like XP.

You can configure your webserver to run as a specific user in the property window of the server which can be found under the services management console. This can be accessed by right clicking the My Computer desktop and then the option manage.

You can also make users and organize them in groups. The management console for that can be found the same wat as for the services. These user can than be used to grant access to specific directories on the filesystem.

riteview
Posts:7
Joined:Mon Dec 05, 2005 1:50 pm

Post by riteview » Mon Dec 12, 2005 3:11 pm

Thanks much, I will try installing one more time and set the permissions for the data directory and see if that works.

Post Reply