Search found 235 matches

by joben
Fri Jul 12, 2024 2:56 pm
Forum: Problem reports
Topic: Too many versions
Replies: 8
Views: 1517

Re: Too many versions

Glad you managed to solve it!
by joben
Thu Jul 11, 2024 1:58 pm
Forum: Problem reports
Topic: Too many versions
Replies: 8
Views: 1517

Re: Too many versions

Hey Colin Hard to tell what happened when you tried creating a new version and it failed, so always make sure you have a good backup routine that works in case something unexpected happens. But normally however, what I write below should be perfectly safe to do: OK so I thought - just delete one, bu...
by joben
Fri May 31, 2024 8:35 am
Forum: General discussion and questions about Aware IM
Topic: How to PICK from Custom Query?
Replies: 7
Views: 11953

Re: How to PICK from Custom Query?

Some years have passed. Just wondering if this is still the situation that you can't pick items from a custom query? EDIT: Didn't get it to work with the mobile custom query either. I ended up using the query standard grid, then created a calculated column with line breaks (<br>) so I can both have ...
by joben
Mon May 13, 2024 6:56 am
Forum: Tips and Tricks
Topic: Windows 10/11 built-in screen recorder
Replies: 1
Views: 2995

Windows 10/11 built-in screen recorder

A great way to demonstrate a bug or a problem is to record a video of it. If you are a Windows user, you can click Win+G to open the "Game bar". There you will find the built-in Screen recorder. screenrecord.png The video compression is good, but you will save even more space if you put the video in...
by joben
Tue May 07, 2024 6:35 am
Forum: Problem reports
Topic: (solved) Grouping doesn't work anymore when grouping attribute is undefined
Replies: 1
Views: 2492

Re: (solved) Grouping doesn't work anymore when grouping attribute is undefined

This was fixed in V9 Build 3257 and I can confirm that it works now.
by joben
Fri Apr 26, 2024 8:17 am
Forum: Problem reports
Topic: (solved) Grouping doesn't work anymore when grouping attribute is undefined
Replies: 1
Views: 2492

(solved) Grouping doesn't work anymore when grouping attribute is undefined

Version 9.0 build 3254 A video and BSV is to be found here: https://sprend.com/download?C=27c4ad4a3aef4b1989e79c5a20b9359c Steps to reproduce: 1. Click the INIT/RESET button. This creates one "garage" object called North . Three "car" objects that are related to this garage. Three "type" objects tha...
by joben
Thu Apr 25, 2024 8:13 pm
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 2273

Re: Moving app to other server, avoid very sticky browser cache

I’m not sure I understand the issue fully, but would using a reverse proxy not fix this? As all traffic would go to acme.example.org and the reverse proxy would direct them to the correct private server. I am unfamiliar with using reverse proxies, but this might actually be a good idea to avoid the...
by joben
Thu Apr 25, 2024 11:41 am
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 2273

Re: Moving app to other server, avoid very sticky browser cache

Thanks for the advice hpl123. I am quite confident that the issue is within the browsers own cache. I usually clear the DNS cache at the DNS servers after making a change similar to this scenario. Besides, the TTL is set to a very low value to begin with. It takes a few minutes or hours for every de...
by joben
Thu Apr 25, 2024 7:24 am
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 2273

Moving app to other server, avoid very sticky browser cache

Scenario: App "Acme" exists on ServerA and is to be moved to ServerB. The URL for Acme is https://acme.example.org Tons of users go to this URL. The Acme app along with its database is successfully imported to ServerB, and ServerA has had its host header for Acme in server.xml deactivated so that th...
by joben
Mon Apr 22, 2024 9:55 am
Forum: General discussion and questions about Aware IM
Topic: Migrate from 8.5 to 9.0 build 3254
Replies: 3
Views: 1223

Re: Migrate from 8.5 to 9.0 build 3254

I've never used TYPE() myself and don't know why you get a different result in the latest build.

Is there a reason why you use TYPE() in this scenario rather than looking at the attribute LoggedInSystemUser.AccessLevel?
by joben
Thu Apr 11, 2024 8:26 am
Forum: Tips and Tricks
Topic: Kendo icons that can be used in AwareIM
Replies: 1
Views: 2479

Kendo icons that can be used in AwareIM

I just noticed that when you configure the input control (like a search field), you get a few options of the icon class that you can pick from. The default is "k-i-search" which renders the icon of a magnifying glass. I always thought this was Fontawesome, but it is not. Turns out Kendo has its own ...
by joben
Wed Apr 10, 2024 12:05 pm
Forum: General discussion and questions about Aware IM
Topic: Applying AwareIM UPDATES
Replies: 3
Views: 1349

Re: Applying AwareIM UPDATES

You can find some inspiration here. You should write your own guide to simplify your upgrading process. 0. Download the new version (and license key if needed) of AwareIM. 1. Make a complete backup of your virtual machine. 2. Stop the AwareIM and Tomcat service in Windows 3. Copy your Custom folder,...
by joben
Thu Apr 04, 2024 7:12 am
Forum: General discussion and questions about Aware IM
Topic: REST service and passing Passwords
Replies: 3
Views: 1336

Re: REST service and passing Passwords

Just to add some clarifications about passwords. They are stored hashed in the database. This is not the same as encrypted since it is impossible to decrypt these values. Authentication works by entering a password, letting the Aware IM hashing algorithm convert this into a hash, then compare it aga...
by joben
Tue Mar 26, 2024 7:16 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* PKIX path building failed.
Replies: 7
Views: 2992

Re: *SOLVED* PKIX path building failed.

Glad to hear!

I suggest opening a new thread regarding the API question so that others can find it easier.