Search found 7572 matches

by aware_support
Thu Dec 19, 2024 1:01 am
Forum: General discussion and questions about Aware IM
Topic: Aware + AI (GPTs/LLMs) + Workflows
Replies: 11
Views: 10086

Re: Aware + AI (GPTs/LLMs) + Workflows

We are training a model about all things Aware IM as we speak. We are using a tool called "chatbase" ( https://www.chatbase.co/ ) Does anyone have any experience with this tool? Are there better ones? Which ones are you using? Which models are you using? In our experience the Claude Sonnet model see...
by aware_support
Fri Dec 13, 2024 10:05 pm
Forum: General discussion and questions about Aware IM
Topic: Donwload multiple documents from multiple BOs
Replies: 12
Views: 1019

Re: Donwload multiple documents from multiple BOs

If you know the command line of the zip tool you can use the EXECUTE action to execute it. I

We will make a note to either allow downloading multiple documents or add a zipper command to our list of actions.
by aware_support
Fri Dec 13, 2024 7:58 am
Forum: General discussion and questions about Aware IM
Topic: Donwload multiple documents from multiple BOs
Replies: 12
Views: 1019

Re: Donwload multiple documents from multiple BOs

Hard to say without knowing what's in your document and what you want to achieve.

However, you can merge PDF documents in one - check out the DISPLAY DOCUMENT action in the Rule Language Guide. You should find an option to merge documents. Maybe it can be a solution to your problem.
by aware_support
Tue Nov 19, 2024 1:49 am
Forum: Problem reports
Topic: XML Serializer undefined error - 8.4 Install Service - Win 2022
Replies: 5
Views: 6724

Re: XML Serializer undefined error - 8.4 Install Service - Win 2022

The error with XML Serializer has nothing to do with services. If anything, it could be a browser problem. Were you running the same browser?
by aware_support
Tue Nov 19, 2024 1:46 am
Forum: Problem reports
Topic: Custom HTML Forms
Replies: 3
Views: 2039

Re: Custom HTML Forms

Thank you. This will be fixed in the next release.
by aware_support
Thu Nov 07, 2024 10:47 pm
Forum: General discussion and questions about Aware IM
Topic: Copying LIVE into TEST
Replies: 15
Views: 12559

Re: Copying LIVE into TEST

Some of the new features will include parsing objects from a JSON file, improvements to mobile push notifications, improvements to native mobile, improvements to MAC UI and many small changes and fixes

We should release it within a couple of months
by aware_support
Thu Nov 07, 2024 12:32 am
Forum: General discussion and questions about Aware IM
Topic: Copying LIVE into TEST
Replies: 15
Views: 12559

Re: Copying LIVE into TEST

This is the video about the new feature:

https://youtu.be/kliKbicvqgg
by aware_support
Tue Oct 29, 2024 10:09 pm
Forum: Problem reports
Topic: Issue with Installing AwareIM v9 on Azure SQL Database (Hyperscale and SQL Managed Instance) due to USE Command Incompat
Replies: 4
Views: 2527

Re: Issue with Installing AwareIM v9 on Azure SQL Database (Hyperscale and SQL Managed Instance) due to USE Command Inco

Change your AwareIM/bin/BASServer.props file and replace this line:
DatabaseComponent=com.bas.basserver.persistence.dbplugins.MSSQLServerInterface

With this one:
DatabaseComponent=com.bas.basserver.persistence.dbplugins.AzureDBInterface

Let me know if you still have the problem.
by aware_support
Tue Oct 29, 2024 4:17 am
Forum: General discussion and questions about Aware IM
Topic: Copying LIVE into TEST
Replies: 15
Views: 12559

Re: Copying LIVE into TEST

Awesome :) and when you are adding DB management tools inside Aware, why not add an option to export (backup) a DB to an archive file or zipped (or is this possibly already how it will work?) Yes, it already works like that - it creates a zip file with database records represented in Aware IM's way...
by aware_support
Tue Oct 29, 2024 12:43 am
Forum: General discussion and questions about Aware IM
Topic: Copying LIVE into TEST
Replies: 15
Views: 12559

Re: Copying LIVE into TEST

I am so glad you asked. In version 9.1 that is just around the corner we are releasing the Data Migration tool. - You will be able to export from production and import into test or the other way around. - You will be able to export from one database and import to another database. - You will be able...
by aware_support
Tue Oct 29, 2024 12:35 am
Forum: General discussion and questions about Aware IM
Topic: Why are Mac users 2nd class citizens
Replies: 4
Views: 3236

Re: Why are Mac users 2nd class citizens

It would be great if you could provide a list of things that is broken on a Mac - we will address them all in the next version.
Such a list would make our life so much easier...
by aware_support
Mon Sep 30, 2024 6:38 am
Forum: General discussion and questions about Aware IM
Topic: V9 New Menu Style
Replies: 8
Views: 17867

Re: V9 New Menu Style

What if we change the behavior of the minimized Classic to be similar to the minimized Modern?
by aware_support
Fri Sep 20, 2024 1:18 am
Forum: General discussion and questions about Aware IM
Topic: Layer layouts?
Replies: 26
Views: 35581

Re: Layer layouts?

Thanks for finding a glitch in getLayoutPanelId - we will fix it
by aware_support
Fri Sep 20, 2024 1:08 am
Forum: General discussion and questions about Aware IM
Topic: Site cannot be reach after update to build 3279
Replies: 6
Views: 8641

Re: Site cannot be reach after update to build 3279

There were no changes in this build that could cause any problems like that.

Please check that port 8080 is not blocked.

Check Tomcat output as well - it probably has an exception that explains what's going on - maybe you have changed something inadvertently while restoring your custom files.