[ https://issues.apache.org/jira/browse/CTAKES-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Finan resolved CTAKES-525. ------------------------------- Fix Version/s: 4.0.1 Resolution: Fixed Fixed 12/19/18 > Can't create custom dictionaries for resources with a dash in their names > ------------------------------------------------------------------------- > > Key: CTAKES-525 > URL: https://issues.apache.org/jira/browse/CTAKES-525 > Project: cTAKES > Issue Type: Bug > Environment: MacOs High Sierra. Ctakes4.0.0 > Reporter: Isabel Restrepo > Assignee: Sean Finan > Priority: Major > Labels: bug > Fix For: 4.0.1 > > > Creating a custom dictionary for > * MED-RT exits with error: > user lacks privileges or object not found: MED in statement [insert into > med_rt (CUI, MED-RT) values (?,?)] > * NCI_NCI-GLOSS exits with error: > user lacks privileges or object not found: NCI_NCI in statement [insert into > med_rt (CUI, NCI_NCI-GLOSS) values (?,?)] > Seems like the column name is not being properly escaped in the sql > statement. wrapping in quotes may be sufficient (just guessing) > > -- This message was sent by Atlassian Jira (v8.20.10#820010)