Hi Clive, glad you got it figured out! Thanks for posting the solution to the list, too, for other standalone operators. :)<div><br></div><div>- Chris/Fleep</div><div><br></div><div>Chris M. Collins (SL/OS: Fleep Tuque)</div>
<div>Center for Simulations & Virtual Environments Research (UCSIM)</div><div>UCIT Instructional & Research Computing</div><div>University of Cincinnati</div><div>406A Zimmer Hall</div><div>315 College Drive</div>
<div>PO BOX 210088</div><div>Cincinnati, OH 45221-0088</div><div><a href="mailto:chris.collins@uc.edu">chris.collins@uc.edu</a></div><div>(513) 556-3018</div><div><br></div><div><a href="http://ucsim.uc.edu">http://ucsim.uc.edu</a><br>
<br><div class="gmail_quote">On Sat, Mar 3, 2012 at 6:08 AM, Clive Gould <span dir="ltr"><<a href="mailto:cliveg@gmail.com">cliveg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
After a number of postings to the OpenSim forums (thanks especially to<br>
Diva and Justin) the fix was to get the standalone simulator to create<br>
and use a presence table, which could be queried.<br>
<br>
This was achieved by adding the following three lines to<br>
StandaloneCommon.ini and restarting the simulator:<br>
<br>
[PresenceService]<br>
StorageProvider = "OpenSim.Data.MySQL.dll"<br>
ConnectionString = "Data Source=localhost;Database=opensim;User<br>
ID=xxxx;password=yyyy;"<br>
<br>
The following SQL query then successfully returned the names of users<br>
currently online:<br>
<br>
select a.firstname, a.lastname from opensim.UserAccounts a,<br>
opensim.Presence b where a.principalid = b.userid<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br></div>