Hi,
Doing a client update from Sage X3 v12p30 direct to Sage X3 v12p35.
On login, I get these error:
```
Connection to server failed : X3 engine error: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'X3.Connections'. : ini_com:Variable dimension:
```
I check the SQL Server.
T-SQL code used:
```
SELECT name AS [Name],
SCHEMA_NAME(schema_id) AS schema_name,
type_desc,
create_date,
modify_date
FROM sys.objects
WHERE name = 'Connections';
```
I check my local Sage X3 v12p35 server.
How do I get the function in officially for Sage X3 v12p35 as I observed the function was encrypted?
Note that I observe Sage X3 v12p26 to v12p31 (fresh install) does not need the encrypted function.
I observe Sage X3 v12p32 to start using this encrypted function apparently: