As per your guidance dcm4chee migration success on Linux machine but when i use same command on windows machine it has been given below error.
Please help how to migrate dcm4chee on windows machine.
D:\dicom2-data>findstr aes 2019 | curl -v -H "Content-Type: text/plain" --data-binary @- "
http://192.168.1.190:8080/dcm4chee-arc/aets/HOPS/rs/instances/storage/fs3"
* Trying 192.168.1.190...
* TCP_NODELAY set
* Connected to 192.168.1.190 (192.168.1.190) port 8080 (#0)
> POST /dcm4chee-arc/aets/HOPS/rs/instances/storage/fs3 HTTP/1.1
> Host:
192.168.1.190:8080> User-Agent: curl/7.55.1
> Accept: */*
> Content-Type: text/plain
> Content-Length: 0
>
< HTTP/1.1 409 Conflict
< Connection: keep-alive
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Headers: origin, content-type, accept, authorization
< Access-Control-Allow-Credentials: true
< Transfer-Encoding: chunked
< Content-Type: application/dicom+xml
< Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS, HEAD
< Date: Tue, 28 Dec 2021 10:54:11 GMT
* HTTP error before end of send, stop sending
<
<?xml version="1.0" encoding="UTF-8"?><NativeDicomModel xml:space="preserve"><DicomAttribute keyword="RetrieveURL" tag="00081190" vr="UR"/></NativeDicomModel>* Closing connection 0