OrthancPostgreSQL-2.0-Index.dll
OrthancPostgreSQL-2.0-Storage.dll
Do I put them in:
C:\Orthanc
or
C:\Program Files (x86)\Orthanc\Orthanc Server 1.1.0
This is my config:
// List of paths to the custom Lua scripts that are to be loaded
// into this instance of Orthanc
"LuaScripts" : [
],
"PostgreSQL" : {
"EnableIndex" : true,
"EnableStorage" : true,
"Host" : "localhost",
"Port" : 5432,
"Database" : "postgres",
"Username" : "postgres",
"Password" : "*****"
},
// List of paths to the plugins that are to be loaded into this
// instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
// "./PluginTest.dll" for Windows). These paths can refer to
// folders, in which case they will be scanned non-recursively to
// find shared libraries.
"Plugins" : [
"c:\orthanc\OrthancPostgreSQL-2.0-Index.dll",
"c:\orthanc\OrthancPostgreSQL-2.0-Storage.dll"
],
This is my error from the log:
W1115 18:52:50.790535 main.cpp:1222] Orthanc version: 1.1.0
W1115 18:52:50.790535 OrthancInitialization.cpp:135] Reading the configuration from: "Configuration.json"
E1115 18:52:50.790535 OrthancInitialization.cpp:148] The configuration file does not follow the JSON syntax: "Configuration.json"
E1115 18:52:50.790535 main.cpp:1247] Uncaught exception, stopping now: [Cannot parse a JSON document] (code 28)
W1115 18:52:50.837335 main.cpp:1280] Orthanc has stopped
Thanks for your help
"Plugins" : [
"c:\orthanc\OrthancPostgreSQL-2.0-Index.dll",
"c:\orthanc\OrthancPostgreSQL-2.0-Storage.dll"
],This is my error from the log:
W1115 18:52:50.790535 main.cpp:1222] Orthanc version: 1.1.0W1115 18:52:50.790535 OrthancInitialization.cpp:135] Reading the configuration from: "Configuration.json"
E1115 18:52:50.790535 OrthancInitialization.cpp:148] The configuration file does not follow the JSON syntax: "Configuration.json"
F:/Orthanc/Orthanc Server 1.2.0/// List of paths to the custom Lua scripts that are to be loaded
// into this instance of Orthanc
"LuaScripts" : [
],
"PostgreSQL" : {
"EnableIndex" : true,
"EnableStorage" : true,
"Host" : "localhost",
"Port" : 5432,
"Database" : "postgres",
"Username" : "postgres",
"Password" : "456945"
},
// List of paths to the plugins that are to be loaded into this
// instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
// "./PluginTest.dll" for Windows). These paths can refer to
// folders, in which case they will be scanned non-recursively to
// find shared libraries.
"Plugins" : [
"F:/Orthanc/Orthanc Server 1.2.0/OrthancDicomWeb-0.3.dll",
"F:/Orthanc/Orthanc Server 1.2.0/OrthancWebViewer-2.2.dll",
"F:/Orthanc/Orthanc Server 1.2.0/OrthancPostgreSQL-2.0-Index.dll",
"F:/Orthanc/Orthanc Server 1.2.0/OrthancPostgreSQL-2.0-Storage.dll"
],