<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing dcm4chee an Open Source PACS under Windows 7 with MySQL Database</title>
	<atom:link href="http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/</link>
	<description>Maxillofacial Radiology Cone Beam CT Interactive Learning And Navigation</description>
	<lastBuildDate>Thu, 05 Aug 2010 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-171</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-171</guid>
		<description>or Changes (2)
...
h3. Create the database
Initiate the {{pacsdb}} database instance using the DDL in {{dcm4chee-mysql-2.13.6/sql/create.mysql}}. {{dcm4chee-mysql-2.14.8/sql/create.mysql}}.

{noformat}
...
mysql&gt; grant all on pacsdb.* to &#039;pacs&#039;@&#039;localhost&#039; identified by &#039;pacs&#039;;
mysql&gt; \q
&gt; mysql -upacs -ppacs pacsdb &lt; dcm4chee-mysql-2.13.6/sql/create.mysql dcm4chee-mysql-2.14.8/sql/create.mysql
{noformat}
...
Full Content
JDBC Driver

The MySQL JDBC driver is one of the ones included with the dcm4chee distributions. Feel free to update it if you need/want to.
Create the database

Initiate the pacsdb database instance using the DDL in dcm4chee-mysql-2.14.8/sql/create.mysql.

&gt; mysql -uroot
mysql&gt; create database pacsdb;
mysql&gt; grant all on pacsdb.* to &#039;pacs&#039;@&#039;localhost&#039; identified by &#039;pacs&#039;;
mysql&gt; \q
&gt; mysql -upacs -ppacs pacsdb &lt; dcm4chee-mysql-2.14.8/sql/create.mysql

Adjust DB configuration if necessary

The database configuration information is contained within dcm4chee-mysql-2.13.6/server/default/deploy/pacs-mysql-ds.xml. If you&#039;re using a different database name, user name, etc., you&#039;ll need to update this file.</description>
		<content:encoded><![CDATA[<p>or Changes (2)<br />
&#8230;<br />
h3. Create the database<br />
Initiate the {{pacsdb}} database instance using the DDL in {{dcm4chee-mysql-2.13.6/sql/create.mysql}}. {{dcm4chee-mysql-2.14.8/sql/create.mysql}}.</p>
<p>{noformat}<br />
&#8230;<br />
mysql> grant all on pacsdb.* to &#8216;pacs&#8217;@'localhost&#8217; identified by &#8216;pacs&#8217;;<br />
mysql> \q<br />
> mysql -upacs -ppacs pacsdb < dcm4chee-mysql-2.13.6/sql/create.mysql dcm4chee-mysql-2.14.8/sql/create.mysql<br />
{noformat}<br />
...<br />
Full Content<br />
JDBC Driver</p>
<p>The MySQL JDBC driver is one of the ones included with the dcm4chee distributions. Feel free to update it if you need/want to.<br />
Create the database</p>
<p>Initiate the pacsdb database instance using the DDL in dcm4chee-mysql-2.14.8/sql/create.mysql.</p>
<p>> mysql -uroot<br />
mysql> create database pacsdb;<br />
mysql> grant all on pacsdb.* to &#8216;pacs&#8217;@'localhost&#8217; identified by &#8216;pacs&#8217;;<br />
mysql> \q<br />
> mysql -upacs -ppacs pacsdb < dcm4chee-mysql-2.14.8/sql/create.mysql</p>
<p>Adjust DB configuration if necessary</p>
<p>The database configuration information is contained within dcm4chee-mysql-2.13.6/server/default/deploy/pacs-mysql-ds.xml. If you&#8217;re using a different database name, user name, etc., you&#8217;ll need to update this file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-170</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-170</guid>
		<description>Here are  some instructions from Damien Evans (gunterze@gmail.com)

Changes (1)
...
h3. Adjust DB configuration if necessary
The database configuration information is contained within {{dcm4chee-mysql-2.13.6/server/default/deploy/pacs-mysql-ds.xml}}. {{dcm4chee-mysql-2.14.8/server/default/deploy/pacs-mysql-ds.xml}}. If you&#039;re using a different database name, user name, etc., you&#039;ll need to update this file.
Full Content
JDBC Driver

The MySQL JDBC driver is one of the ones included with the dcm4chee distributions. Feel free to update it if you need/want to.
Create the database

Initiate the pacsdb database instance using the DDL in dcm4chee-mysql-2.14.8/sql/create.mysql.

&gt; mysql -uroot
mysql&gt; create database pacsdb;
mysql&gt; grant all on pacsdb.* to &#039;pacs&#039;@&#039;localhost&#039; identified by &#039;pacs&#039;;
mysql&gt; \q
&gt; mysql -upacs -ppacs pacsdb &lt; dcm4chee-mysql-2.14.8/sql/create.mysql

Adjust DB configuration if necessary

The database configuration information is contained within dcm4chee-mysql-2.14.8/server/default/deploy/pacs-mysql-ds.xml. If you&#039;re using a different database name, user name, etc., you&#039;ll need to update this file.</description>
		<content:encoded><![CDATA[<p>Here are  some instructions from Damien Evans (gunterze@gmail.com)</p>
<p>Changes (1)<br />
&#8230;<br />
h3. Adjust DB configuration if necessary<br />
The database configuration information is contained within {{dcm4chee-mysql-2.13.6/server/default/deploy/pacs-mysql-ds.xml}}. {{dcm4chee-mysql-2.14.8/server/default/deploy/pacs-mysql-ds.xml}}. If you&#8217;re using a different database name, user name, etc., you&#8217;ll need to update this file.<br />
Full Content<br />
JDBC Driver</p>
<p>The MySQL JDBC driver is one of the ones included with the dcm4chee distributions. Feel free to update it if you need/want to.<br />
Create the database</p>
<p>Initiate the pacsdb database instance using the DDL in dcm4chee-mysql-2.14.8/sql/create.mysql.</p>
<p>> mysql -uroot<br />
mysql> create database pacsdb;<br />
mysql> grant all on pacsdb.* to &#8216;pacs&#8217;@'localhost&#8217; identified by &#8216;pacs&#8217;;<br />
mysql> \q<br />
> mysql -upacs -ppacs pacsdb < dcm4chee-mysql-2.14.8/sql/create.mysql</p>
<p>Adjust DB configuration if necessary</p>
<p>The database configuration information is contained within dcm4chee-mysql-2.14.8/server/default/deploy/pacs-mysql-ds.xml. If you&#8217;re using a different database name, user name, etc., you&#8217;ll need to update this file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-169</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Wed, 23 Jun 2010 12:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-169</guid>
		<description>You will need to check your previous steps, probably something that has to do with the creation of the database rather than the syntax.</description>
		<content:encoded><![CDATA[<p>You will need to check your previous steps, probably something that has to do with the creation of the database rather than the syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renato gama</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-167</link>
		<dc:creator>renato gama</dc:creator>
		<pubDate>Wed, 23 Jun 2010 12:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-167</guid>
		<description>hi, i am having trobles to install dcm4chee.
when i type: grant all on pacsdb.* to ‘pacs’@&#039;localhost’ identified by ‘pacs’;
i have gotten a error:                      
                               &gt;[Error] Script lines: 1-1 --------------------------
 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;‘pacs’@&#039;localhost’ identified by ‘pacs’&#039; at line 1 

 Warnings: ---&gt; 
   W (1): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;�pacs�@&#039;localhost� identified by �pacs�&#039; at line 1
          &lt;--- 
 [Executed: 23/06/10 9h23min22s BRT ] [Execution: 0/ms] 

 can anybody help me?

thanks .</description>
		<content:encoded><![CDATA[<p>hi, i am having trobles to install dcm4chee.<br />
when i type: grant all on pacsdb.* to ‘pacs’@&#8217;localhost’ identified by ‘pacs’;<br />
i have gotten a error:<br />
                               &gt;[Error] Script lines: 1-1 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
 You have an error in your <acronym title="Structured Query Language">SQL</acronym> syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;‘pacs’@&#8217;localhost’ identified by ‘pacs’&#8217; at line 1 </p>
<p> Warnings: &#8212;&gt;<br />
   W (1): You have an error in your <acronym title="Structured Query Language">SQL</acronym> syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;�pacs�@&#8217;localhost� identified by �pacs�&#8217; at line 1<br />
          &lt;&#8212;<br />
 [Executed: 23/06/10 9h23min22s BRT ] [Execution: 0/ms] </p>
<p> can anybody help me?</p>
<p>thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johathan Campos</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-151</link>
		<dc:creator>Johathan Campos</dc:creator>
		<pubDate>Thu, 22 Apr 2010 20:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-151</guid>
		<description>This Tutorial is perfect! Thank you!</description>
		<content:encoded><![CDATA[<p>This Tutorial is perfect! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-147</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-147</guid>
		<description>Ok that&#039;s good! Now we know what&#039;s the problem and again it has to do with the database creation. The error message you&#039;re getting tells you that the path is not correct. It is easy to find the path. Just go to Computer (or My computer in Windows XP) and navigate to C drive&gt; then apps folder&gt; then dcm4chee-mysql-2.14.7&gt;then sql&gt; now you should see a file called create.mysql. Since the path is not correct then one of those folders will have a different name. Once you get to creat.mysql file, copy the path from the top of the window by clicking on the empty space in the address bar to reveal the full path, then paste the path in the command window by right clicking and selecting Paste. Good luck.</description>
		<content:encoded><![CDATA[<p>Ok that&#8217;s good! Now we know what&#8217;s the problem and again it has to do with the database creation. The error message you&#8217;re getting tells you that the path is not correct. It is easy to find the path. Just go to Computer (or My computer in Windows XP) and navigate to C drive> then apps folder> then dcm4chee-mysql-2.14.7>then sql> now you should see a file called create.mysql. Since the path is not correct then one of those folders will have a different name. Once you get to creat.mysql file, copy the path from the top of the window by clicking on the empty space in the address bar to reveal the full path, then paste the path in the command window by right clicking and selecting Paste. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engr.nauman</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-146</link>
		<dc:creator>engr.nauman</dc:creator>
		<pubDate>Wed, 31 Mar 2010 05:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-146</guid>
		<description>@Wisam Al-Rawi
i have done this step accurately and also check the database .
but after this step
mysql -upacs -ppacs pacsdb &lt; c:/apps/dcm4chee-mysql-2.14.7/sql/create.mysql
i m seeing this error (although the path is valid).
The system cannot find the path specified.
please guide</description>
		<content:encoded><![CDATA[<p>@Wisam Al-Rawi<br />
i have done this step accurately and also check the database .<br />
but after this step<br />
mysql -upacs -ppacs pacsdb &lt; c:/apps/dcm4chee-mysql-2.14.7/sql/create.mysql<br />
i m seeing this error (although the path is valid).<br />
The system cannot find the path specified.<br />
please guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-145</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Tue, 30 Mar 2010 12:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-145</guid>
		<description>Hi, I know, this is exactly what happened to me. The page will load but when you put the default username and password they wont be accepted. The main reason for that is that the data base for dcm4chee is not setup properly so it doesn&#039;t have the default username and password in the database. Please try to do the database setup again and test.
Read below:
Now we need to create a database for dcm4chee. To do so we initiate the pacsdb database instance using  dcm4chee-mysql-2.14.7/sql/create.mysql

Go to command prompt and type:

mysql -uroot -p

Input your MySQL root password. Now you will get: mysql&gt;

Type the following  line by line including the ; at the end and press Enter key at the end of each line.

create database pacsdb;
grant all on pacsdb.* to &#039;pacs&#039;@&#039;localhost&#039; identified by &#039;pacs&#039;;
\q

Then type:
mysql -upacs -ppacs pacsdb &lt; c:/apps/dcm4chee-mysql-2.14.7/sql/create.mysql 

Just make sure that in the line above you are referring to the correct path if you are using version other than 2.14.7 !</description>
		<content:encoded><![CDATA[<p>Hi, I know, this is exactly what happened to me. The page will load but when you put the default username and password they wont be accepted. The main reason for that is that the data base for dcm4chee is not setup properly so it doesn&#8217;t have the default username and password in the database. Please try to do the database setup again and test.<br />
Read below:<br />
Now we need to create a database for dcm4chee. To do so we initiate the pacsdb database instance using  dcm4chee-mysql-2.14.7/sql/create.mysql</p>
<p>Go to command prompt and type:</p>
<p>mysql -uroot -p</p>
<p>Input your MySQL root password. Now you will get: mysql></p>
<p>Type the following  line by line including the ; at the end and press Enter key at the end of each line.</p>
<p>create database pacsdb;<br />
grant all on pacsdb.* to &#8216;pacs&#8217;@'localhost&#8217; identified by &#8216;pacs&#8217;;<br />
\q</p>
<p>Then type:<br />
mysql -upacs -ppacs pacsdb < c:/apps/dcm4chee-mysql-2.14.7/sql/create.mysql </p>
<p>Just make sure that in the line above you are referring to the correct path if you are using version other than 2.14.7 !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engr.nauman</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-144</link>
		<dc:creator>engr.nauman</dc:creator>
		<pubDate>Tue, 30 Mar 2010 12:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-144</guid>
		<description>dear Mr Wisam Al-Rawi 
actually i m not seeing any kind of error in DOS or COMMAND prompt
however, i m seeing this page without any error   ( URL: http://localhost:8080/dcm4chee-web ).
but the username and password is not accepting.
please guide</description>
		<content:encoded><![CDATA[<p>dear Mr Wisam Al-Rawi<br />
actually i m not seeing any kind of error in DOS or COMMAND prompt<br />
however, i m seeing this page without any error   ( URL: <a href="http://localhost:8080/dcm4chee-web" rel="nofollow">http://localhost:8080/dcm4chee-web</a> ).<br />
but the username and password is not accepting.<br />
please guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisam Al-Rawi</title>
		<link>http://www.marcilan.com/2009/11/installing-dcm4chee-an-open-source-pacs-under-windows-7-with-mysql-database/comment-page-1/#comment-143</link>
		<dc:creator>Wisam Al-Rawi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcilan.com/?p=2707#comment-143</guid>
		<description>This happened to me too when I first tried to install dcm4chee. The issue was the database for dcm4chee was not setup properly. If you check the console window (DOS or Command window) you will see error messages that can explain to you what went wrong. However, in my case, when I did the database steps it worked and the console window stopped showing error messages. So far many people managed to install dcm4chee successfully following the tutorial on this page.</description>
		<content:encoded><![CDATA[<p>This happened to me too when I first tried to install dcm4chee. The issue was the database for dcm4chee was not setup properly. If you check the console window (DOS or Command window) you will see error messages that can explain to you what went wrong. However, in my case, when I did the database steps it worked and the console window stopped showing error messages. So far many people managed to install dcm4chee successfully following the tutorial on this page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
