Hi all

DF19.1-MSSQL
I am doing my first steps in WEB. Everything is fine on Desktop web.
To create my first mobile web. Create another workspace using the DATA folder in common.

Create a zoomview and all good.

When executing (apparently it cannot connect the DB, On desktop it connects well) I don't access the DB with the following problem:
Code:
C:\xxxxxxxxxxxx\xxxxxxx\WebApp.exe
Login attempts failed. Application will be halted

Connection Id=MFXXXXXID.

[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Login failed for user 'USER1'.
DataFlex Error#: 4401 en línea: 7004.

[global method] (-6996) - oConnection (18) - at address 7004
MSG_LOGINALL (5195) - oConnection (18) - at address 11449
MSG_AUTOCONNECT (4985) - oConnection (18) - at address 11458
MSG_AUTOCONNECT (4985) - oApplication (14) - at address 8528
MSG_DOOPENWORKSPACE (4984) - oApplication (14) - at address 8521
MSG_END_CONSTRUCT_OBJECT (459) - oApplication (14) - at address 8550
[start] - at address 29257

What should I check?

EDgar