<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1496228338204_6025"><span id="yui_3_16_0_ym19_1_1496228338204_6040">Digging deeper into my new user creation problem  I found that my problem is in the way I split the service from the remaining of services in my two instance of robust server. <br></span></div><div id="yui_3_16_0_ym19_1_1496228338204_6100"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1496228338204_6273">The reference on how to do that is here: <a class="" id="yui_3_16_0_ym19_1_1496228338204_6276" href="http://opensimulator.org/wiki/Shared_Services_Configuration">http://opensimulator.org/wiki/Shared_Services_Configuration</a></div><div id="yui_3_16_0_ym19_1_1496228338204_6352"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1496228338204_6595">The situation is that the new user creation process don’t reach the auth database to create the password entry .</div><div id="yui_3_16_0_ym19_1_1496228338204_6629" dir="ltr">The userAccount configuration is as follow with connector to authentication service on the other robust instance. <br></div><div id="yui_3_16_0_ym19_1_1496228338204_6659" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1496228338204_6675" dir="ltr">[UserAccountService]<br id="yui_3_16_0_ym19_1_1496228338204_6642">    ; for the server connector<br id="yui_3_16_0_ym19_1_1496228338204_6643">    LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br id="yui_3_16_0_ym19_1_1496228338204_6644">    ; Realm = "useraccounts"<br id="yui_3_16_0_ym19_1_1496228338204_6645"><br id="yui_3_16_0_ym19_1_1496228338204_6646">    ; These are for creating new accounts by the service<br id="yui_3_16_0_ym19_1_1496228338204_6647">    AuthenticationService = "OpenSim.Services.AuthenticationService.dll:AuthenticationServiceConnector"</div><div id="yui_3_16_0_ym19_1_1496228338204_6684" dir="ltr">    .......</div><div id="yui_3_16_0_ym19_1_1496228338204_7597" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1496228338204_6882" dir="ltr">[AuthenticationService]<br id="yui_3_16_0_ym19_1_1496228338204_6707">    AuthenticationServerURI = "http://192.168.2.xxx:yyyy"</div><div id="yui_3_16_0_ym19_1_1496228338204_6883" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1496228338204_6817" dir="ltr">The other robust instance authentication service is as default local to that robust instance.  <br></div><div id="yui_3_16_0_ym19_1_1496228338204_7918" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1496228338204_7917" dir="ltr">The new user is created normally in userAccount database and If I add manually  the password  entry in the auth database  of the other robust instance everything works fine. <br></div><div id="yui_3_16_0_ym19_1_1496228338204_6982" dir="ltr"><a id="yui_3_16_0_ym19_1_1496228338204_6992" class="" href="http://opensimulator.org/wiki/Auth">http://opensimulator.org/wiki/Auth</a></div><div id="yui_3_16_0_ym19_1_1496228338204_6999" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1496228338204_6920" dir="ltr">Thanks for your time reading this ...<br></div><div id="yui_3_16_0_ym19_1_1496228338204_6023" class="signature">GiMiSa</div><div id="yui_3_16_0_ym19_1_1496228338204_6022" class="qtdSeparateBR"><br><br></div><div style="display: block;" id="yui_3_16_0_ym19_1_1496228338204_6018" class="yahoo_quoted">  <div id="yui_3_16_0_ym19_1_1496228338204_6017" style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div id="yui_3_16_0_ym19_1_1496228338204_6016" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, linéale; font-size: 16px;"><br> </div> </div>  </div></div></body></html>