Search found 286 matches

by robleer
Fri Feb 10, 2023 8:08 am
Forum: General discussion and questions about Aware IM
Topic: Issue after mistake
Replies: 3
Views: 1304

Re: Issue after mistake

Update on this issue: I did go back to an older version and published that version (after making a good backup of course). This went well and I did not loose my data in my production database. In the develoment/testing database my data was lost, but thats not really a problem. So after all its solve...
by robleer
Fri Feb 10, 2023 7:37 am
Forum: General discussion and questions about Aware IM
Topic: Issue after mistake
Replies: 3
Views: 1304

Re: Issue after mistake

1. No I did not Publish it. I did try your solution going back to the previous version, but then I got an error in de the Aware Configurator that some tables do not exist. It says that Aware could not drop tables and I got into more troubles. So my feeling is now that the database is not in sync wit...
by robleer
Thu Feb 09, 2023 3:30 pm
Forum: General discussion and questions about Aware IM
Topic: Issue after mistake
Replies: 3
Views: 1304

Issue after mistake

Hi, I need an advice how to solve a problem. This is the situation: I have an Aware application which runs fine in production. I wanted to add some new features and while doing that in testing/development mode, I accidentally deleted a business object (with a lot of rules and details). To solve this...
by robleer
Thu Sep 29, 2022 8:51 am
Forum: General discussion and questions about Aware IM
Topic: FIND with BETWEEN
Replies: 2
Views: 1418

Re: FIND with BETWEEN

I found a solution myself

This works:

FIND OpslagContractDatum WHERE
OpslagContractDatum.Datum BETWEEN DATE_ADD (CURRENT_DATE, -3) AND DATE_ADD (CURRENT_DATE, 3)
by robleer
Thu Sep 29, 2022 8:25 am
Forum: General discussion and questions about Aware IM
Topic: FIND with BETWEEN
Replies: 2
Views: 1418

FIND with BETWEEN

Hi, I have a simple problem which I cannot solve (maybe I'm staring to long at a simple thing :) ) This works: FIND OpslagContractDatum WHERE OpslagContractDatum.Datum>=CURRENT_DATE-3 This works: FIND OpslagContractDatum WHERE OpslagContractDatum.Datum<=CURRENT_DATE+3 This does not work (no rows ret...
by robleer
Thu Sep 15, 2022 2:15 pm
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 9024

Re: Certificate en https setup

I managed to get it running on 443 under https.

But now I have a problem in my Aware Configurator.

It does not show my forms anymore. It show something like: Cannot load localhost:443

Any clue?
by robleer
Wed Sep 14, 2022 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 9024

Re: Certificate en https setup

I received a .pfc, a .cert and a .p7b file
by robleer
Wed Sep 14, 2022 1:53 pm
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 9024

Re: Certificate en https setup

Ok, thats a pitty. I was searching in the forum and saw a lot about it, but no real guides or solution. This should be easy, because applications build in Aware should be secure.

So, @Aware_support....could you tell us how to do this properly ??
by robleer
Wed Sep 14, 2022 11:38 am
Forum: General discussion and questions about Aware IM
Topic: Certificate en https setup
Replies: 9
Views: 9024

Certificate en https setup

Hi,

I want to run Aware with a https URL and am looking for a how-to guide.

First quest is how to install the certificate.
I've the certificate file, but do not know how to install this in the Tomcat webserver.

And second question, what else do I have to do run run it under https ??

TIA
Rob
by robleer
Tue Apr 12, 2022 9:28 am
Forum: General discussion and questions about Aware IM
Topic: Substracting 3 time attributes
Replies: 2
Views: 1810

Re: Substracting 3 time attributes

You are right. I changed it to Duration attributes and changed the processes and now it works fine! Tnx!
by robleer
Sun Apr 10, 2022 12:45 pm
Forum: General discussion and questions about Aware IM
Topic: Substracting 3 time attributes
Replies: 2
Views: 1810

Substracting 3 time attributes

Hi, I have 3 attributes of type "Timestamp" (StartTime, EndTime, PauzeTime) To calculate the total time I do this: Work.TotalTIme=Work.EndTime-Work.Starttime /// This works with two times to substract Work.TotalTIme=Work.EndTime-Work.Starttime-Work.PauzeTime ///This does NOT work. The error is: com....
by robleer
Tue Nov 02, 2021 9:15 am
Forum: General discussion and questions about Aware IM
Topic: SOAP service discovery
Replies: 13
Views: 7025

Re: SOAP service discovery

Yes, I am sorry. I changed the service from SOAP to REST to find out if this works. I did that a few weeks ago and forgot to mention this to you :oops: .

But, same problem. If you Discover this you will get an error (although that happens when I do it).
by robleer
Mon Nov 01, 2021 12:56 pm
Forum: General discussion and questions about Aware IM
Topic: SOAP service discovery
Replies: 13
Views: 7025

Re: SOAP service discovery

I´ve made it public. It is just for testing.

See: https://dvi-002-api.learnlinq.com/Aware ... er/docs/v1

You can try the Test function to get a reply.
by robleer
Thu Oct 28, 2021 8:01 am
Forum: General discussion and questions about Aware IM
Topic: SOAP service discovery
Replies: 13
Views: 7025

Re: SOAP service discovery

Sorry, I was off for holiday for a while. This is the outpur of the wrapper.log | jvm 1 | 2021/10/28 09:56:32 | com.bas.basserver.executionengine.ExecutionException: Internal error. INFO | jvm 1 | 2021/10/28 09:56:32 | at com.bas.basserver.executionengine.rliproc.F.E(Unknown Source) INFO | jvm 1 | 2...
by robleer
Thu Oct 07, 2021 7:21 am
Forum: General discussion and questions about Aware IM
Topic: SOAP service discovery
Replies: 13
Views: 7025

Re: SOAP service discovery

Unfortunately not, its running on an internal server which is not accessable from the web