This is a known issue with the Mortgage Client on the Cloud. Before, on the local network, the software would create the user's schema.
CREATE SCHEMA [myschema] AUTHORIZATION [dbo]
GO
Replace the myschema with the users login.
This is a known issue with the Mortgage Client on the Cloud. Before, on the local network, the software would create the user's schema.
CREATE SCHEMA [myschema] AUTHORIZATION [dbo]
GO
Replace the myschema with the users login.