Search found 2593 matches

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: 6335

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: 6335

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: 6335

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: 86

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: 147

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: 147

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: 93

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: 148

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: 145

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: 145

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: 57

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
by hpl123
Sat Mar 30, 2024 3:03 am
Forum: General discussion and questions about Aware IM
Topic: Date control on form pop up?
Replies: 0
Views: 73

Date control on form pop up?

Hi all, I have a date attribute/control on a mobile form and to open the date select popup, the user has to press the tiny little calendar icon to the far right in the date attribute and it is very small and difficult to press on a mobile and it would be a lot better if it popped up when pressing an...
by hpl123
Fri Mar 29, 2024 7:03 pm
Forum: Tips and Tricks
Topic: Horizontal (form) slider 100% width
Replies: 0
Views: 80

Horizontal (form) slider 100% width

Hi all,
Here is how to set the slider on forms to take up 100% width:

Code: Select all

.k-slider-horizontal
        {
width: 100%;
        }
        
by hpl123
Wed Mar 27, 2024 10:04 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 635

Re: HTML in a PDF Report

ok, thx that worked - forgot about that problems now: 1) sucks that you have to use inline 'styles' - tried class and it doesn't pick it up. 2) cant get the text tight... here is the html in a browser Screenshot 2024-03-26 at 11.54.38 PM.png and shown in chrome explorer Screenshot 2024-03-26 at 11....