Search found 2454 matches

by Jaymer
Wed Jun 20, 2018 3:44 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48246

Re: ActiveMQ Issues - Out of Memory - Server crashing

Thx for reply Vlad Not doing anything weird. Only returning 40-50 records per Query. Odd thing is, my "All" query find 186 records, but only brings 50 into the grid each page. You can next/prev pages, but every now and then it will get out of Memory. But Another menu button finds only 31 out of the ...
by Jaymer
Tue Jun 19, 2018 9:51 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48246

Re: ActiveMQ Issues - Out of Memory - Server crashing

No Joy I saw 2 parms. 1 was 20Mb, forget the other. Made both 1024Mb. Screen Shot 2018-06-19 at 5.50.21 PM.png same results: Exception thrown com.bas.connectionserver.server.BASServerException Unknown system error com.bas.connectionserver.server.BASServerException: Unknown system error at com.bas.co...
by Jaymer
Tue Jun 19, 2018 8:44 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48246

Java memory settings

bin/startAwareIM.bat start javaw -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m -Xss512k -cp %CLASSPATH% com.bas.controlcenter.ControlCenterApp bin/startupOptions.props AWAREIM_SERVER_STARTUP=java -Xmx1024m -Xms512m -classpath ../Tomcat/lib/*;../CustomJars/* com.bas.newcp.ServerStarterEC...
by Jaymer
Tue Jun 19, 2018 8:14 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48246

Re: ActiveMQ Issues - Out of Memory - Server crashing

posts online reference their activemq.ini file, where there are memory settings. i don't see this file in AIM's install. I wonder how you adjust these parms? <pendingMessageLimitStrategy> <constantPendingMessageLimitStrategy limit="1000"/> </pendingMessageLimitStrategy> System usage is: <systemUsage...
by Jaymer
Tue Jun 19, 2018 7:17 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48246

[SOLVED] ActiveMQ Issues - Out of Memory - Server crashing

Jump to the solution here: https://www.awareim.com/forum/viewtopic.php?f=1&t=10417&start=15 We're in final testing of an 8.1 application we are about to roll out. Its basically a Lead tracking system. Each lead has 7 possible ps_xxx references (owner of the lead, referrer, 2nd_owner, source, etc.) ...
by Jaymer
Mon Jun 18, 2018 2:17 am
Forum: General discussion and questions about Aware IM
Topic: Kendo grid not affiliated with Aware. Thinktank time.
Replies: 3
Views: 4911

Kendo grid not affiliated with Aware. Thinktank time.

So, check this out. http://geordieholcombe.com/x.html I made this for a group that does football camps here in the area. (my son is the only one listed with twitter & a photo). They published this page: https://bigcountypreps.com/2018-xecutives-invites/ Now the first time we saw that... what did we ...
by Jaymer
Mon Jun 18, 2018 12:50 am
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8569

and this...

divsToHide.addClass("w3-blue")

Instead of hiding them, this would ADD a style to them. Could be handy. Nice tip Dave.

http://api.jquery.com/addClass/
by Jaymer
Sun Jun 17, 2018 1:17 am
Forum: General discussion and questions about Aware IM
Topic: Aware and SQL Webinar - Tuesday
Replies: 30
Views: 51246

Re: Aware and SQL Webinar - Tuesday

I call a SP using variables into LIRU, then store return values (like your 150) in LIRU to display. IF LoggedInRegularUser.AccessLevel='Staff_3' OR LoggedInRegularUser.AccessLevel='Agent_7' OR LoggedInRegularUser.AccessLevel='Recruiter_6' THEN EXEC_SP 'SP_GetRecruitingBadges' WITH '@MCid' =LoggedInR...
by Jaymer
Sun Jun 17, 2018 1:10 am
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8569

Re: Conditional LIRU for script?

1) check ServerOutput log and see if there's a msg about not being able to resolve LoggedInPerson.Role.Strategy
2) is Strategy a shortcut?
3) the command is SHOW_SECTION START
by Jaymer
Fri Jun 15, 2018 9:28 pm
Forum: General discussion and questions about Aware IM
Topic: runQueryWithParams
Replies: 7
Views: 8511

Re: runQueryWithParams

This is awesome Dave.
You've cracked the code for sending more than one parameter to a query. Other may have done it, but its finally documented clearly.
Can you wrap this up with a picture of the implementation (and icon) on the form! Thanks again and congrats!
by Jaymer
Thu Jun 14, 2018 9:01 pm
Forum: General discussion and questions about Aware IM
Topic: runQueryWithParams
Replies: 7
Views: 8511

Re: runQueryWithParams

ok, turns out I had to do exactly this last night. I saw YOUR log with this: <prompted_value name="22" >b</prompted_value> <prompted_value name="23" >u</prompted_value> <prompted_value name="24" >t</prompted_value> <prompted_value name="25" >e</prompted_value> <prompted_value name="26" >N</prompted_...
by Jaymer
Thu Jun 14, 2018 8:36 pm
Forum: General discussion and questions about Aware IM
Topic: Confused: Rules get executed multiple times
Replies: 5
Views: 6591

Re: Confused: Rules get executed multiple times

Thanks everyone.
That certainly helped.
Reading the LOG shows a massive reduction in the rules processing when dealing with the "main" BO of our system.

jaymer...
by Jaymer
Thu Jun 14, 2018 8:35 pm
Forum: General discussion and questions about Aware IM
Topic: How to check (in a Rule) if a Scheduler job is running?
Replies: 6
Views: 12259

Re: How to check (in a Rule) if a Scheduler job is running?

BobK wrote:There is a LIRU for the system. It might be limited, but you can do the following:
if LoggedInRegularUser.AccessLevel='System'
BobK - perfect !!!!!
thats exactly what I was needing.

Added that to many rules to keep them from running when not needed. Thanks so much!
by Jaymer
Thu Jun 14, 2018 8:33 pm
Forum: General discussion and questions about Aware IM
Topic: Jasper Webinar Thursday 8PM EST
Replies: 22
Views: 34615

Re: Jasper Webinar Thursday 8PM EST

George Bruce is working on a totally new methodology for doing exactly what you need... From Aware, execute a Jasper report (passing any needed params), and have it saved to a custom/uniquely named File. And I think be able to email it directly (not from Aware) from that Process. This is using NODE ...