Search found 279 matches

by intra
Wed Nov 28, 2018 12:41 am
Forum: General discussion and questions about Aware IM
Topic: Need help with an Exists Applicability rule
Replies: 8
Views: 9424

Re: Need help with an Exists Applicability rule

This is very similar to what i am experiencing on this thread.
https://www.awareim.com/forum/viewtopic.php?f=2&t=10759

I did use the NOT() function to inverse the result however it produces some odd results when validating if an operation shows up on the grid based on the rule.
by intra
Mon Nov 26, 2018 1:03 am
Forum: General discussion and questions about Aware IM
Topic: Why do I get this message when I go to forum?
Replies: 6
Views: 7798

Re: Why do I get this message when I go to forum?

Correct Ben... it is showing from last 2-3 days.. :?: Support told me the site had been attacked. So I wonder this new message is part of Attack prevention? If yes, it looks a bit intimidating and unprofessional. That's a little harsh, sadly DoS attacks are not something that support has control ov...
by intra
Fri Nov 23, 2018 5:09 am
Forum: Problem reports
Topic: Applicability in operations.
Replies: 1
Views: 4993

Applicability in operations.

Hi everyone, Just wondering if anyone else can test if applicability works (in operations) when the criteria is against a plain text field? IE BusinessObject.Status = PENDING , APPROVED Then in a form with a grid, apply something similar, apply a operation with Applicability to BusinessObject.Status...
by intra
Thu Nov 15, 2018 11:50 pm
Forum: General discussion and questions about Aware IM
Topic: Oracle JDK
Replies: 2
Views: 4330

Re: Oracle JDK

Thanks for the reminder Arnold.

I really need to investigate OpenJDK as an alternative.
by intra
Fri Nov 02, 2018 6:46 am
Forum: General discussion and questions about Aware IM
Topic: sorry, but this forum software is starting to piss me off
Replies: 14
Views: 17676

Re: sorry, but this forum software is starting to piss me of

Another good candidate would be discourse (https://www.discourse.org/).

Its stable and also free.
by intra
Fri Nov 02, 2018 1:27 am
Forum: General discussion and questions about Aware IM
Topic: sorry, but this forum software is starting to piss me off
Replies: 14
Views: 17676

Re: sorry, but this forum software is starting to piss me of

Its annoying and maybe it's time for a more modern forum platform. With Vlad's support and blessing, i would be willing to lend time to setup 'flarum'. (https://flarum.org) There is a gotcha... however i still think its still a good idea and its FREE! (i am a sucker for all things FREE) 'Please keep...
by intra
Wed Oct 31, 2018 3:46 am
Forum: Problem reports
Topic: BSV password protection
Replies: 4
Views: 7812

Re: BSV password protection

When you load up the configuration manager, it would seem that the latest version is always loaded. In previous versions i believe it was unloaded when you exited the configuration manager and had protection of the BSV set. So V8.2 Behaviour First time you load it SOMEBSV + V1.1 - NEW (Not Loaded) +...
by intra
Mon Oct 29, 2018 8:28 am
Forum: Problem reports
Topic: BSV password protection
Replies: 4
Views: 7812

BSV password protection

Has anyone encountered an issue with the config tool not asking for password on protected bsv's after the initial unlocking?

Strangely when i load the latest version of the BSV (First time) , it will ask for a password and then never require it going forward?

Feature or bug?
by intra
Fri Oct 26, 2018 12:51 am
Forum: General discussion and questions about Aware IM
Topic: Advantages of running Aware as Service?
Replies: 9
Views: 11611

Re: Advantages of running Aware as Service?

Unix users can forward the output to a file and make use of the test and system log files. Haven't needed to do any further debugging, what are we missing out? Bruce, i use the crap out of being able to see the output windows. This doesn’t apply to running as a Windows service, but I know one time w...
by intra
Wed Oct 10, 2018 10:17 pm
Forum: General discussion and questions about Aware IM
Topic: Slow Aware app response issue...need guidance
Replies: 4
Views: 6997

Re: Slow Aware app response issue...need guidance

Address Resolution Protocol (ARP) is a communication protocol used for discovering the link layer address, such as a MAC address, associated with a given internet layer address, typically an IPv4 address.
by intra
Tue Oct 09, 2018 11:05 pm
Forum: General discussion and questions about Aware IM
Topic: Aware IM version 8.2 (beta)
Replies: 21
Views: 27512

Re: Aware IM version 8.2 (beta)

SAML will be most helpful to people developing for large organisations who use it. In my case, it will be helpful as we use PKI based smartcards that are tied to individual users. If all goes well, my users will only require to remember the 'PIN' asssociated to their smartcard to authenticate to Awa...
by intra
Fri Sep 07, 2018 2:13 am
Forum: General discussion and questions about Aware IM
Topic: Parse Full Name into First and Last Name attributes
Replies: 6
Views: 9704

Re: Parse Full Name into First and Last Name attributes

Maybe something along the lines of this.

FullString = John Smith

Firstname = SUBSTRING(FullString, 0,INDEX_OF(' ',FullString))
Surname = SUBSTRING(FullString, INDEX_OF(' ',FullString),LENGTH(FullString))
by intra
Sun Aug 26, 2018 2:04 am
Forum: General discussion and questions about Aware IM
Topic: New Build
Replies: 7
Views: 11458

Re: New Build

Security through obscurity works, understand that. However were a learning forum, details on how the potential issue arises is something we can look out for in future revisions. Im sure like most bugs its something silly that was never intended in the first place. Given its been fixed, i see no issu...
by intra
Thu Aug 23, 2018 12:49 am
Forum: General discussion and questions about Aware IM
Topic: New Build
Replies: 7
Views: 11458

Re: New Build

Could we please have some transparency regarding the third bug fix please?

Code: Select all

3. Some cunning business space name could have gained access to the app 
Would be great to understand the potential scenario.