Table 'dicom.applentity' doesn't exist

Trouble during PacsOne Server installations
christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm
Table 'dicom.applentity' doesn't exist

Post by christy123 » Thu Jul 09, 2009 2:56 am

I get this error when i try to add an AE. What does this mean.I am a noob please help

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

Post by pacsone » Thu Jul 09, 2009 11:03 am

The error suggests that the PacsOne Server database is either not configured properly or is corrupted.

Try logging into the PacsOne Server database from a local command shell, and run the following query from the MySQL shell prompt, e.g.,

C:\mysql\bin>mysql -u root -p dicom

mysql>show tables;

Or you can re-run the Setup.exe under the directory where PacsOne Server is installed to re-install PacsOne.

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Thu Jul 09, 2009 1:33 pm

thanks very much... i recreated the db and the echo is now connected. However, i get this error when I do the query
fsockopen() failed: The operation completed successfully. (0)

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

Post by pacsone » Thu Jul 09, 2009 3:52 pm

The error was from the Application Entity page of PacsOne Server when it was trying to open a socket connection to a remote AE, so make sure you have configured the correct IP address/TCP port, and there's no firewall blocking inbound packets to the configured IP address/TCP port.

You can also use the Telnet command to check independently if it can open a socket connection to the configured IP address/TCP port:

Code: Select all

C:\>telnet $ipAddr $tcpPort

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Thu Jul 09, 2009 5:49 pm

i am able to telenet the ip on that port.

what else could cause this.

Also, after everything is smoothened out, would the images load automatically from the ultrasound * acuson CV70*

thanks for the propmt responses

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

Post by pacsone » Thu Jul 09, 2009 11:34 pm

Are you able to Dicom-Ping (C-ECHO) that remote AE from the Application Entity page of PacsOne Server (click on the Verify Connection URL link displayed for that remote AE)?

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Fri Jul 10, 2009 2:14 am

yes..dicom-ping ( c-echo) is working fine....no problems there

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

Post by pacsone » Fri Jul 10, 2009 5:23 am

Then check the Dicom Conformance Statement of this remote AE and make sure it supports the Dicom Query/Retrieve Service SOP classes as a SCP (server).

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Fri Jul 10, 2009 1:55 pm

i have acuson cv70 from siemens. It does conform to Dicom 3

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

Post by pacsone » Fri Jul 10, 2009 2:22 pm

This is an input modality, so did you specifically check if it supports the Dicom Query/Retrieve Service SOP classes as a SCP (server)?

Most input modalities support the Dicom Q/R as a SCU (client), while most PACS systems (such as PacsOne Server) support Dicom Q/R as a SCP (server).

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Fri Jul 10, 2009 2:45 pm

I am confused... are you saying that pacsone would require input modality to act as a client..SCU?

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

Post by pacsone » Fri Jul 10, 2009 2:50 pm

No, most input modalities (such as your acuson cv70 from siemens) may only support Dicom Q/R as a SCU (client), but not as a SCP (server). If this is the case, you would not get any response running a Dicom Q/R against such an input modality from a SCU (client), like what you were trying to do with PacsOne Server.

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Fri Jul 10, 2009 2:52 pm

So does this mean, pacsone may not be compatible with my machine or that i would need to initiate the transfer from the CV70

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

Post by pacsone » Fri Jul 10, 2009 3:54 pm

1. You may want to verify that your acuson cv70 from siemens does support Dicom Query/Retrieve by querying it from a 3rd-party Dicom application, e.g., DCMTK, etc., as the input modalities are not known for their support of the Dicom Query/Retrieve as a SCP (server) despite of their claims in their Dicom Conformance Statements.

2. Dicom Query/Retrieve is initiated from the SCU (client), but not the other way around. So if you want to have your acuson cv70 retrieve images from PacsOne Server, you should run the Dicom Query/Retrieve from the acuson cv70 device, but not from PacsOne Server. If you want the acuson cv70 to push images to PacsOne Server, you can simply do so by creating an AE for the acuson cv70 device in the Application Entity table of PacsOne Server.

christy123
Posts:22
Joined:Tue Jul 07, 2009 7:22 pm

Post by christy123 » Fri Jul 10, 2009 6:10 pm

To answer your question, i want pacsone server retrieve images from acuson cv70 .

it seems that acuson cv70 supports both SCP and SCO. I found that in this Siemens document.

http://www.medical.siemens.com/siemens/ ... DCS_r3.pdf

Post Reply