Page 1 of 1

Error metadada group

PostPosted:Thu Aug 22, 2019 8:40 pm
by tamiresAccenture
Hello
I want to create a new metadata group to be used in the OCR template.

This is my code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.8//EN"
    "http://www.openkm.com/dtd/property-groups-2.8.dtd">
<property-groups>
    <property-group label="Fatura" name="okg:fatura">
      <input label="Number" name="okp:fatura.number"/>
      <input label="Pay" name="okp:fatura.pay"/>
      <input label="Value" name="okp:fatura.value"/>
      <input label="Code" name="okp.fatura.code">
      </input> 
 </property-group>
</property-groups>
This is the error message:
Application error
Class: org.springframework.jdbc.BadSqlGrammarException
Message: StatementCallback; bad SQL grammar [create table OKM_PGRP_CUR_FATURA (RGT_UUID varchar(64) default '', RGT_NUMBER varchar(64) default '', RGT_FATURA.CODE varchar(64) default '', RGT_VALUE varchar(64) default '', RGT_PAY varchar(64) default '', primary key (RGT_UUID))]; nested exception is java.sql.SQLSyntaxErrorException: Incorrect table name 'RGT_FATURA'
Date: 2019-08-22 22:22:17
Remembering that I am using a Professional trial version

Re: Error metadada group

PostPosted:Sat Aug 24, 2019 3:53 pm
by jllort
The field "okp.fatura.code" has a typo, should be okp:fatura.code

This is not the right place to asking for support of any version of the professional edition, please talk with your sales manager and they will provide a technical contact for closer support.