[Opensim-users] Recovering from Groups misconfiguration, need to generate folderID

Rick Anderson rianders at docs.rutgers.edu
Wed Aug 27 18:46:28 UTC 2014


I misconfigured the groups module then create users that were unable to get
a "My Inventory" folder. These users can't log in right now. I could delete
them and start over. However, I was looking to repair them.

Find the problem users in MySQL:
select PrincipalID, FirstName, LastName from useraccounts where PrincipalID
NOT IN (select agentID from inventoryFolders);

Review the users with good inventory in MySQL:
select *  from inventoryFolders where   type='9';

Example Result:

| folderName   | type | version | folderID                             |
agentID                              | parentFolderID
|

+--------------+------+---------+--------------------------------------+--------------------------------------+--------------------------------------+

| My Inventory |    9 |      18 | 15f6ef74-647e-466c-b374-125c162109e5 |
aa011451-9b44-4133-af1e-2bcfb66bbfeb | 00000000-0000-0000-0000-000000000000
|


Issue:
I need to generate a folderID.

Questions:
Is there a way to generate inventory folders from the command line?

How do I get a no colliding folderID?


Thanks,

--Rick

-- 
Rick Anderson
Director of Virtual Worlds
Division of Continuing Studies (DoCS)
Rutgers University
(732) 586-3265
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20140827/22990054/attachment-0001.html>


More information about the Opensim-users mailing list