I have a simple 3 line process which calls a query then sends a document for print to the selected list.
when I run Aware as a program, the process resolves to a list in about 7 seconds. However when I install aware/jboss/tomcat as services, the list fails to resolve (left it about 2 minutes.
This is causing me serious grief because I cannot log off remote desktop and instead have to disconnect, thus leaving a session open , reducing the ability of other users of the server to log in
The process is as follows:
PICK ONE OR MORE FROM Member_REnewal_List1
DISPLAY DOCUMENT RenewalLetter MERGE INTO ONE
DISPLAY MESSAGE 'snipped for brevity'
The Query Renewal_List1 is:
FIND Members WHERE (((Members.Class='Associate' AND Members.Category='Annual' AND NOT(Members.CurrentStatus='Resigned' OR Members.CurrentStatus='Lapsed' OR Members.CurrentStatus='Deceased')) OR (Members.Class='Flying' AND Members.Category='Annual' AND NOT(Members.CurrentStatus='Resigned' OR Members.CurrentStatus='Lapsed' OR Members.CurrentStatus='Deceased'))) OR (Members.Class='Flying' AND Members.Category='Life' AND Members.ActiveMkr='Yes' AND NOT(Members.CurrentStatus='Resigned' OR Members.CurrentStatus='Lapsed' OR Members.CurrentStatus='Deceased'))) OR (Members.Class='Flying' AND Members.Category='Life' AND Sites IN Members.Sites_Owned) ORDER BY Members.Surname
Fairly complex I know - but it produces the correct results when running as a program.
To be fair I've hit this problem before which I mentioned in an earlier post which I thought might be me - but now I'm coming down in favour of a bug in the AwareIm Services module. (I'll try to find my earlier post and add it later