I'm building a file-based module. The module runs perfectly in my development environment. When I deploy my module from my development environment to production environment, labkey ran a smooth upgrade process and created the new schema that I needed. But there is just one problem, the schema is not visible from the module or labkey app. The schema is not visible from the developer schema browser. An error message of "schema not found" pops up when I run my module code. The bizarre thing is that Admin Console->Database check's get xml doc tool sees my module and schema associated with it.
I have tried re-generating the module schema xml file. The admin console error log is empty after deployment. The full log file seems to run the database sql file correctly with no problems. No error is found in database check.
What else could be the problem here? |