# Store Data in NAS

You can change storage locations of DICOM files and log files to a network path such as NAS.

Info

SonicDICOM PACS stores data in the path that specified by PACS Manager.
DICOM files are stored in the Data Path and Backup Path. Log files are in Log Path.

Info

SonicDICOM PACS runs as a Windows service "DICOMApp".
By default, the Windows user who executes "DICOMApp" is "Local System".
With the Windows OS specifications, this default user "Local System" cannot use network path.
So in order to enable SonicDICOM PACS to use network path, you need to change the Windows user who executes "DICOMApp".

# Enable to use network path

  1. Open the Control Panel.
  2. Click Administrative Tools > Services.

  1. Right-click "DICOMApp".
  2. Click "Properties".

  1. Click "Log On" tab.
  2. Select "This account".
  3. Click "Browse...".

  1. Enter the name of Windows user who executes DICOMApp.
  2. Click "Check Names".
  3. Click "OK".

NOTE

This Windows user need to have Administrator authorization.

  1. Enter the password of Windows user that you entered just now.
  2. Click "Apply".

  1. Right-click "DICOMApp".
  2. Click "Restart".

  1. Change NAS settings to permit the Windows user access who is specified in step 8..

  2. Check whether the Windows user specified in step 8. can access to optional folders in NAS.

  3. Change store locations of files to network path by using PACS Manager.
    At this time, you need to be already logged in Windows OS as the user that executes PACS Manager.

  4. If you changed Data Path or Backup Path to network path in step 17., import DICOM files and check it can be stored properly.
    If you changed Log Path to network path in step 17., please perform any operation and check that the log file can be created properly.

TIP

If you do not have DICOM files, you can download sample DICOM files from following URL.
https://sonicdicom.com/downloads/ (opens new window)

Reference Link

# If you are using Microsoft SQL Server

If you have upgraded Microsoft SQL Server Compact to Microsoft SQL Server for SonicDICOM PACS database, you need to set up additionally.

  1. Start up Microsoft SQL Server Management Studio.
  2. Click "Connect".

  1. Open the left pane Security > Logins.

  1. If there is not the Windows user specified in step 8. in this list, add with the following process.
    If there is, right-click the user, and click "Properties", and then continue with step 26..

  1. Open the left pane "Security" and right-click "Logins".
  2. Click "New Login...".

  1. Click "Search...".

  1. Enter the name of Windows user.
  2. Click "Check Names".
  3. Click "OK".

  1. Click "Server Roles" on the left pane.
  2. Check "sysadmin".

  1. Select "User Mapping" on the left pane.
  2. If "dicom" is in the database, check "db_owner".
    If "dicom" does not exist, you do not need do anything.

  1. Click "OK".