Search found 2596 matches

by hpl123
Thu Apr 25, 2024 8:38 am
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 4
Views: 52

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

I am no expert on this and don´t have any concrete solutions and also the tips here are possibly not even applicable in your case but thought I´d share what I would look at. I know there are different scripts or snippets of code one can use on HTML and other web pages that instruct the browser to re...
by hpl123
Thu Apr 25, 2024 6:57 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 2
Views: 78

Re: Disable Selected Records in PICK Query - SOLVED

customaware wrote: Thu Apr 25, 2024 1:27 am Wow! Chat-GPT to the rescue...

Challenge Solved!

DM me if you want to know how.
Sounds interesting, how about sharing some details here?
by hpl123
Mon Apr 15, 2024 1:31 pm
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 7659

Re: New internal error message

The fix I wrote about above may have fixed this as I haven´t experienced this issue for 4 days now. It could maybe be the case though that the process causing this problem hasn´t been executed for 4 days, only time will tell and I still struggle to understand what exactly causes this. Thanks Mark, I...
by hpl123
Sun Apr 14, 2024 11:04 am
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 7659

Re: New internal error message

Thanks Rocketman and that article had a lot of meat so will be useful if I need to troubleshoot this more. I changed the innodb_lock_wait_timeout to 120 (default is 50) as per this post: https://stackoverflow.com/questions/6000336/how-to-debug-lock-wait-timeout-exceeded-on-mysql and will see if that...
by hpl123
Fri Apr 12, 2024 9:10 pm
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 7659

Re: New internal error message

I am getting this now as well, anyone know why this occurs and what I can do about it?
https://www.awareim.com/forum/viewtopic ... 718#p59718
by hpl123
Fri Apr 12, 2024 9:00 pm
Forum: Problem reports
Topic: SystemSettings Lock wait timeout exceeded; try restarting transaction?
Replies: 1
Views: 118

SystemSettings Lock wait timeout exceeded; try restarting transaction?

The last couple of days I have started getting the following error and when I get this (daily, 2 times today already) AwareIM freeze and can´t be used or accessed (I have to restart the server and then it works for a while). Error persisting business object SystemSettings Lock wait timeout exceeded;...
by hpl123
Fri Apr 12, 2024 11:37 am
Forum: General discussion and questions about Aware IM
Topic: SOLVED: Too many emails generated when using SEARCH_COUNT
Replies: 6
Views: 195

Re: SOLVED Re: Too many emails generated when using SEARCH_COUNT

hpl123, thank you for your response, I added 'IN BATCHES OF 1' to the end of my FIND and IT WORKS! I get the correct number of emails! Cant' say that I understand it but it fixes the problem. Thank you all for your comments, been working on this for days and days! ?? Should this be reported to Vlad...
by hpl123
Thu Apr 11, 2024 11:50 pm
Forum: General discussion and questions about Aware IM
Topic: SOLVED: Too many emails generated when using SEARCH_COUNT
Replies: 6
Views: 195

Re: Too many emails generated when using SEARCH_COUNT

It is my experience that Aware sometimes executes processes 2 times even though it shouldn't and I can't see it in any logs. This could possibly be something similar i.e the process runs 2 times. Try splitting the sends up e.g do find in batches of processing instead and see if that works as it shou...
by hpl123
Thu Apr 11, 2024 10:47 am
Forum: Tips and Tricks
Topic: Kendo icons that can be used in AwareIM
Replies: 1
Views: 126

Re: Kendo icons that can be used in AwareIM

Very nice indeed :). I bet we can also add our own HTML snippets using these icons all over Aware applications as the CSS would be loaded "globally" I assume.
by hpl123
Wed Apr 10, 2024 11:32 am
Forum: General discussion and questions about Aware IM
Topic: Applying AwareIM UPDATES
Replies: 3
Views: 178

Re: Applying AwareIM UPDATES

I think most of us have our own list of what to do at this point and several of the ones you find in the forums are outdated. I do my updates more or less "unconsciously" now and is also very much specific for my infrastructure so I won´t share my specific steps. Writing up something like this "offi...
by hpl123
Sun Apr 07, 2024 12:42 am
Forum: General discussion and questions about Aware IM
Topic: Cannot color Yes/No Button Group like I want
Replies: 3
Views: 162

Re: Cannot color Yes/No Button Group like I want

I am fairly sure this is possible using only CSS but it will not be an easy or clean fix. The thing is, you have to find a way to uniquely select each button or groups of buttons and I would recommend you dig into the CSS documentation on selectors. Your best bet is using the label i.e use the uniq...
by hpl123
Sat Apr 06, 2024 8:35 pm
Forum: General discussion and questions about Aware IM
Topic: Cannot color Yes/No Button Group like I want
Replies: 3
Views: 162

Re: Cannot color Yes/No Button Group like I want

I am fairly sure this is possible using only CSS but it will not be an easy or clean fix. The thing is, you have to find a way to uniquely select each button or groups of buttons and I would recommend you dig into the CSS documentation on selectors. Your best bet is using the label i.e use the uniqu...
by hpl123
Wed Apr 03, 2024 7:40 am
Forum: General discussion and questions about Aware IM
Topic: HIPAA?
Replies: 0
Views: 62

HIPAA?

Hi all,
I am looking into a project where I need the solution to be HIPAA compliant, has anyone done this with an Aware app and infrastructure?

Thanks