We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I'm having issues importing N-N relations. when I try to import one of these intersects I'm getting the following error
invalid attribute count for intersect objectParameter name: AttribuesActual value was 3.
I've tried different configurations in the xml, all with the same result.
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect"> <Export> <Attributes> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true"> <Match> <Attribute Name="adx_entitypermission_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock>
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect"> <Export> <Attributes> <Attribute Name="adx_entitypermission_webroleid" /> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true"> <Match> <Attribute Name="adx_entitypermission_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock>
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect" > <Export> <Attributes> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true" > <Match> <Attribute Name="adx_entitypermissionid" /> <Attribute Name="adx_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock> </Blocks> </ShuffleDefinition>
The text was updated successfully, but these errors were encountered:
Did you manage to fix this? I am still having this issue
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm having issues importing N-N relations.
when I try to import one of these intersects I'm getting the following error
I've tried different configurations in the xml, all with the same result.
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect"> <Export> <Attributes> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true"> <Match> <Attribute Name="adx_entitypermission_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock>
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect"> <Export> <Attributes> <Attribute Name="adx_entitypermission_webroleid" /> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true"> <Match> <Attribute Name="adx_entitypermission_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock>
<DataBlock Name="Entity Permission Web Role" Entity="adx_entitypermission_webrole" Type="Intersect" > <Export> <Attributes> <Attribute Name="adx_entitypermissionid" IncludeNull="true" /> <Attribute Name="adx_webroleid" IncludeNull="true" /> </Attributes> </Export> <Import CreateWithId="true" > <Match> <Attribute Name="adx_entitypermissionid" /> <Attribute Name="adx_webroleid" /> </Match> </Import> <Relation Block="Entity Permission" Attribute="adx_entitypermissionid" /> <Relation Block="Web Role" Attribute="adx_webroleid" /> </DataBlock> </Blocks> </ShuffleDefinition>
The text was updated successfully, but these errors were encountered: