module schema not found after upgrade

LabKey Support Forum (Inactive)
module schema not found after upgrade Maya Li  2011-12-05 15:22
Status: Closed
 
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?
 
 
Ben Bimber responded:  2011-12-05 15:23
hi maya,

did you enable your module in the folder you're working in? look under the admin menu -> manage project -> folder settings. you'll see a list of the enabled modules there.

-ben
 
Maya Li responded:  2011-12-05 16:07
That's it! Such a small gotcha. Thanks, Ben!