[1,018 Unbekannter Fehler im Datenspeicher: [Beim Zugriff auf den Modellanbieter ist ein Fehler aufgetreten.]" Fehler beim Erstellen, Importieren oder Aktualisieren einer Entität in der ThingWorx-Plattform
Betrifft
- ThingWorx Platform 8.5 to 9.7
- PostgreSQL/MSSQL
Beschreibung
- Entität kann in ThingWorx Platform nicht erstellt, aktualisiert oder importiert werden
- Die Entität ist im Composer nicht auffindbar, wird aber in der Datenbank festgeschrieben
- Der folgende Fehler wird in Composer angezeigt und in <ThingworxStorage>logs/ApplicationLog.log protokolliert:
Unable to create thing:<name>: [1,018] Data store unknown error:[Error occurred while accessing the model provider.]
[1,018] Data store unknown error: [Error occurred while accessing the model provider.]
- Das Löschen des Dings ist mit den folgenden Fehlern in ErrorLog.log fehlgeschlagen:
JavaException: java.lang.Exception: Unable to delete thing: [####] Unable to dispose thing: [####] com.thingworx.common.exceptions.DataAccessException: [2,000] Error occurred while accessing the data provider - Folgende Fehler werden in <ThingworxStorage>logs/ErrorLog.log protokolliert:
[L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: <username>] [S: ] [P: ] [T: https-jsse-nio-8443-exec-3817] Error thrown creating entity = <entity_name>: Unable to create <entity_type>: [1,018] Data store unknown error: [Error occurred while accessing the model provider.] [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: <username>] [S: ] [P: ] [T: https-jsse-nio-8443-exec-3817] Unable to process import: Unable to create <entity_type>: [1,018] Data store unknown error: [Error occurred while accessing the model provider.] [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: <username>] [S: ] [P: ] [T: https-jsse-nio-8443-exec-3817] Import Failed: Unable to create group: [1,018] Data store unknown error: [Error occurred while accessing the model provider.] java.lang.Exception: Unable to create group: [1,018] Data store unknown error: [Error occurred while accessing the model provider.] ... Wrapped by: java.lang.Exception: Import Failed: Unable to create group: [1,018] Data store unknown error: [Error occurred while accessing the model provider.] ... [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: <username>] [S: ] [P: ] [T: http-nio-8080-exec-161] [1,018] Data store unknown error: [Error occurred while accessing the model provider.] org.postgresql.util.PSQLException: ERROR: permission denied for table <table> Where: SQL statement "INSERT INTO <table> ( ... ) VALUES ( ... )" Wrapped by: com.thingworx.common.exceptions.ModelAccessException: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]