Innofactor / Innofactor.Crm.CI

DevOps tools for Microsoft Dynamics 365
GNU General Public License v3.0
24 stars 13 forks source link

error: invalid attribute count for intersect object #18

Open strwase opened 5 years ago

strwase commented 5 years ago

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.

`

  <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>`

`

  <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>`

`

  <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>

`

ManelPereira commented 6 days ago

Did you manage to fix this? I am still having this issue