Custom tables for a module/web part | Nick Kerr | 2012-07-31 17:34 |
Status: Closed | ||
Hi Leo, I've discovered that the schema XML file name is case-sensitive. In addition, so is the 'dcSchema=' property on the URL for http://localhost:8080/labkey/admin/getSchemaXmlDoc.view?dbSchema=<schemaName> This is causing the server to not read the metadata file correctly resulting in errors when looking at specific tables. My recommendation is to change both your sql upgrade script and your schema XML file to lowercase (e.g. qualifier.xml). This way both the action described above will work and the schema file will get picked up properly. Thanks, Nick |
||