Search found 45 matches

by gijsvb
Thu May 09, 2019 6:02 pm
Forum: General discussion and questions about Aware IM
Topic: Delete button not showing
Replies: 2
Views: 4138

Delete button not showing

Hi, I have a BO User and a BO Weeks. The BO User has a one to many relation to Weeks in an attribute called 'Holidays'. This is indicating the holiday weeks for this user. I want to give the user the ability to add and delete holiday weeks from the reference attribute 'Holidays'. In the form contain...
by gijsvb
Tue Apr 23, 2019 7:28 pm
Forum: General discussion and questions about Aware IM
Topic: java return code -805306369
Replies: 1
Views: 3122

Re: java return code -805306369

Reply to my own question:
Rebooted the server and restarted AwareIM. Now it seems to work again.
by gijsvb
Tue Apr 23, 2019 6:41 pm
Forum: General discussion and questions about Aware IM
Topic: java return code -805306369
Replies: 1
Views: 3122

java return code -805306369

Recently I get a non responding configtool. After entering my user/password the system hangs and the tool needs to be aborted. The first line in de error report states: Java was started but returned exit code=-805306369 Added the line: -XX:MaxPermSize=256m to the ConfigTool.ini, but this didn't help...
by gijsvb
Mon Apr 01, 2019 7:25 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE numeric format string
Replies: 9
Views: 10631

Re: LIST_LINE numeric format string

Hi,

LIST_LINE doesn't accept functions as a parameter it seems, I get the message:
com.bas.shared.ruleparser.ParseException Invalid parameter identifying attribute name in LIST_LINE function

Thanks for your response however.
by gijsvb
Fri Mar 29, 2019 7:15 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE numeric format string
Replies: 9
Views: 10631

Re: LIST_LINE numeric format string

Hi,

Thank you for response, but it's not a solution. Still the same effect, only one decimal digit.

Regards,

Gijs.
by gijsvb
Wed Mar 27, 2019 8:09 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE numeric format string
Replies: 9
Views: 10631

Re: LIST_LINE numeric format string

Hi Mark,

The format of OptionAmount is 0.00 (Type= Number)

Regards,

Gijs.
by gijsvb
Mon Mar 25, 2019 7:01 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE numeric format string
Replies: 9
Views: 10631

Re: LIST_LINE numeric format string

Hi Mark, Thanks for your response, but this doesn't help. Using a @ sign, the attribute name is no longer recognized. I also tried leaving out the optional format specifier, but this gives the same result with only one decimal digit. When shown on a form, the 'OptionAmount' is correctly displayed wi...
by gijsvb
Fri Mar 22, 2019 10:38 am
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE numeric format string
Replies: 9
Views: 10631

LIST_LINE numeric format string

Hi, I have a list_line command like: Abonnement.Pakketbeschrijving=LIST_LINE(Abonnement.Pakket,'ORDER BY PakketOptie.Pakket.Volgnummer',':',' ','CodeAGF','OptionAmount,0.00') I try to present the OptionAmount with two decimal digits f.i. 15.00. The resulting string contains amounts with one decimal ...
by gijsvb
Tue Jan 22, 2019 4:14 pm
Forum: General discussion and questions about Aware IM
Topic: Newby question: Process skipping objects
Replies: 3
Views: 5417

Re: Newby question: Process skipping objects

Thanks Jaymer, this works!

And indeed is much faster.

Must have misread the manuals. As I interpreted the texts, the action following the find action should be executed for all found objects. Will read study the manuals further.
by gijsvb
Mon Jan 21, 2019 8:50 pm
Forum: General discussion and questions about Aware IM
Topic: Newby question: Process skipping objects
Replies: 3
Views: 5417

Newby question: Process skipping objects

I have a simple process, input for this proces is an object 'Week' The proces consists of two lines: FIND ActieveAbonnementen CREATE AboWeek WITH AboWeek.Abonnement=Abonnement,AboWeek.Week=Week The 'ActieveAbonnementen' is a query returning a set of around 200 'Abonnement' objects. Checked this by d...
by gijsvb
Wed Dec 19, 2018 2:26 pm
Forum: General discussion and questions about Aware IM
Topic: Running Tomcat (or Aware) as a restricted user
Replies: 5
Views: 7650

Re: Running Tomcat (or Aware) as a restricted user

I also have tomcat running with letsencrypt certificates. If you have any news on automating the certificate renewal proces, please let me know.

Afaik now, I have to restart AwareIM at least every 90 days.
by gijsvb
Sat Jan 31, 2015 4:12 pm
Forum: Tips and Tricks
Topic: Booking Schedule Slots Demo
Replies: 11
Views: 22119

Re: Booking Schedule Slots Demo

One question remains, although you do an ORDER BY first name, lastname in the FIND action, the text in the booking block is not sorted in that way.

Is there a way to have AwareIM execute the AddToString actions in a defined sequence?
by gijsvb
Sat Jan 31, 2015 3:34 pm
Forum: Tips and Tricks
Topic: Booking Schedule Slots Demo
Replies: 11
Views: 22119

Re: Booking Schedule Slots Demo

Thanks Mark, studying your example also solved a problem for me.
by gijsvb
Sat Jan 31, 2015 2:42 pm
Forum: General discussion and questions about Aware IM
Topic: Concatenate strings from mulitple BO instances
Replies: 1
Views: 1881

Concatenate strings from mulitple BO instances

Hi, I'm a newbie in AwareIM and struggling with the following. I have 2 BO's, address and person having a 1-n relationship. An address can host multiple persons and a person only belongs to one address. Now I want to punt the names of all persons belonging to one address into a comment field in the ...