Vertex does not support user supplied identifiers #1007
-
I am trying to migrate to arcadedb and want to use it with gremlin server. Got arcade db up and running on docker with this command
When I try to run my code I got this error
it shows the location of error and it is the code below (can provide more info if needed be)
I tried to add Does anyone have any idea what I can do the solve this issue? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Same thing when I run it via server.bat file. And I don't know if this is relevant but it throws me this error every time
|
Beta Was this translation helpful? Give feedback.
-
As already responded on the issue: ArcadeDB provides its own ID as a Record ID. You can provide your ID as a normal attribute, like "id". You can define a unique index on it for fast retrieval. About the last issue, an ArcadeDB server was running in the background, that's why the file was locked. |
Beta Was this translation helpful? Give feedback.
As already responded on the issue: ArcadeDB provides its own ID as a Record ID. You can provide your ID as a normal attribute, like "id". You can define a unique index on it for fast retrieval.
About the last issue, an ArcadeDB server was running in the background, that's why the file was locked.