OK, here's the solution.
thanks to Support for getting this resolved.
I'm on a Upcloud Server, using MSSQL.
When you install Aware, there are several BASSERVER.props files available.
If you look at the available choices, there's only 1 that says SQL, that could work for Microsoft MS SQL (at least the way I view the choices).
As I see it, I'm not Derby, Oracle, MySQL, or Maria.
I don't know what MSDE is, so I chose AzureSQL, cause Azure is Microsoft and since you can't put punctuation in the names, I figured that was for
"Azure/MSSQL"
WRONG.
MSDE is what you use for MSSQL
So I had been using the wrong connector inside the Props file - one which seemed to work fine 99.9% of the time.
DatabaseComponent=com.bas.basserver.persistence.dbplugins.MSSQLServerInterface
is what is supposed to be used for MSSQL (makes sense!) - this is a line you can see inside your BASSERVER.props file.
So, a simple change and new records were created using the Sequence.
All is good!