Link to home
Start Free TrialLog in
Avatar of Ghullam Mustafa
Ghullam Mustafa

asked on

how to connect conquestdicomserver with MS SQL Server 2008 R2.

I am try to connect conquestdicomserver with sql Server 2008 R2 manually and also trying to editing "dicom.ini" file.. but this is not working..

Any One can help me..please.... Thanks in Advances

Here is DICOM.INI file code .

i am using window32

Sql Server Name :- GMDahri-PC
databse    Name :- conquest
login         Name :- conquest
password            :- conquest1415
sa                        :- 123




# This file contains configuration information for the DICOM server
# Do not edit unless you know what you are doing

[sscscp]
MicroPACS                = sscscp

# Network configuration: server name and TCP/IP port#
MyACRNema                = NICVDPACS
TCPPort                  = 5678

# Host(ignored), name, username and password for ODBC data source
SQLHost                  = localhost
SQLServer                = conquestpacs_s
Username                 = conquest
Password                 = conquest1415
DoubleBackSlashToDB      = 0
UseEscapeStringConstants = 0

# Configure server
ImportExportDragAndDrop  = 1
ZipTime                  = 05:
UIDPrefix                = 1.2.826.0.1.3680043.2.135.736588.40949073
EnableComputedFields     = 1

FileNameSyntax           = 4

# Configuration of compression for incoming images and archival
DroppedFileCompression   = un
IncomingCompression      = un
ArchiveCompression       = as

# For debug information
PACSName                 = NICVDPACS
OperatorConsole          = 127.0.0.1
DebugLevel               = 0

# Configuration of disk(s) to store images
MAGDeviceFullThreshHold  = 30
MAGDevices               = 1
MAGDevice0               = C:\Users\GMDahri\Desktop\PACSSERVER\Data\
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

If these are your values:
Sql Server Name :- GMDahri-PC
databse    Name :- conquest
login         Name :- conquest
password            :- conquest1415
sa                        :- 123

Open in new window


They go into config as follows:
SQLHost : SQL server name
SQLServer : database name
Username : SQL login
Password : password to above

i.e.
SQLHost                  = GMDahri-PC
SQLServer                = conquest
Username                 = conquest
Password                 = conquest1415

Open in new window


If that doesn't work, you can try IP address for SQLHost instead of the name.  If conquestpacs_s is an ODBC data source, then double check that it is configured properly.  Most of what I have ever seen with DICOM Server is MySQL or SQLite, though.  Therefore, you may have to consult your documentation you got with the SQL Server version.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.