Archives : December-2019

Home » 2019

Each Aurora has a max connections limit. E.g. “db.t2.small” is around 45 connections. The limit is derived from the instance’s memory size. The larger the memory the bigger the max connection limit. See more info here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Performance.html If max limit is reached you will not be able to connect. May receive error like this: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: ..

Read more

The Ezidebit Javascript library does not have a timeout logic built-in. So it is possible to be waiting for transaction response indefinitely after payment form is submitted to Ezidebit. In this case the callback will never be called. We won’t know if the payment will eventually be processed or not. The only way to find ..

Read more

Just like firewall we can create an entry in VPC Network ACL to block certain IP addresses e.g. repeated hacking attempts. E.g. say we want to block this IP: 185.153.199.126 To do this in AWS Console, go to VPC > Network ACLs to add a DENY inbound rules entry. 50 ALL Traffic ALL ALL 185.153.199.126/32 ..

Read more

Please follow these steps: On their Mac, first run the database restore program: (this link will be different ) https://sportlogic-repo.s3-ap-southeast-2.amazonaws.com/SportLogic.inTennis/standalone/coast-community-tennis/v13.15.0-b05/Restore.zip Click “From Remote Backup” tab. Click “Fetch files” button. It will show 1 backup in the list. Select the backup and click “Restore…” button. The backup password is “pass123”.(if you get an error then install ..

Read more

From Catalina onward, all 32-bit apps will stop working. This includes legacy Apple Java 6. inTennis seems to be fine as long as a 64-bit Java is installed. For some reason Catalina is not allowing to install Oracle Java 8 JRE (or JDE). In this case install OpenJDK instead from here https://adoptopenjdk.net If Catalina complains ..

Read more

https://help.tyro.com/s/article/How-do-I-install-the-Tyro-Terminal-Adapter During installation, if you get a message that you require Microsoft .NET Framework 2.0 Service Pack 2, download and install from the link below https://www.microsoft.com/en-au/download/details.aspx?id=1639 Tyro installation on MAC site.properties:provider.module.pos.tyro.enabled=true customer.properties:POS_TYRO_USE_WEB_CLIENT=truePOS_TYRO_ENABLED=true After you add these to the properties list, Under File –>Config we will get a tyro optio..

Read more

Mark Heath from YPT would like us to integrate our POS with Xero – He has sent us a few links, mentioned below, which he thinks could help us with developing this new feature. https://central.xero.com/s/article/Square-NZ https://developer.xero.com/documentation/api-guides/how-to-integrate-my-pos-system..

Read more