Message18

Author admin
Recipients
Date 2015-10-30.06:35:11
Content
[BitBucket user: Michael Folkerts]
[BitBucket date: 2015-10-30.05:35:11]

I set up orthanc with postgresql plugins.

**What steps will reproduce the problem?**
Import DICOM and DICOM-RT data from local storage using the ‘ImportDicomFiles.py’ script provided in this repository.

**What is the expected output? What do you see instead?**
I'd expect that the DICOM RT files would upload with "success" (as the DICOM Image files do) through the REST API.
Instead, I see messages like this for all DICOM RT Plan, Dose, and Structure files:
```

Importing ../OrthancBuild/OrthancStorage/fa/53/fa535c9a-cf5e-4cb6-889c-90e7b2087d44 => failure (Is it a DICOM file?)

```

The server is throwing an error 400, and the Orthanc.log says:

```

E1029 23:48:57.931741 HttpOutput.cpp:71] This HTTP answer has not sent the proper number of bytes in its body

```

**What version of the product are you using? On what operating system?**
The compiled default branch from this repository at the time of this post. Ubuntu 14.04 Server.
History
Date User Action Args
2026-07-29 15:51:18adminlinkissue6 messages
2026-07-29 15:51:18admincreate