I had had Pacsone Server 3.1.8 working fine until yesterday.
As we need the autoscan function I tried to update to Pascone 4.1.4.
a) Made a full backup of the OS
b) I installed the Updates from Suse which also gave me a new Kernel-Version (if this is importend)
b) Tried to upgrade as described in Docu
The Pacsone server started but did not work very stable.
So a tried to get back to my 3.1.8 which (because of the backups) should not be a problem.
a) stop the server
b) stop mysql
c) restore the mysql files
d) restore the app directory
e) start the old pacsone
That all worked, but if I now trie to send images I get:
Tue May 8 10:44:28 2007 INFO - Server Process [8276] Initialized as AE Title: [XXXXX]
Tue May 8 10:44:28 2007 INFO - Server Socket: 4 created successfully
Tue May 8 10:44:28 2007 INFO - Socket: 4 bind to Port: XXXXX
Tue May 8 10:44:28 2007 INFO - Worker Thread: 1084935088 running
Tue May 8 10:44:28 2007 INFO - Worker Thread: 1087036336 running
Tue May 8 10:44:33 2007 DEBUG - Running SQL Query: SELECT title FROM applentity WHERE worklistScp != 0;
Tue May 8 10:45:08 2007 DEBUG - EPOLL: Polling 1 descriptors...
Tue May 8 10:45:08 2007 INFO - Session: <1> started from SCU: XX.XX.XX.XXX
Tue May 8 10:45:08 2007 INFO - <1> Receiving A-ASSOCIATE-RQ PDU
Tue May 8 10:45:08 2007 DEBUG - Session: <1> starting READ for 32768 bytes
Tue May 8 10:45:08 2007 DEBUG - Session: <1> I/O completed with 74 bytes
Tue May 8 10:45:08 2007 DEBUG - Session: <1> starting READ for 146 bytes
Tue May 8 10:45:08 2007 DEBUG - EPOLL: Polling 1 descriptors...
Tue May 8 10:45:08 2007 DEBUG - Session: <1> I/O completed with 25 bytes
Tue May 8 10:45:08 2007 DEBUG - Session: <1> starting READ for 121 bytes
Tue May 8 10:45:08 2007 DEBUG - EPOLL: Polling 1 descriptors...
Tue May 8 10:45:08 2007 DEBUG - Session: <1> I/O completed with 121 bytes
Tue May 8 10:45:08 2007 DEBUG - Received Present Context ID: 1
Tue May 8 10:45:08 2007 DEBUG - Received Abstract Syntax: 1.2.840.10008.5.1.4.1.2.2.1
Tue May 8 10:45:08 2007 DEBUG - Received Transfer Syntax: 1.2.840.10008.1.2
Tue May 8 10:45:08 2007 DEBUG - Received Transfer Syntax:
Tue May 8 10:45:08 2007 DEBUG - Received Max Pdu Length: 16384
Tue May 8 10:45:08 2007 DEBUG - Running SQL Query: SELECT * FROM applentity WHERE title='XXXX';
Tue May 8 10:45:08 2007 INFO - 1 record found in [applentity] table
Tue May 8 10:45:08 2007 DEBUG - EPOLL: Polling 1 descriptors...
Tue May 8 10:45:08 2007 ERROR - Invalid license information or license has expired
Why it that ???
Invalid license information or license has expired
You need to run the following query from a MySQL shell, after logging into the PacsOne Server database:
After that, the license errors will disappear. This is necessary because the license file has been modified since it was last created (restored from backup).
Code: Select all
mysql>update patient set lastaccess=NOW();