Try using quotes around the parameter.
Marcel
Try using quotes around the parameter.
Marcel
By the way,
The error is it tries to send to .../newweb/undefined. It is the cgi-interface you are using by the way, not php.
Can you try the php interface also? on new servers http://xxx/app/newweb
Marcel
Is there an error message?
look in your browser console
Marcel
You would have to script this e.g.
ImportConverter0 = if Association.CallingAE ~= 'AE_ALLOWED' then reject() end
Marcel
Hi,
is the image actually there?
does the login you use for the service have access?
Marcel
Please read the manual, look for exportconverter.
Marcel
Hi,
One idea:
1) Make a new server
2) Make a new database
3) Install (or copy) conquest excutables
3a) Connect the server to the database
4) Point MAGDEVICES in the new server to windows shares on the old server
5) Add an extra MAGDEVICE for new images, using script to set is as preferred (e.g. ImportConverter0 = storage MAG10)
6) Transfer all database information - hopefully if that can be done during downtime, i.e. once, just before offlining the old server
(transferring the database is much faster than a full regen)
Now the new server can go online and the old one offline.
This whole process can be dry run without any danger, as long as you do not write stuff through the new server than ends up on the old server
Then - with the new server online - slowly migrate the data one MAGdevice at a time, using robocopy.
It is a leap of faith to use the latest conquest, you can also copy your old setup if you feel more safe
Marcel
Hi,
The external data can easy be coupled to a new conquest install, just use all defaults. Once installed edit MAGDevice0 in the new install and point it to the external data. Then regenerate the database. Once it is done you can use the internal webserver to view it all.
Marcel
It is part of the conquest download. See above
Hi,
there is an extensive manual.
Marcel
Logging is set in conquest.service, which I assume you use.
Were it will appear depends on your Linux flavour, you will have to google it.
Marcel
Hi,
you need to change the login for the conquest service to allow you access to your server. You do this from the control panel.
Marcel
Hi,
thanks for looking at this, I have done little work with Ladle on Linux. I will add you reports to the buglist, and fix them asap.
Marcel
What file?
Marcel
Hi,
conquest scripts can call external programs e.g. with the system call. I would try curl.
Marcel
Hi,
i think some system (or maybe a virus) tries to connect to conquest with non-dicom communication, and that crashes it. I have seen the same issue at my University. Can you leave it on highest debug log over the weekend when you do not expect activity?
Marcel
Hi,
It is the space you would like to have left in MB.
Marcel
Yes I think
ImportConverter1 = system filesorter.exe %VPatientID %VPatientName
Marcel
E.g.
importconverter0 = lua:if Association.ConnectedIP=='xx.xx.xx.xx' then script('reject') end
importconverter0 = lua:if Association.ConnectedIP=='xx.xx.xx.xx' and Association.Calling=='AEOFSYSTEM' then script('reject') end
I just heard that ConnectedIP is not always reliable though, but should be reasonable
Marcel
Hi,
MSSQL requires uses an ODBC connection. As long as that works and standard SQL is supported, I see no reason why they would not work. I have not tried them though.
Marcel