Search found 173 matches

by chris29
Mon Dec 02, 2019 4:42 am
Forum: General discussion and questions about Aware IM
Topic: Remove Border on Form Separator
Replies: 3
Views: 6028

Re: Remove Border on Form Separator

Thank you for your help, it works great.
by chris29
Mon Dec 02, 2019 3:31 am
Forum: General discussion and questions about Aware IM
Topic: Remove Border on Form Separator
Replies: 3
Views: 6028

Remove Border on Form Separator

I am trying to remove borders from the separators on a form.

I have tried to use a custom css style and class option in the separator but this seems to have no effect. Is there an easier way of achieving this with scripts?
Capture.PNG
Capture.PNG (9.57 KiB) Viewed 6028 times
by chris29
Mon Oct 14, 2019 7:45 am
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16429

Re: How to clear field after validation rule fails

try adding COMMIT TRANSACTION before Report Error

Have not tried this in Object rules only processes. The Report Error will rollback any changes prior to it being called.
by chris29
Mon Oct 14, 2019 12:16 am
Forum: General discussion and questions about Aware IM
Topic: SAML error Only supported HTTP_POST Binding
Replies: 2
Views: 8464

SAML error Only supported HTTP_POST Binding

Hi Trying to setup SAML with ADFS. The error we receive is SAML Response not found, Only supported HTTP_POST Binding Have checked the setup step provided by support and had this verified that everything is setup correctly in awareim. Using a packet capture, we can't see any traffic from the aware se...
by chris29
Wed Sep 25, 2019 2:58 am
Forum: General discussion and questions about Aware IM
Topic: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!
Replies: 49
Views: 60108

Process Name Size Limit

Pointswell, increase the size for PROCNAME to varchar(200) for example on execution_contexts also LONGDATA change to a longblob
by chris29
Sun Sep 22, 2019 6:29 am
Forum: General discussion and questions about Aware IM
Topic: The *OFFICIAL* Fall 2019 WISH LIST is here !!!!!!!
Replies: 49
Views: 60108

Styling -Colours

Rather than hard coded colours, which is always a problem when the user changes the theme, Provide the option to use themes css eg .k-notification-info, .k-notification-error, .k-notification-series1 etc....

https://demos.telerik.com/jsp-ui/themebuilder/
Screenshot 2019-09-22 16.28.04.png
Screenshot 2019-09-22 16.28.04.png (159.57 KiB) Viewed 17261 times
by chris29
Mon Sep 09, 2019 6:45 am
Forum: General discussion and questions about Aware IM
Topic: How many Communication driven apps can we host on 1 server?
Replies: 15
Views: 24307

Re: How many Communication driven apps can we host on 1 serv

Current just using JMS_BROKER_MEMORY=1000000000 This solve the problem. The others you could try JMS_BROKER_STORAGE=200000000 JMS_BROKER_TEMP_USAGE=200000000 Also as suggested by Rennur look at your memory allocation, we currently have Aware at 25gig, Tomcat at 10gig. Lastly what is your thread coun...
by chris29
Sat Sep 07, 2019 12:08 pm
Forum: General discussion and questions about Aware IM
Topic: How many Communication driven apps can we host on 1 server?
Replies: 15
Views: 24307

Re: How many Communication driven apps can we host on 1 serv

Have you looked at using the JMS settings available in BASServer.props

EG:

JMS_BROKER_MEMORY
JMS_BROKER_STORAGE
JMS_BROKER_TEMP_USAGE


Support added these for us when we had issues with large documents in our app. Currently we use JMS_BROKER_MEMORY=1000000000, the default is to small.
by chris29
Sat Jun 23, 2018 4:38 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48300

Re: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashi

Adding vmargs to cp.ini was a recommendation from Vladimir and it works for our servers. The memory settings for aware/tomcat we have in startupOptions.props

Have a look at VisualVM, it will let you know what is happening with memory.

https://visualvm.github.io/download.html
by chris29
Thu Jun 21, 2018 9:14 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48300

Re: ActiveMQ Issues - Out of Memory - Server crashing

Hey there, yes all good thanks Anything after -vmargs are passed as arguments to the JVM in Eclipse. We found that if you don't set max memory on the cp and the logging windows open you will eventually run out of server memory. Since moving from 7.1/8 to 8.1 we have had to increase memory settings. ...
by chris29
Wed Jun 20, 2018 9:40 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] ActiveMQ Issues - Out of Memory - Server crashing
Replies: 27
Views: 48300

Re: ActiveMQ Issues - Out of Memory - Server crashing

We have a similar issue. Found that you need to ensure that all log outputs are closed and put the following in the cp.ini at the end

-vmargs
-Xmx1024M
by chris29
Sun Jun 10, 2018 3:12 am
Forum: General discussion and questions about Aware IM
Topic: errors after upgrade to 8.1
Replies: 3
Views: 5422

Re: errors after upgrade to 8.1

You can update execution_contexts LONGDATA to a LongBlob, we did this a while ago as suggested by Support.