Search found 45 matches

by gijsvb
Thu Aug 29, 2019 8:41 am
Forum: General discussion and questions about Aware IM
Topic: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
Replies: 4
Views: 10835

Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

It's not just you, mark.

Thnx John, works like a charm.

Gijs
by gijsvb
Thu Aug 29, 2019 7:26 am
Forum: General discussion and questions about Aware IM
Topic: Translation logon error message
Replies: 0
Views: 3943

Translation logon error message

Hi,

On an incorrect login on my logon screen, I get the message 'Invalid credentials or access denied. Please try again.'. I can't find this text in the locale texts. Can I enter a translation for this text anywhere in the system?

Regards,

Gijs.
by gijsvb
Wed Aug 28, 2019 10:25 am
Forum: General discussion and questions about Aware IM
Topic: Function Syntax Error Help?
Replies: 2
Views: 3624

Re: Function Syntax Error Help?

Hi, I do think you're forgetting to update your variable. Maybe the statement should be something like: IF INDEX_OF(' / '+ContractWork.psWork.psTitle.Title+' / ', Contract.hWorkList)>0 THEN Contract.hWorkList = REPLACE_PATTERN (Contract.hWorkList, ' / '+ContractWork.psWork.psTitle.Title+' / ','') Re...
by gijsvb
Sat Jul 27, 2019 2:35 pm
Forum: General discussion and questions about Aware IM
Topic: Creator access and mixed case login names
Replies: 0
Views: 4195

Creator access and mixed case login names

Hi, I have a problem when a user logs in with a username using another upper/lowercase combination as saved in the database. F.i. username in database 'ridder' and user logs in using 'Ridder'. His login succeeds but the form showing his profile data is empty. I think this is because the access level...
by gijsvb
Wed Jul 24, 2019 5:34 am
Forum: General discussion and questions about Aware IM
Topic: Linux Browser Path
Replies: 2
Views: 3486

Re: Linux Browser Path

Hi,

In my setup it is in ConfigTool\ConfigTool.ini:
-Dawaresoft.awareim.configtool.serverName=server
-Dawaresoft.awareim.configtool.serverPort=9000



and in bin\UIConfig.props:
HostServer=server
HostServerPort=9000
WebServer= server
WebServerPort=8443
WebServerProtocol=https
by gijsvb
Fri Jun 14, 2019 5:24 pm
Forum: General discussion and questions about Aware IM
Topic: REST 8.3 processing Reply
Replies: 1
Views: 3493

Re: REST 8.3 processing Reply

Hi,

Just tested the recaptcha siteverify rest call with 8.3 and indeed 411 errors were reported, but no status report for a successful call.

Regards,

Gijs.
by gijsvb
Fri Jun 14, 2019 4:33 pm
Forum: General discussion and questions about Aware IM
Topic: Forgotten password proces and access level
Replies: 1
Views: 3689

Forgotten password proces and access level

Does the forgotten password proces have guest level access, or is there a special access level for this proces? I'm testing my forgotten password proces in my test environment using a guest account and then it needs guest access to several BO's especially the systemsettings and the regularuser BO. D...
by gijsvb
Tue Jun 04, 2019 6:31 am
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

Hi, The 767 max key-length restriction on InnoDB tables is lifted to 3000 for MariaDB 10.2 and higher. The default MariaDB for Ubuntu and other debian distributions is still 10.1. That's why my system has 10.1 installed. Is there a problem to change the character set of this key field to utf8 instea...
by gijsvb
Mon Jun 03, 2019 5:31 pm
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

The problem is a combination of MariaDB 10.1 and InnoDB as a default database. I installed AwareIM on a different system using MyISAM as a default database. DV_RES was created on that system. Changing the storage engine from MyISAM to InnoDB lead to this error: ERROR 1071: Specified key was too long...
by gijsvb
Fri May 31, 2019 11:15 am
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

And the database tables created: -- MySQL dump 10.13 Distrib 5.7.12, for Win64 (x86_64) -- -- Host: bgncloud.nl Database: BASDB -- ------------------------------------------------------ -- Server version 5.5.5-10.1.38-MariaDB-0ubuntu0.18.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CL...
by gijsvb
Fri May 31, 2019 11:11 am
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

Still not sure my attachments get through. Now startup log text in message: gvb@server:~/AwareIM/bin$ bash shutdown.sh AwareIM is now shutdown. gvb@server:~/AwareIM/bin$ bash startAwareIMNoGUI.sh gvb@server:~/AwareIM/bin$ Overall status: Aware IM starting ... Process status: Tomcat: Starting... Star...
by gijsvb
Fri May 31, 2019 11:00 am
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

Not sure the file attachment succeeded so now one by one
by gijsvb
Fri May 31, 2019 10:58 am
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Re: Using 8.3 with MariaDB

Hi,

I deleted the BASDB en BASDBTEST databases and restarted the server. Attached the startuplog.txt and a sql dump of the BASDB database created.

Regards,

Gijs van Ballegooijen.
by gijsvb
Thu May 30, 2019 5:23 pm
Forum: General discussion and questions about Aware IM
Topic: Using 8.3 with MariaDB
Replies: 11
Views: 14654

Using 8.3 with MariaDB

Hi, I'm trying to use the new 8.3 version with my MariaDB database, I get an error message stating BASDB.DV_RES doesn't exist. This message pops up when I try to create a new BS, A new BS minor version or try to delete a BS. The BASDB and BASDBTEST databases are created and populated with several ta...
by gijsvb
Fri May 10, 2019 6:44 pm
Forum: General discussion and questions about Aware IM
Topic: Delete button not showing
Replies: 2
Views: 4140

Re: Delete button not showing

Hi,

Thanks for the answer.

I have found a work around by using a proces with a 'remove' action to remove a week from the user's holiday list. This works even if the user has only read access to the BO week.

My problem is solved.