[ https://issues.apache.org/jira/browse/CTAKES-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663880#comment-16663880 ]
Isabel Restrepo commented on CTAKES-525: ---------------------------------------- Examples of failing cases: • MED-RT • NCI_CTEP-SDC • NCI_CTRP-SDC • NCI_NCI-GLOSS And thinking about it (and just tested it) . It also doesn’t work on any resource with a period in the name. Examples are: • HL7V2.5 • HL7V3.0 > 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 > Priority: Major > Labels: bug > > 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 (v7.6.3#76005)