Search found 173 matches

by chris29
Mon Nov 26, 2012 3:05 am
Forum: Problem reports
Topic: Google Maps - Edit Bus Object returns wrong instance
Replies: 6
Views: 7647

certainly is...

Ok I will send one.
by chris29
Mon Nov 26, 2012 3:01 am
Forum: Problem reports
Topic: Google Maps - Edit Bus Object returns wrong instance
Replies: 6
Views: 7647

I have just reproduced this as well.

Have you sent a sample bsv to support?
by chris29
Thu Oct 04, 2012 10:47 pm
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 13165

I'd try FIND StaffAvailability WHERE (StaffAvailability.StartTime<=?'End Time' AND StaffAvailability.EndTime>=?'End Time') OR (StaffAvailability.StartTime<=?'Start Time' AND StaffAvailability.EndTime>=?'Start Time') OR (StaffAvailability.StartTime>=?'Start Time' AND StaffAvailability.EndTime<=?'End ...
by chris29
Tue Sep 18, 2012 12:28 am
Forum: General discussion and questions about Aware IM
Topic: Loss of icons after upgrading to 5.5
Replies: 9
Views: 12976

If you hold the shift key and click refresh they generally come back ok.
by chris29
Sat Aug 04, 2012 10:26 am
Forum: General discussion and questions about Aware IM
Topic: Testing Mode
Replies: 2
Views: 3676

Have a look in the help and search for 'login baseurl', there are a number of options

eg:

http://localhost:8080/AwareIM/logonOp.a ... Mode=false
by chris29
Wed Apr 11, 2012 8:59 am
Forum: General discussion and questions about Aware IM
Topic: Increasing Memory slowed performance
Replies: 8
Views: 5369

We are using MySQL 64bit 5.5.18

I will give that a go.
by chris29
Wed Apr 11, 2012 4:45 am
Forum: General discussion and questions about Aware IM
Topic: Increasing Memory slowed performance
Replies: 8
Views: 5369

Its a Dual Intel Xeon 3Ghz 8gig running Windows 2008 R2 I have been running a few tests after reverting back to 32bit java and noticed that the nightly process runs faster 42min using the control panel than is does when running it as a service which takes over 2 hrs. The memory allocation is the sam...
by chris29
Thu Apr 05, 2012 9:43 am
Forum: General discussion and questions about Aware IM
Topic: Increasing Memory slowed performance
Replies: 8
Views: 5369

Thanks Rod

Moving back to 32bit.
by chris29
Wed Apr 04, 2012 3:05 am
Forum: General discussion and questions about Aware IM
Topic: Increasing Memory slowed performance
Replies: 8
Views: 5369

Increasing Memory slowed performance

We recently updated Java to 64 bit to allow us to allocate more memory to the AwareIM server. We use Windows 2008 with MySQL. After doing this we noticed that an import process that took 36 to 42 minutes to run slowed down to 7 hours. Prior to the memory change we had the following settings: AwareIM...
by chris29
Wed Mar 14, 2012 3:23 am
Forum: Problem reports
Topic: User Defined query niggles
Replies: 3
Views: 4265

With the additional Edit forms. You can add a many forms as you like to an object. On form operations you can Specify which for to use for the Operation Type 'Edit Object. In Processes just use the USING to indicate the form you want to use. I currently have an object that has 12 different forms (Us...
by chris29
Thu Mar 08, 2012 11:46 pm
Forum: Tips and Tricks
Topic: Java
Replies: 23
Views: 54356

For anyone running AwareIM as a windows service with Java 64bit you may receive the following error in the Tomcat log: STATUS | wrapper | 2012/03/08 16:44:44 | --> Wrapper Started as Service STATUS | wrapper | 2012/03/08 16:44:44 | Launching a JVM... INFO | jvm 1 | 2012/03/08 16:44:44 | Wrapper (Ver...
by chris29
Tue Mar 06, 2012 10:35 am
Forum: General discussion and questions about Aware IM
Topic: Merge ShortCut
Replies: 1
Views: 1861

On the First BO create calculated attribute called say 'FormattedName' and a rule to concatenate the attributes like FirstName+' '+LastName

Then on the second BO create a shortcut to FormattedName
by chris29
Fri Dec 09, 2011 6:44 am
Forum: General discussion and questions about Aware IM
Topic: Trim Extra Space
Replies: 3
Views: 2611

use:

REPLACE_PATTERN(BO.Att, '\s+$', '')
by chris29
Wed Nov 09, 2011 2:10 am
Forum: General discussion and questions about Aware IM
Topic: DISPLAY DOCUMENT action then IMPORT DOCUMENT into Database
Replies: 2
Views: 2356

Thanks Tom

I though I had seen something a couple of years ago on it but search the forum and couldn't find it.

I will give this a go.
by chris29
Wed Nov 09, 2011 1:32 am
Forum: General discussion and questions about Aware IM
Topic: DISPLAY DOCUMENT action then IMPORT DOCUMENT into Database
Replies: 2
Views: 2356

DISPLAY DOCUMENT action then IMPORT DOCUMENT into Database

When using the DISPLAY DOCUMENT Aware generates the word document and saves it to the ‘..\Tomcat\webapps\AwareIM\DOCS_<SOME_NUMBER>’ and then displays it to the user. I then want to import this document back into a document Business Object. How do I find out where it was saved on the server and ther...