<div dir="ltr"><div><br></div>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.<div>
<br></div><div>Find the problem users in MySQL:</div><div>select PrincipalID, FirstName, LastName from useraccounts where PrincipalID NOT IN (select agentID from inventoryFolders); </div><div><br></div><div>Review the users with good inventory in MySQL: <br>
select * from inventoryFolders where type='9';</div><div><div><br></div><div>Example Result:</div><div>
<p class="">| folderName | type | version | folderID | agentID | parentFolderID |</p>
<p class="">+--------------+------+---------+--------------------------------------+--------------------------------------+--------------------------------------+</p>
<p class="">| My Inventory | 9 | 18 | 15f6ef74-647e-466c-b374-125c162109e5 | aa011451-9b44-4133-af1e-2bcfb66bbfeb | 00000000-0000-0000-0000-000000000000 |</p><p class=""><br></p><p class="">Issue:<br>I need to generate a folderID.</p>
<p class="">Questions:<br>Is there a way to generate inventory folders from the command line? </p><p class="">How do I get a no colliding folderID?</p><p class=""><br></p><p class="">Thanks,</p><p class="">--Rick</p></div>
<div><br></div>-- <br>Rick Anderson<br>Director of Virtual Worlds<br>Division of Continuing Studies (DoCS)<br>Rutgers University<br>(732) 586-3265
</div></div>