Search found 1142 matches

by ACDC
Fri Sep 01, 2023 8:51 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 33123

Re: REST - singleton apect

So you got the REST service working and you are now concerned with possibly sending multiple invoices and the same time, correct? Yes I want to prevent a collision Are you using the BO that has the REST service defined and is a singleton to store the data to be sent via the REST service? No, it is ...
by ACDC
Fri Sep 01, 2023 4:42 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 33123

Re: REST - singleton apect

Wrong. A singleton means there is only 1 actual object in the database for this BO. If your REST service is defined in a BO called MyRestSevice, you need to create 1 MyRestService in the DB. AwareIM will not let you create more than 1. I am still confused Picture this: There are 4 users working for...
by ACDC
Fri Sep 01, 2023 4:25 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 33123

Re: REST - singleton apect

The REST instance is a singleton but (from memory) you could use multiple different user/tenant keys stored in a user or a tenant record. Not sure I understand ,could you expand on this The singleton aspect is only related to the definition of the REST call, it can be parameterised. same goes for t...
by ACDC
Fri Sep 01, 2023 1:00 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 33123

REST - singleton aspect

The AwareIm REST setup must be a singleton, which means it's a single-user-only How could I have multiple users posting Invoices to a REST-based accounting API. It seems this is not possible with the standard configuration. Any suggestions on how to get some degree of multi-user functionality within...
by ACDC
Sat Aug 26, 2023 8:45 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

PM me your email address and ill send you my version my.ini, there are some subtle differences but its worth a shot

Drop my.ini file into your Mysql setup (after renaming your version), change your port settings in AwareIM to 3307 and restart MySql
by ACDC
Sat Aug 26, 2023 7:17 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

I am currently replicating the DB server to enable more intrusive tests. As suggested, install latest V5.7 version In the meantime send me your my.ini file so i can compare it with my install Also 1.have you tried to re create the query from scratch, I have had queries corrupt as a result of AwareI...
by ACDC
Fri Aug 25, 2023 1:10 am
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

I'm afraid I will not know what to look for. Can you expand on the character in your query?
Dump the table to a text file or Excel and then explore the contents of each column for odd-looking things/characters that shouldn't be there.
by ACDC
Thu Aug 24, 2023 11:19 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Numbering Line Items in a grid dilemma
Replies: 2
Views: 13223

Re: Numbering Line Items in a grid dilemma

Try using RemovedInvoiceItem prefix in a BO rule to find all instances above the removed LineNo and REDUCE found LineNos by 1: Absolutely Brilliant!! Works like a charm :shock: Thank you, I learned something new today :D InvoiceItem.LineNo>RemovedInvoiceItem.LineNo the "Removed" key word, I have ne...
by ACDC
Wed Aug 23, 2023 2:16 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Numbering Line Items in a grid dilemma
Replies: 2
Views: 13223

*SOLVED* Numbering Line Items in a grid dilemma

Is there a chance of someone cracking this puzzle, I am pulling my hair out on this one I have an Invoice with InvoiceItems(child) and want to number the InvoiceItems in a logical number sequence of 1 to 50 As I CREATE each InvoiceItem, the new InvoiceItem.LineNo must + 1 on the previously added Inv...
by ACDC
Sun Aug 20, 2023 6:02 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

Have you looked at your MySql error logs for clues
Also, inspect the my.ini file for limitations that may exist due to table growth.

What about some odd character in the data thats messing with the query, I had this once before on slow queries
by ACDC
Sun Aug 20, 2023 4:29 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 14651

Re: Aria AI knows about AIM

Bringing AI tools into the configurator would be a game changer. To ensure its effectiveness, the AI system would need to undergo training based on the inner workings of AwareIM, rather than relying solely on publicly available information. I hope Vlad recognizes the immense potential presented here...
by ACDC
Sun Aug 20, 2023 2:49 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 14651

Re: Aria AI knows about AIM

It should be able to write an Advanced script
by ACDC
Sun Aug 20, 2023 2:37 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 14651

Re: Aria AI knows about AIM

Describe how to build an AwareIM app to manage a mechanics business
a better prompt would be : Build me an AwareIM App too manage a Mechanics business and return the BSV configuration file

...maybe a job for GPT-Engineer
by ACDC
Fri Aug 18, 2023 7:18 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

As I said, in July several table indexes pointing to PHS_RID just went missing and slowed down a bunch of stuff. In light of this, I would re-deploy. Unless of course you have time to dig deeper. I would move a copy of the app to another machine with all the data and simulate the problem. Start a p...
by ACDC
Fri Aug 18, 2023 5:26 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 121588

Re: Database latency - all suggestions appreciated, will compensate

1, When you run the slow query, have you monitored the memory usage. Does it spike or gradually grow. How much headroom is available afterwards. When the system is idle, reboot the server, take a memory usage reading and then run the query to establish its impact 2. In review, many indexes were simp...