Recent Activities
MarketingAdmin added the version 001R 2026 of the file IMAGE Product Catalog (English).
Product Catalog 2026 150dpi PUB INT EN 001R.pdf
marcelvanherk replied to the thread Error on Data save and Image Retreving.
You will need to share some broken images with me. I can't PM you though. What version are you running?
DrSteve posted the thread Error on Data save and Image Retreving.
HI
When i try to save data from an other PACS using import function, I am getting following errors.
IMages on Disk are stored option selected is Lsssy JPEG [PACS] Warn[CompressJPEGImage]: JPEG changed to lossless (J1) for 16 bits data
and also this one error when IMages on Disk are stored option uncompressed
[PACS] ***Item Length exceeds remainder file size: 00003832
[PACS] ***[AddImageFile] D:\DICOM_DATA\incoming\003a7189-d873-4675-8673-d38fc26a0c1a -FAILED: Error on Load
[PACS] ***Item…
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Thanks. let me give it a try
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Try VC2015 from here:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-vc-140-no-longer-supported
And if you run 'depends' minimise all panes so that you can see all first level dependencies.
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Previously I had both versions. I uninstalled and check with both one by ne but no success
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
No there is not. I see that in my 'depends' display vcruntime140 is loaded and in yours it is not. And that is part of the Microsoft Visual C++ 2015 - 2022 Redistributable. I expect this is the only error. Did you maybe install the 32 bits version?
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Yes its installed...
Is there any way by clicking all required dependencies can be installed???
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Did you install the Microsoft Visual C++ 2015 - 2022 Redistributable?
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Can you guide how to fix them
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
That is Microsoft Visual C++ 2015 - 2022 Redistributable
Marcel
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Ok,
then you may need some DLL dependencies that I may already have installed on my PC. I just downloaded dependency walker. This is what it shows for my libmysql.dll.
It seems to depend only vcruntime140. Try to install that.
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Hi Marcel
I downgraded to lower version that is 8.0. BUt the error is same. Even using your shared dll.
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Hi,
You are doing all correct. Except that I am using a different version of the DLL from mysql8.0. Your mysql 9.5 version may depend on other DLLs or may be incompatible. Open a command prompt and type c:\pacs9.5 and type:
dgate64 -v
This may show some more information. Or try my libmysql.lib (attached).
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
[…]
Hi Marcel
I followed the above mentioned steps and got the following error
Can you guide where i am wrong
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Let me test and update you
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Hi,
I used exactly these commands to delete the old driver and copy the new - and then configure conquest:
del c:\dicomserver\libmysql64.dll
copy "C:\Program Files\MySQL\MySQL Server 8.0\lib\libmysql.dll" c:\dicomserver
del c:\dicomserver\dicom.ini
conquestdicomserver.exe
Then select native mysql driver, save settings, make mysql database, 'conquest', root password.
Then the database can be regenerated.
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Marcel do I need to rename the file also???
As I had shared my testing results with you. Can you guide me
marcelvanherk replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
What is in rhe install64 folder is irrelevant.
This file is also fine: C:\Program Files\MySQL\MySQL Server 8.0\lib\libmysql.dll
Marcel
DrSteve replied to the thread Conquest with MySQL Server 8.4 - Authentication Protocol.
Thanks. I will test and update you.
I need to delete the dll files from co quest root folder as well as from install64 folder and copy the dll files from mysql router lib folder.
As I only install the database not the router.