StudyModal value too long

  • Hi,


    I am running conquest versions 1.4.17d and 1.4.15 and I have started getting the following error when receiving images. We use postgres version 9 with Redhat 7.




    I have confirmed that the problem is with the StudyModal field and I have tried to alter the column width to accomodate, but I still get the same type of error, but with the larger field size.


    Code
    ALTER TABLE DICOMStudies ALTER COLUMN StudyModal TYPE varchar(128);



    Code
    ALTER TABLE DICOMStudies ALTER COLUMN StudyModal TYPE varchar(256);


    The only reason I can think of why there might be a problem is that we recently upgraded to Redhat 7

  • Hi,


    the issue is with DoubleBackSlashToDB. If it set, string are sent as e.g. CT\\MR, which the db should interpret as CT\MR. If not, every time a modality is added the backlashes double. Apparantly it must of OFF (0) for you. Which db and version do you use and upgrade from?


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!