[ACP-1558]  Account Control Webservice Can Fail to Create User folders
Type Bug
Priority Low
Severity Trivial
Component Server-Side Web ASP pages
Fixed In Version [9.09.0
Versions Affected [8.1b8.1b
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 3/31/2021

Description
See this Comm Center thread by Paul Luckas, and specifically this message in which he found the problem. I believe those UserData items for the web lock users are historical. There are a few that are used by weather servers and other components, but I think the ones for the PinPoint parameters e.g., minbrt, are unused now. Thus aacountctrl.asp does not need to create them, and should not be looking at them as a test of whether or not to create the user's data folders on disk etc.

Comments
3/31/2021 10:57:50 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 1311
Affected files /trunk/ACP Help/relnotes.htm (Modified)
/trunk/WebDocs/ac/aaccountctrl.asp (Modified)
Check-in comment The web service account management API (ac/aacountctrl.asp) no longer creates the obsolete UserData keys in ACP's settings, and it will now properly delete an old UserData key when a user's account is deleted. GEM:1558
2/28/2021 11:31:58 AM   Bob Denny
This has gone away, remove the logic for creating UserDate folcers from aacountcontrol.asp