[midPoint] Midpoint Beginners Guide

Arnošt Starosta - AMI Praha a.s. arnost.starosta at ami.cz
Thu Nov 23 10:19:50 CET 2017


Hi Chris,

i would blame your correlation expression, 'valueExpressionexpression'
seems odd. Please try

<correlation>
   <q:equal>
      <q:path>c:name</q:path>
      <expression>
         <path>$shadow/attributes/icfs:uid</path>
      </expression>
   </q:equal>
</correlation>

also if you are stuck, check midpoint samples for other ok configuration
examples

https://github.com/Evolveum/midpoint/tree/master/samples

arnost

2017-11-22 18:46 GMT+01:00 Chris Moore <chris.moore5 at wisc.edu>:

> 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
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>


-- 

Arnošt Starosta
solution architect

gsm: [+420] 603 794 932
e-mail: arnost.starosta at ami.cz


AMI Praha a.s.
Pláničkova 11
162 00 Praha 6
tel.: [+420] 274 783 239
web: www.ami.cz


[image: AMI Praha a.s.]

[image: AMI Praha a.s.]
<http://www.ami.cz/reseni-a-sluzby/bezpecnost-dat/identity-management>

Textem tohoto e-mailu podepisující neslibuje uzavřít ani neuzavírá za
společnost AMI Praha a.s.
jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně
písemnou formu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20171123/9df1b261/attachment.htm>


More information about the midPoint mailing list