[midPoint] Midpoint Beginners Guide

Chris Moore chris.moore5 at wisc.edu
Wed Nov 22 18:46:18 CET 2017


Hello,

I am new to midpoint, and am trying to get a PoC environment off of the ground.  After looking at the wiki, and midpoint documentation, I am struggling to get a simple DB collection and resource configuration off of the ground.

I am trying to collect from a sample table, and add those records as users in midpoint (authoritative source), I can define the schema handling section, but when trying to perform an unmatched sync, I get the following error.

Error occurred during resource object shadow owner lookup, reason: Couldn't convert query.

Attached is my Correlation Query.

<attribute>
   <ref>icfs:uid</ref>
   <displayName>Entry UUID</displayName>
   <limitations>
      <access>
         <read>true</read>
      </access>
   </limitations>
</attribute>

<attribute>
   <ref>icfs:name</ref>
   <displayName>Name</displayName>
   <limitations>
      <minOccurs>0</minOccurs>
      <access>
        <read>true</read>
         <add>true</add>
         <modify>true</modify>
      </access>
   </limitations>
</attribute>

<attribute>
   <ref>ri:uid</ref>
      <outbound>
         <source>
            <path>$user/Name</path>
         </source>
      </outbound>
      <inbound>
         <target>
            <path>$user/Name</path>
         </target>
      </inbound>
</attribute>



<correlation>
   <q:equal>
      <q:path>c:name</q:path>
      <valueExpressionexpression>
         <path>$account/attributes/ri:uid</path>
      </valueExpressionexpression>
   </q:equal>
</correlation>



Chris Moore | EIS / Middleware | chris.moore5 at wisc.edu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20171122/44570f99/attachment.htm>


More information about the midPoint mailing list