Search found 1191 matches

by Rennur
Mon Aug 20, 2018 2:44 am
Forum: General discussion and questions about Aware IM
Topic: Start Control Panel automatically
Replies: 8
Views: 9450

Re: Start Control Panel automatically

Maybe through the Group Policy?

Assign Computer Startup Scripts to Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc770556(v=ws.11)
by Rennur
Mon Aug 20, 2018 1:38 am
Forum: General discussion and questions about Aware IM
Topic: Start Control Panel automatically
Replies: 8
Views: 9450

Re: Start Control Panel automatically

You could open text editor and create a StartCP81.bat file and place it in Startup folder.

Code: Select all

@echo off
start C:\AwareIM\CP\eclipse\CP.exe
endlocal
by Rennur
Sun Aug 19, 2018 10:37 am
Forum: General discussion and questions about Aware IM
Topic: Highly demand -- updates - security concerns
Replies: 14
Views: 25500

Re: Highly demand -- updates - security concerns

LOL. I bet you didn't even read the posts or try to understand what is actually being said.
by Rennur
Thu Aug 16, 2018 6:54 am
Forum: General discussion and questions about Aware IM
Topic: Highly demand -- updates - security concerns
Replies: 14
Views: 25500

Re: Highly demand -- updates - security concerns

The fact that Active MQ has 13 bugs doesn't mean that these bugs are triggered by Aware IM. I never said or implied that. We are selling Aware IM, not Active MQ :) By the same faulty logic ;): We're not selling NBN, our system runs fine on ADSL. Who needs 5G, 3G does not trigger any bugs in our sys...
by Rennur
Thu Aug 16, 2018 5:01 am
Forum: General discussion and questions about Aware IM
Topic: Highly demand -- updates - security concerns
Replies: 14
Views: 25500

Re: Highly demand -- updates - security concerns

The concern is not with Aware IM software itself as a product. There are no security issues with Aware IM and like intra said, it's not dig at the product at all. Many of the third-party components packaged in Aware IM are managed, patched and improved by their respected owners who have identified v...
by Rennur
Wed Aug 15, 2018 12:47 am
Forum: General discussion and questions about Aware IM
Topic: Highly demand -- updates - security concerns
Replies: 14
Views: 25500

Re: Highly demand -- updates - security concerns

Outdated components pose a huge security risk but it does not seem to be given high priority. Outdated ActiveMQ is one such component that has has many potential security issues. Aware IM is not compatible with latest releases due to a config change in version 5.12.2, a change due to a security vuln...
by Rennur
Mon Aug 13, 2018 11:34 pm
Forum: Problem reports
Topic: GRID FILTER BUG
Replies: 11
Views: 19894

Re: GRID FILTER BUG

Are records visible even if READ PROTECTED by tenant firewall BO rules, as shown in the tenant tutorial video?
by Rennur
Thu Aug 02, 2018 3:15 am
Forum: General discussion and questions about Aware IM
Topic: Auto Login
Replies: 2
Views: 14011

Re: Auto Login

I don't use it & I don't think I ever implemented this properly.
May have been a bad idea in the first place ;)
by Rennur
Thu Aug 02, 2018 2:11 am
Forum: General discussion and questions about Aware IM
Topic: Cancel Process
Replies: 9
Views: 40906

Re: Cancel Process

5) Process workflow and branching consistencies. Process workflow and structure (hierarchy) of combining multiple processes. Branching is probably the wrong term used. E.g. Process 1 (Core) - FIND BO1 WHERE [insert criteria] IN BATCHES OF 1 - Process 2 Process 2 FIND BO2 IN BATCHES OF 1 - CREATE BO...
by Rennur
Wed Aug 01, 2018 7:58 am
Forum: General discussion and questions about Aware IM
Topic: Cancel Process
Replies: 9
Views: 40906

Re: Cancel Process

In my opinion, this issue is subject to each individual application. Things to check: 1) Incorrect/faulty design/use of Business object groups. 2) Ensure all SHOW SECTION_START, SECTION_END in document templates are properly enclosed. 3) Make sure Process refresh feature in BO forms is utilised. 4) ...
by Rennur
Fri Jul 27, 2018 12:37 pm
Forum: General discussion and questions about Aware IM
Topic: Context question - doubling id's
Replies: 1
Views: 11104

Re: Context question - doubling id's

Get rid of the BO Rule and do everything in the process. PROCESS : Rule 1 : FIND Series_Invoices WHERE Series_Invoices.Company=LoggedInStaff.Company AND Series_Invoices.DefaultSeries_Invoices='Yes' Rule 2: If SEARCH_COUNT>0 Then CREATE Invoices WITH Invoices.Series_Invoices= This Series_Invoices NO ...
by Rennur
Fri Jul 27, 2018 4:48 am
Forum: General discussion and questions about Aware IM
Topic: new REST ftr. in latest 2467 build Explained.
Replies: 2
Views: 15298

Re: new REST ftr. in latest 2467 build Explained.

Truly appreciate this helpful explanation, thanks Jaymer. Great stuff!
by Rennur
Thu Jul 26, 2018 3:32 am
Forum: General discussion and questions about Aware IM
Topic: What’s the trick to build a JSON string
Replies: 40
Views: 74607

Re: What’s the trick to build a JSON string

Aware IM Service will not work if there are more than 1000 records in the database found by the Implementing Process. It will return a blank result. In other words, the URL_CONTENTS will not get the JSON parameter from the service when there are more than 1000 records in the database for that BO. No...
by Rennur
Wed Jul 25, 2018 3:31 am
Forum: Problem reports
Topic: v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch
Replies: 7
Views: 21837

Re: v8 + Latest Win 2012 Update? Tomcat Fails to RE-Launch

Any chance you've also updated to JDK 1.8.0_181?
by Rennur
Wed Jul 25, 2018 1:18 am
Forum: General discussion and questions about Aware IM
Topic: What’s the trick to build a JSON string
Replies: 40
Views: 74607

Re: What’s the trick to build a JSON string

Thanks for putting some effort into this.
No probs, REST is now essential part of the app dev world.