Search found 1052 matches
- Sat Mar 06, 2021 4:11 am
- Forum: Problem reports
- Topic: IMPORT using "*" instead of ID not working anymore
- Replies: 5
- Views: 59
Re: IMPORT using "*" instead of ID not working anymore
Intrigued by this - is the * for ID documented somewhere? I couldn't find it but have a problem that might be fixed by it
- Fri Mar 05, 2021 9:43 pm
- Forum: General discussion and questions about Aware IM
- Topic: Loop through two business objects and copy one to the other if not present in the list
- Replies: 5
- Views: 48
Re: Loop through two business objects and copy one to the other if not present in the list
The users are in separate departments so cant use the same BO's as they're designed for different thing. I've been following this and I have an architecture question as the way it is designed at the moment suggests that there is synthetic redundancy here. I'm interested in why you have made the sta...
- Fri Mar 05, 2021 3:17 am
- Forum: Wish List
- Topic: FR - Refresh DB Scripts
- Replies: 0
- Views: 8
FR - Refresh DB Scripts
When you create a BSV you can create database scripts for stored procedures, triggers etc. When you put this into test the first time then it creates these scripts in the database. When you put it into Production the first time it creates these in the prod database. If you are perfect then you never...
- Fri Mar 05, 2021 2:57 am
- Forum: Problem reports
- Topic: Inconsistent Button Placement
- Replies: 0
- Views: 7
Inconsistent Button Placement
I have driven myself round the twist trying to test something related to Database Scripts from the Business Space Version page. The error arises from inconsistencies in the UI. Screen Shot 2021-03-05 at 13.53.51.png Note that the OK Cancel buttons go from being Cancel OK for the first two screens to...
- Fri Mar 05, 2021 12:51 am
- Forum: Wish List
- Topic: FR - Fix the installer to install updates not fresh installs
- Replies: 3
- Views: 1358
Re: FR - Fix the installer to install updates not fresh installs
I have been using a Java based DB Tool that I have been quite impressed with. During my evaluation period it had an upgrade delivered. The update was managed by a tool called install4j . It seems to be quite capable and has upgraded the install (rather than doing a fresh install) while keeping all o...
- Thu Mar 04, 2021 7:01 am
- Forum: Wish List
- Topic: FR - Operations on All Attributes
- Replies: 0
- Views: 12
FR - Operations on All Attributes
The last update added operations on peer single and owned by attributes. This is great because it allows for the adding of new references at the time that they are needed. It also allows for the use of more complex lookups on reference data. However from a UX point of view this is confusing, because...
- Thu Mar 04, 2021 6:34 am
- Forum: Wish List
- Topic: FR - Query Type - Google Maps
- Replies: 0
- Views: 6
FR - Query Type - Google Maps
Google Maps can be added in VP or can be added on a Form. Google Maps in a VP require a query to drive the mapping data (e.g. place marks, boundaries). Can we have Google Maps as a layout type for Queries as this would allow for operations to be used with a Google Map, which is much more complicated...
- Wed Mar 03, 2021 5:09 am
- Forum: General discussion and questions about Aware IM
- Topic: A Distraction for a slow Friday... (Servoy RAD uses Eclipse)
- Replies: 10
- Views: 458
Re: A Distraction for a slow Friday... (Servoy RAD uses Eclipse)
Nice looking forms.
Drag and drop of fields from an available list would be great.
Drag and drop of fields from an available list would be great.
- Thu Feb 25, 2021 11:04 pm
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Not practical if Dev and Prod are same server - Proxy Con
I just thought of this a minute ago. If you only use one server for your development and use it for production then you have to expose your AIM/Tomcat server to the internet anyway - unless you can think of some fancy pants way to route the config tools port calls to the AIM server. If you are doing...
- Thu Feb 25, 2021 10:59 pm
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: Hiding or blocking Tomcat?
3306 access between AIM and the Database. Yes, this is what I thought and I haven't done this. Thanks for detailing ports. Obv that is the MySQL/Maria port I don't know what the MSSQLS port is. Also if you are using the Config Tool remotely from your AIM server then you have different challenges to...
- Thu Feb 25, 2021 10:06 pm
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: Hiding or blocking Tomcat?
If a reverse proxy is configured, Tomcat can be hidden or blocked from the web, how is this done? The directive uses proxy_pass command to rewrite customerName.yourDomain.com to internalIP:8080/AwareIM/... CURL to the URL shows NGINX as the responder. Yeah but Tomcat can still be accessed from the ...
- Thu Feb 25, 2021 10:00 pm
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: Reverse proxy issues with resources?
If you configure a reverse proxy, the URL may need rewriting in some cases as the public URL is different from the private URL. Have anyone experienced problems with this when using a reverse proxy with Aware? The URL is rewritten from the public URL to an internal private IP address. You would run...
- Thu Feb 25, 2021 12:21 am
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: Extra Server Required - Proxy Con
To run a reverse proxy you have to set up another server, so one more to manage. The server doesn't have to be particularly hefty though as it is just managing connections and traffic. One thing I am wondering about is how much a revere proxy actually toll a system. I am using IIS as a reverse prox...
- Thu Feb 25, 2021 12:18 am
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: Reverse proxy issues with resources?
If you configure a reverse proxy, the URL may need rewriting in some cases as the public URL is different from the private URL. Have anyone experienced problems with this when using a reverse proxy with Aware? The URL is rewritten from the public URL to an internal private IP address. You would run...
- Thu Feb 25, 2021 12:16 am
- Forum: Tips and Tricks
- Topic: Tomcat v Reverse Proxy pros and cons
- Replies: 32
- Views: 1019
Re: SSL and Certificate Renewal - Proxy Pro
certbot integrates SSL into NGINXhpl123 wrote: ↑Wed Feb 24, 2021 12:38 pmLetsencrypt is great and fully integrated with IIS reverse proxy via the ACME tool, how is this configured in NGINX?PointsWell wrote: ↑Wed Feb 17, 2021 3:15 am Lets Encrypt and certbot are easily set up and allow for automatic certificate renewal without having to take the server down for updates