Problem:
The generator table >>TMP_SEQUENCE<< does not exist.
Situation:
I have had this error on SAP Enterprise Portal 7.3 when I tried to create entity for table.
Solutin:
You should create table TMP_SEQUENCE with fields:
GEN_KEY (VARCHAR(128), primary key)
GEN_VALUE (BIGINT or INTEGER)
The generator table >>TMP_SEQUENCE<< does not exist.
Situation:
I have had this error on SAP Enterprise Portal 7.3 when I tried to create entity for table.
Solutin:
You should create table TMP_SEQUENCE with fields:
GEN_KEY (VARCHAR(128), primary key)
GEN_VALUE (BIGINT or INTEGER)
Комментариев нет:
Отправить комментарий