Orthanc peers

Hello,
If I have two Orthanc peer sending images from A to B with autoroute Lua script, how can I have to be sure about the success transmission ?
Any way to monitoring the good transmission? With a large MR study a manual copy have failed, then retried with success over the internet

Max

Have you checked the “Jobs” panel in Orthanc Explorer? Starting with Orthanc 1.4.0, this gives you information about whether a job was successful.

As you are dealing with an evolved use case, make sure that you use the REST API of Orthanc when carrying out auto-routing in Lua:
http://book.orthanc-server.com/users/lua.html#important-remarks-about-auto-routing

You might want to set the “Permissive” option to “false” to stop transmission as soon as one error is encountered.

Sorry where I can find the option PERMISSIVE ?

Max

Still have error in transfer study with peer :

image.png

Sorry where I can find the option PERMISSIVE ?

Max

curl http://localhost:8042/peers/sample/store -X POST -d ‘{“Resources”:[“6eeded74-75005003-c3ae9738-d4a06a4f-6beedeb8”],“Permissive”:false}’