‎22-08-2019 05:14 PM
Hello,
We keep having this pop up when generating a website.
Any idea on how to fox the problem ?
Thanks !
‎22-08-2019 05:34 PM
Hello,
Please see the below solution article extract regarding this issue:
When running a code generator an error occurs like:
PropGet([Unknown Object] <RouMNrb46az5>) is not valid for the Table MetaClass
PropGet(MetaAttribute Variable Duration <CCfMsgbroS00>) is not valid for the Condition / Loop Sequencing MetaAssociation
Notes:
Can occur in various contexts, for example:
It is a generic error.There is a mistmatch between data structure (metamodel) expected in the code of a feature and the data actually available during the process execution. Example: PropGet() is not valid on the MetaClass
It means a reference to a MetaAttribute or TaggedValue is not valid for the MetaClass in the code of processing.
There can be several reasons:
Indications to identify the source of the error:
Example for error message:
PropGet() is not valid on the Table MetaClass
Build a query such as
Select [MetaAttribute] Where _idabs='RouMNrb46az5' and MetaClass='Table'
Select [TaggedValue] Where _idabs='RouMNrb46az5' and MetaClass='Table'