— End of inner exception stack trace —
2009-12-03 00:13:27,359 [Pool:15] ERROR - Exception thrown
System.Exception: The file cannot be inserted into the Data Store (.\dicom_interim\jbg05osg.wld.dcm). The file has been moved to C:\ClearCanvas\workstation\badfiles\jv5hj0xd.awz ---> ClearCanvas.Dicom.DicomDataException: Invalid Study Instance UID: Invalid DICOM UID format: 1.3.12.2.1107.5.8.2..200912223559125.9072
at ClearCanvas.Dicom.Validation.DicomValidator.ValidateStudyInstanceUID(String uid)
at ClearCanvas.Dicom.DataStore.Data— End of inner exception stack trace —
2009-12-03 00:13:27,359 [Pool:15] ERROR - Exception thrown
System.Exception: The file cannot be inserted into the Data Store (.\dicom_interim\jbg05osg.wld.dcm). The file has been moved to C:\ClearCanvas\workstation\badfiles\jv5hj0xd.awz ---> ClearCanvas.Dicom.DicomDataException: Invalid Study Instance UID: Invalid DICOM UID format: 1.3.12.2.1107.5.8.2..200912223559125.9072
at ClearCanvas.Dicom.Validation.DicomValidator.ValidateStudyInstanceUID(String uid)
at ClearCanvas.Dicom.DataStore.DataAccessLayer.DicomPersistentStoreValidator.Validate(DicomFile dicomFile)
at ClearCanvas.ImageViewer.Shreds.LocalDataStore.LocalDataStoreService.DicomFileImporter.ParseFile(ImportJobInformation jobInformation)
— End of inner exception stack trace —
Looks like the image that caused this has an invalid sop instance uid. Notice the consecutive periods: 1.3.12.2.1107.5.8.2..200912223559125.9072
Probably would be best to clean up string and convert .. to .
I have seen this a few times