Search found 130 matches

by bondicoffee
Wed Oct 02, 2019 8:15 pm
Forum: General discussion and questions about Aware IM
Topic: Default Icons missing after upgrading Aware Im version 8.3
Replies: 4
Views: 5462

Default Icons missing after upgrading Aware Im version 8.3

Hi, On upgrading aware version on server to 8.3 we are noticing some icons missing (for example default flash icon which was visible for process buttons in earlier versions). Can @awareim support please guide me on the cause of this issue and what is the step to be followed on an upgrade that we hav...
by bondicoffee
Sun Sep 08, 2019 9:57 pm
Forum: General discussion and questions about Aware IM
Topic: How many Communication driven apps can we host on 1 server?
Replies: 15
Views: 24394

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

Hi,

Thank you chris29 for your response. I feel , this will help us to fix scalability issues.

Can you please guide us, what is the default value for these three params --
JMS_BROKER_MEMORY
JMS_BROKER_STORAGE
JMS_BROKER_TEMP_USAGE

and how much should be value for these parameters?
by bondicoffee
Thu Sep 05, 2019 8:07 pm
Forum: General discussion and questions about Aware IM
Topic: How many Communication driven apps can we host on 1 server?
Replies: 15
Views: 24394

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

We got too many requests on JMS port. AwareIm server stops responding. We get JMS Exception as a result of this. This is telling us AwareIm has scalability issues. How do we overcome the scalability issue? The issue means we can't add more customers to unutilized server just because the communicatio...
by bondicoffee
Mon Sep 02, 2019 9:34 pm
Forum: General discussion and questions about Aware IM
Topic: How many Communication driven apps can we host on 1 server?
Replies: 15
Views: 24394

How many Communication driven apps can we host on 1 server?

Hi, I would like to know how many communication driven apps can we host on a single server ie, applications which entail sending emails, receiving emails, API CRUD operations. The reason I am asking is, AwareIm server is getting clogged when there are too many communication requests. Secondly, is th...
by bondicoffee
Wed Aug 21, 2019 8:19 pm
Forum: General discussion and questions about Aware IM
Topic: Issues while migrating to V8.3
Replies: 9
Views: 10262

Re: Issues while migrating to V8.3

@Aware_support : How is it possible that this "query" works in MYSQL v5.1,v5.5,v5.7 and not in V8.0? Is there anything we are supposed to know that we don't know? Secondly, if what you are saying is correct, then OLD_VALUE function cannot be used to check the value in an attribute, it can only be us...
by bondicoffee
Tue Aug 20, 2019 11:39 pm
Forum: General discussion and questions about Aware IM
Topic: Issues while migrating to V8.3
Replies: 9
Views: 10262

Re: Issues while migrating to V8.3

Your response is saving us lot of time. Thank you for responding.

To conclude, we are stuck with our testing as the risks to downgrade db are unknown. :cry:
by bondicoffee
Tue Aug 20, 2019 10:49 pm
Forum: General discussion and questions about Aware IM
Topic: Issues while migrating to V8.3
Replies: 9
Views: 10262

Re: Issues while migrating to V8.3

Hi, Thank you for your response. I have a few concerns in implementing this process: 1) Did you face any issues while downgrading MySQL version? 2) Was any data lost in this process? 3) Is there any workaround to fix in awareIm so that we can make MySQL v8.0 or future versions compatible with AwareI...
by bondicoffee
Tue Aug 20, 2019 9:33 pm
Forum: General discussion and questions about Aware IM
Topic: Issues while migrating to V8.3
Replies: 9
Views: 10262

Issues while migrating to V8.3

Hi, Currently, we are testing a live application to migrate from V8.2 to V8.3 in new server. We are also migrating database from MySql v5.5 to MySQL v8.0. We are getting following bugs in Awareim : 1) Rule : IF Asset.ob_Customer.NumberOfVehicles IS UNDEFINED OR Asset.AssetType WAS CHANGED TO 'Motor ...
by bondicoffee
Fri Aug 16, 2019 3:08 am
Forum: General discussion and questions about Aware IM
Topic: FIXED : Enable NTLM authentication on SOAP service
Replies: 1
Views: 3531

FIXED : Enable NTLM authentication on SOAP service

Hi, I am in the process of integrating Dynamics CRM,2012 with AwareIm which involves invoking soap web services. These SOAP web services are getting discovered magnificently in AwareIM as a result of which all the attributes, business objects got created. However, I cannot add NTLM authentication in...
by bondicoffee
Wed Aug 14, 2019 9:52 pm
Forum: General discussion and questions about Aware IM
Topic: Can we have separate ports for email channel and API channel
Replies: 0
Views: 4003

Can we have separate ports for email channel and API channel

Hi, We are facing a problem wherein AwareIM server is getting clogged due to multiple API requests, Incoming emails, Outgoing emails triggering in simultaneously for various applications running live. Due to this, the server stops responding. Is it possible to split the JMS port in AwareIM with port...
by bondicoffee
Fri May 17, 2019 4:07 am
Forum: General discussion and questions about Aware IM
Topic: Accept text data in body of REST Service exposed
Replies: 1
Views: 3669

Accept text data in body of REST Service exposed

Hi, I am in the process of exposing a service created in Awareim to a third party application which can send data in the body of service in text format and not as JSON format. While testing the service created in Postman, I am getting an error when I change the Content-Type parameter in the header o...
by bondicoffee
Thu Mar 28, 2019 12:21 am
Forum: General discussion and questions about Aware IM
Topic: DISTANCE function
Replies: 16
Views: 21584

Re: DISTANCE function

Apologies for sending incomplete error details. Following is the error recieved : XML returned by Google is <?xml version="1.0" encoding="UTF-8"?><DirectionsResponse> <status>REQUEST_DENIED</status> <error_message>Requests to this API must be over SSL. Load the API with "https://" instead of "http:/...
by bondicoffee
Wed Mar 27, 2019 7:47 pm
Forum: General discussion and questions about Aware IM
Topic: DISTANCE function
Replies: 16
Views: 21584

Re: DISTANCE function

Hi, Thank you for the patch update. However, this is still not working. I added a key in system settings and tried the below rule in test version as well as published version. However, I am getting the same error. Following is rule updated : Orders.Distance=DISTANCE(Orders.ps_FromAddress.Address,Ord...
by bondicoffee
Tue Mar 26, 2019 2:31 am
Forum: General discussion and questions about Aware IM
Topic: DISTANCE function
Replies: 16
Views: 21584

Re: DISTANCE function

Hi, We are getting the below error on using the Distance function in Awareim which was working earlier perfectly in earlier versions of AwareIM. We are currently using Build 2571 v8.2. Following is the rule causing the below error : Orders.Distance=DISTANCE(Orders.ps_FromAddress.Address,Orders.Insta...