Search found 18 matches
- Tue Mar 28, 2023 3:08 am
- Forum: General discussion and questions about Aware IM
- Topic: Anyone have issues uploading large images?
- Replies: 12
- Views: 98
Re: Anyone have issues uploading large images?
Question: Where is JMS_BROKER_MEMORY using its memory from, is it sharing memory allocated for the server? EG Server set to 32gig Tomcat set to 8gig JMS_BROKER_MEMORY set to 2gig Does that mean the server would shared 2 gig of the allocated 32gig or is is sharing memory allocation with Tomcat Or is ...
- Fri Feb 03, 2023 5:44 am
- Forum: General discussion and questions about Aware IM
- Topic: Version 9 Wish List
- Replies: 26
- Views: 845
Re: Version 9 - Web Components ???
Similar components in JQuery jQuery Map https://www.telerik.com/kendo-jquery-ui/map jQuery QRCode [url]jhttps://www.telerik.com/kendo-jquery-ui/qrcode[/url] Ability to add more advanced filtering to Queries ie more than just 2 filters https://www.telerik.com/kendo-jquery-ui/filter jQuery Captcha - G...
- Thu Feb 02, 2023 9:19 pm
- Forum: General discussion and questions about Aware IM
- Topic: Version 9 Wish List
- Replies: 26
- Views: 845
Re: Version 9 - Web Components ???
We don't have such a list yet. Is there anything specific you want to include? JSP Map, Better Mapping integration other than google Maps which is now a subscription eg OpenStreetMap.com https://www.telerik.com/jsp-ui/map JSP Signature https://www.telerik.com/jsp-ui/signature Arm version of the Ser...
- Sat Jan 14, 2023 7:39 am
- Forum: Problem reports
- Topic: AWARE IOS Cannot upload file
- Replies: 5
- Views: 363
Re: AWARE IOS Cannot upload file
We had this exact same issue, it went away after upgrading the IOS app to Cordova v11 on monaca.
- Tue Oct 04, 2022 7:46 am
- Forum: General discussion and questions about Aware IM
- Topic: is it a problem with lots of records in EXECUTION_CONTEXT
- Replies: 3
- Views: 520
Re: is it a problem with lots of records in EXECUTION_CONTEXT
You will always end up with waiting processes in EXECUTION_CONTEXTS it should only be an issue if they say Running. However not clearing this out regularly will slow down the access to the the table as it grows and ends up fragmented. We use a nightly process that runs at 3am which truncates the tab...
- Fri Sep 16, 2022 11:03 pm
- Forum: Problem reports
- Topic: Handling small decimal numbers
- Replies: 6
- Views: 770
Re: Handling small decimal numbers
try
#0.000000
#0.000000
- Fri Sep 16, 2022 10:14 am
- Forum: General discussion and questions about Aware IM
- Topic: New Online Documentation
- Replies: 10
- Views: 1072
Re: New Online Documentation
Great work!!
much better than using the pdf documents.
much better than using the pdf documents.
- Wed Sep 14, 2022 9:11 am
- Forum: General discussion and questions about Aware IM
- Topic: Is it time for an AwareIM Conference yet?
- Replies: 22
- Views: 2383
Re: Is it time for an AwareIM Conference yet?
Half way is Taioha'e, Nuku Hiva, French Polynesia
So what about Hawaii
So what about Hawaii
- Thu Sep 08, 2022 11:26 am
- Forum: General discussion and questions about Aware IM
- Topic: Is it time for an AwareIM Conference yet?
- Replies: 22
- Views: 2383
- Fri Aug 12, 2022 4:34 am
- Forum: General discussion and questions about Aware IM
- Topic: Microsoft Edge
- Replies: 4
- Views: 2693
Re: Microsoft Edge
Contact Support and ask about SAML integration this is what we use and its works perfectly.
- Fri Aug 12, 2022 4:32 am
- Forum: General discussion and questions about Aware IM
- Topic: System Documentation
- Replies: 1
- Views: 349
Re: System Documentation
If you are familiar with building aware plug-ins then you can write a class to pull out details from the bsv. We currently do this for an online Data Dictionary, the data is populated into predefined objects for the BO and Attributes, its fairly detailed. Also we pull out the Services information to...
- Fri Jul 22, 2022 7:05 am
- Forum: General discussion and questions about Aware IM
- Topic: Memory Settings
- Replies: 1
- Views: 372
Re: Memory Settings
We use a minimum 4gig for a basic space, larger customers 30gig (full ERP) but it really depends on how complicated your space is. You can access this with something like VisualVM to analyse what's happening with the memory.
- Fri Jun 10, 2022 4:19 am
- Forum: General discussion and questions about Aware IM
- Topic: Aware mail setting
- Replies: 7
- Views: 1691
Re: Aware mail setting
You're not hitting this issue ? In September 2021, we announced that effective October 1, 2022, we will begin disabling Basic authentication for Outlook, EWS, RPS, POP, IMAP, and EAS protocols in Exchange Online. SMTP Auth will also be disabled if it is not being used https://techcommunity.microsoft...
- Wed Apr 20, 2022 3:10 am
- Forum: General discussion and questions about Aware IM
- Topic: New Config Tool ability needed
- Replies: 2
- Views: 1110
Re: New Config Tool ability needed
+1. This is very painful
- Wed Mar 02, 2022 8:52 am
- Forum: General discussion and questions about Aware IM
- Topic: Too many columns for table
- Replies: 5
- Views: 2803
Re: Too many columns for table
In my.ini place the following in as the last line. We had this problem some time ago.
Code: Select all
innodb_strict_mode = 0