OS 1: Windows 11 → Works correctly
OS 2: Windows 7 → Association aborted
Modality: (agfa)
I implemented a DICOM Print SCP using the fo-dicom Print SCP sample code from the repository.
The implementation handles:
BasicFilmSession
BasicFilmBox
BasicGrayscaleImageBox
BasicColorImageBox
When I build and run this application on Windows 11, everything works correctly:
Modality connects successfully
Images are received
Print session works as expected.
When I build the same code for Windows 7 and run it:
Modality starts association
Negotiation begins
Then the modality aborts the session
The log shows:
DUL service-user abortAfter that the association closes.
Expected BehaviorThe Print SCP should behave the same on Windows 7 as on Windows 11.
Actual BehaviorAssociation is aborted by the modality when running on Windows 7.
QuestionIs there any known compatibility issue with Windows 7 for Print SCP in fo-dicom?
Could this be related to:
TLS / networking differences
Presentation context negotiation
Transfer syntax support
Any suggestions on what I should check in the association negotiation would be very helpful.