I created a new application for my project that uses a new database connection. It works great in my development environment. After deploying to my production environment, I get the following error:
208: SQLState: 42S02 Error Code: 208 Message: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Invalid object name ‘dbo.TABLE_NAME’.
In the past, the ScriptCase production environment has detected the new database connection and asked me to set it up. I also tried setting it up on my own, but get the same result.
For some reason it’s acting like it is not getting the database connection information. I’ve tried closing and reopening my browser, using an incognito window, and using different browsers and devices. They all get the same error.