我正在编写一些代码来转换AAS Model.bim文件中的表名和列名。我已经解决了大多数问题,但是遇到一个正在说的问题:
> An error occurred while opening the model on the workspace database.
Reason: Failed to save modifications to the server. Error
> returned: 'Relationship 'fda86bd8-bf2a-4cf9-929a-d9e60a284c1f' uses an
> invalid column ID 1727.'
以下代码中定义了这种关系:
{
"name": "fda86bd8-bf2a-4cf9-929a-d9e60a284c1f",
"fromTable": "Lancement d`un nouveau produit",
"fromColumn": "product_key",
"toTable": "Produit",
"toColumn": "product_key"
},
“ from / to”表/列均已在“表和列”部分中进行了翻译。
我无法在线找到有关此错误的任何信息-有人知道为什么会发生这种情况吗?