Question Yann Simons · Feb 26, 2022 %JSON.Adaptor thow an error with XData with JSON content Hi Community, for our forms validation we use XData to describe fields on server side. These XData are in JSON like this XData FormValidator [ MimeType = application/json ] { { "username": { "required": true }, "email": { "datatype": "email" } } } When I try to use %JSON.Adaptor in same classes, IRIS throw an error at compile time #JSON #InterSystems IRIS 0 8 0 307
Question Yann Simons · Jul 2, 2020 File size on disk bigger than expected with file stream Hello, we use a NAS to archive stream from database to files. If we look at the file size on disk, it is bigger than expected. For example : File size is 127K ls -alh | grep write-chupmb-pdf 127K 2020-07-02 10:43 write-chupmb-pdf Size on disk is 192K du -sh * | grep write-chupmb-pdf 192K write-chupmb-pdf Or expected size is 128K (with 4K blocs) #Caché 0 3 0 465