Hi:<br><br>My last message was about some "lost" data when calling to some services (in this case UserServices), working in Grid mode.<br><br>Well, today I miss more than data, I've lost even some servers when I execute a Grid. For example, I can't create a new user accessing OpensimBase.CommunicationsManager.AddUser(), simply the internal object IUserServiceAdmin m_userServiceAdmin is null.<br>
<br>I need to call these methods from a plugin (RemoteServicesPlugin : IApplicationPlugin), which give me only access to OpensimBase object.<br><br>If I have to access, in this case, to the User Server methods I can't in grid mode... I pretend to have a plugin for the COMPLETE remote administration of a Grid and not to use console commands to do some repetitive tasks, and, of course, not to access directly to database (I hate some kind of "hacks").<br>
<br>Anyone knows how to access to grid servers (UGAS) from OpensimBase without hacking the base code?<br><br>Greetings<br><br><br>PD - I am replicating some console commands and seems that everything is working quite well (messages, terrain commands, even building commands), in the next days I will upload the code (both for plugins and xmlrpc client) to my web page, and if anyone wants to review/modify/criticize is welcome.<br>
<br>