<div dir="ltr"><div>Hi, <br></div><div><br></div><div>I've found what has happened.</div><div><br></div><div>We ran out of licenses in Google Apps, and for all accounts Midpoint tried to create in google while out of licenses midpoint has created a faulty shadow Google Apps account.</div><div>Then when I was trying to reconciliate these accounts for some reason it was not passing the email correctly in the create user API</div><div><br></div><div>So I had to find all of these faulty google apps shadow and delete manually, then reconciliate and Midpoint was able to create the account in google and related good shadow account</div><div><br></div><div>Now we have to monitor closely our available licenses in google and never run out of licenses again, to avoid such situation in Midpoint.</div><div><br></div><div>Regards</div><div>Alexandre<br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 29, 2018 at 9:47 AM, Nicolas Rossi <span dir="ltr"><<a href="mailto:nrossi@identicum.com" target="_blank">nrossi@identicum.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#444444">Hi Alexandre, we are also working with this connector but we still have some issues (with groups associations). We didn't experience this kind of error but it seems that the connector is not sending the email. Can you check if the user being synchronized has a valid email ?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#444444"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#444444">Kind regards,</div><div><div dir="ltr" class="m_-8824484306201383954gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font face="arial, helvetica, sans-serif"><br><br><font color="#444444">Ing Nicolás Rossi</font><br><font color="#999999">Identicum S.A.</font><br><font color="#999999">Jorge Newbery 3226</font><br><font color="#999999">Tel: +54 (11) 4552-3050</font><br><font color="#999999"><a href="http://www.identicum.com" target="_blank">www.identicum.com</a></font></font><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Mon, May 28, 2018 at 10:05 PM Alexandre Zia <<a href="mailto:alexandre.zia@ifood.com.br" target="_blank">alexandre.zia@ifood.com.br</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div>Hello</div><div><br></div><div> Is Google Apps connector stable and reliable? <br></div><div><a href="https://wiki.evolveum.com/display/midPoint/Google+Apps+Connector" target="_blank">https://wiki.evolveum.com/<wbr>display/midPoint/Google+Apps+<wbr>Connector</a></div><div><br></div><div> Is there any other Google apps connector that works better?<br></div><div><br></div><div>I'm trying to use it, but cant make it work propperly. <br></div><div>It fails to create accounts, then sometimes it create but I can't see a reason for this behaviour<br></div><div><div><br></div><div>Always this error:<br></div><div><br></div><div>2018-05-29 00:52:33,667 [] [http-nio-127.0.0.1-8080-exec-<wbr>9] ERROR (com.evolveum.midpoint.<wbr>provisioning.ucf.impl.connid.<wbr>ConnIdUtil): ConnId Exception org.identityconnectors.<wbr>framework.common.exceptions.<wbr>RetryableException in connector:10a4f0a9-b0b1-47fd-<wbr>b84e-1922c0ee89ed(ConnId com.evolveum.polygon.<wbr>connector.googleapps.<wbr>GoogleAppsConnector v1.4.2.18-SNAPSHOT): ConnectorSpec(resource:<wbr>88fcd699-6a81-46d8-8b71-<wbr>37bcee02d492(Google Apps), name=null, oid=10a4f0a9-b0b1-47fd-b84e-<wbr>1922c0ee89ed): 400 Bad Request<br>{<br>  "code" : 400,<br>  "errors" : [ {<br>    "domain" : "global",<br>    "location" : "[resource.email.field[0].<wbr>Value]",<br>    "locationType" : "parameter",<br>    "message" : "Required parameter: [resource.email.field[0].<wbr>Value]",<br>    "reason" : "required"<br>  } ],<br>  "message" : "Required parameter: [resource.email.field[0].<wbr>Value]"<br>}<br>org.identityconnectors.<wbr>framework.common.exceptions.<wbr>RetryableException: 400 Bad Request<br>{<br>  "code" : 400,<br>  "errors" : [ {<br>    "domain" : "global",<br>    "location" : "[resource.email.field[0].<wbr>Value]",<br>    "locationType" : "parameter",<br>    "message" : "Required parameter: [resource.email.field[0].<wbr>Value]",<br>    "reason" : "required"<br>  } ],<br>  "message" : "Required parameter: [resource.email.field[0].<wbr>Value]"<br>}<br>    at org.identityconnectors.<wbr>framework.common.exceptions.<wbr>RetryableException.wrap(<wbr>RetryableException.java:101)<br></div><div>.</div><div>.</div><div>.</div><div>.</div><div><br></div><div>Caused by: com.google.api.client.<wbr>googleapis.json.<wbr>GoogleJsonResponseException: 400 Bad Request<br>{<br>  "code" : 400,<br>  "errors" : [ {<br>    "domain" : "global",<br>    "location" : "[resource.email.field[0].<wbr>Value]",<br>    "locationType" : "parameter",<br>    "message" : "Required parameter: [resource.email.field[0].<wbr>Value]",<br>    "reason" : "required"<br>  } ],<br>  "message" : "Required parameter: [resource.email.field[0].<wbr>Value]"<br>}<br>    at com.google.api.client.<wbr>googleapis.json.<wbr>GoogleJsonResponseException.<wbr>from(<wbr>GoogleJsonResponseException.<wbr>java:146)<br></div><div><br></div><div><br></div><div>I have recreated the resource several times form the sample XML but same problem.</div><div><br></div><div><br></div><div><br></div><div><br>-- <br><div class="m_-8824484306201383954m_-6227007891647156358gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="color:rgb(34,34,34);font-size:12.8px"><br></div><div style="color:rgb(34,34,34);font-size:12.8px"><table style="font-size:13px;line-height:normal;font-family:tahoma,geneva,sans-serif" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td colspan="2"><font style="font-size:small;line-height:normal;font-weight:bold" size="2" face="tahoma, sans-serif" color="#888888"><div style="font-family:tahoma,sans-serif;display:inline">​Alexandre Roberto Zia​</div></font></td></tr><tr><td colspan="2" style="font-size:12px;line-height:2em"><b><font color="#d52623"><div style="font-family:tahoma,sans-serif;display:inline">​Security<br></div></font></b></td></tr><tr><td colspan="2" style="font-size:11px"><br></td></tr><tr><td colspan="2"><b style="font-size:11px"><font face="arial narrow, sans-serif">TEL:</font></b><span style="font-size:11px"> </span><font style="font-size:11px" color="#999999"><a value="+551136343360" style="color:rgb(34,34,34)">+55 (11) 3634-3360</a></font><br></td></tr><tr><td colspan="2"><span style="font-size:11px"></span><br></td></tr><tr><td colspan="2"><span style="font-size:11px"><a href="http://www.ifood.com.br/" target="_blank"><font face="verdana, sans-serif">www.ifood.com.br</font></a></span><br><br></td></tr><tr></tr><tr><td rowspan="3" width="76"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/logo_ifood_ass.png" alt="" width="76" height="77"></td><td> </td></tr><tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td width="20"> </td><td><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_assinatura.png" alt="" width="150" height="16"></td></tr></tbody></table></td></tr><tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td width="20"> </td><td width="25"><a href="https://itunes.apple.com/br/app/ifood-delivery-e-entrega-comida/id483017239?mt=8" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_app_iphone.png" alt="" width="17" height="20"></a></td><td width="25"><a href="https://play.google.com/store/apps/details?id=br.com.brainweb.ifood" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_app_android.png" alt="" width="17" height="20"></a></td><td width="25"><a href="https://www.facebook.com/iFood?fref=ts" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_facebook.png" alt="" width="17" height="20"></a></td><td width="12"><a href="https://twitter.com/iFood" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_twitter.png" alt="" width="17" height="20"></a></td><td width="70"> </td></tr></tbody></table></td></tr></tbody></table></div></div></div></div></div>
</div></div></div></div></div>
______________________________<wbr>_________________<br>
midPoint mailing list<br>
<a href="mailto:midPoint@lists.evolveum.com" target="_blank">midPoint@lists.evolveum.com</a><br>
<a href="http://lists.evolveum.com/mailman/listinfo/midpoint" rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
</blockquote></div>
<br>______________________________<wbr>_________________<br>
midPoint mailing list<br>
<a href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
<a href="http://lists.evolveum.com/mailman/listinfo/midpoint" rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="color:rgb(34,34,34);font-size:12.8px"><br></div><div style="color:rgb(34,34,34);font-size:12.8px"><table style="font-size:13px;line-height:normal;font-family:tahoma,geneva,sans-serif" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td colspan="2"><font style="font-size:small;line-height:normal;font-weight:bold" size="2" color="#888888" face="tahoma, sans-serif"><div style="font-family:tahoma,sans-serif;display:inline">​Alexandre Roberto Zia​</div></font></td></tr><tr><td colspan="2" style="font-size:12px;line-height:2em"><b><font color="#d52623"><div style="font-family:tahoma,sans-serif;display:inline">​Security<br></div></font></b></td></tr><tr><td colspan="2" style="font-size:11px"><br></td></tr><tr><td colspan="2"><b style="font-size:11px"><font face="arial narrow, sans-serif">TEL:</font></b><span style="font-size:11px"> </span><font style="font-size:11px" color="#999999"><a value="+551136343360" style="color:rgb(34,34,34)">+55 (11) 3634-3360</a></font><br></td></tr><tr><td colspan="2"><span style="font-size:11px"></span><br></td></tr><tr><td colspan="2"><span style="font-size:11px"><a href="http://www.ifood.com.br/" target="_blank"><font face="verdana, sans-serif">www.ifood.com.br</font></a></span><br><br></td></tr><tr></tr><tr><td rowspan="3" width="76"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/logo_ifood_ass.png" alt="" width="76" height="77"></td><td> </td></tr><tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td width="20"> </td><td><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_assinatura.png" alt="" width="150" height="16"></td></tr></tbody></table></td></tr><tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td width="20"> </td><td width="25"><a href="https://itunes.apple.com/br/app/ifood-delivery-e-entrega-comida/id483017239?mt=8" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_app_iphone.png" alt="" width="17" height="20"></a></td><td width="25"><a href="https://play.google.com/store/apps/details?id=br.com.brainweb.ifood" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_app_android.png" alt="" width="17" height="20"></a></td><td width="25"><a href="https://www.facebook.com/iFood?fref=ts" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_facebook.png" alt="" width="17" height="20"></a></td><td width="12"><a href="https://twitter.com/iFood" target="_blank"><img src="http://pro-bee-beepro-img.s3-website-eu-west-1.amazonaws.com/17011/images/ifood_twitter.png" alt="" width="17" height="20"></a></td><td width="70"> </td></tr></tbody></table></td></tr></tbody></table></div></div></div></div></div>
</div>