Just setting up a new webapp and getting this error from the WebAppServerPropHandler.pkg:

Code:
        If (ghoWebServerPropStore = 0) Begin
            Error DFERR_PROGRAM "Unable to WebGet / WebSet the server property. The ghoWebappServerPropStore is not initialized. The most likely cause is the WebAppServerProp table not being available."
            Procedure_Return
        End
The WebAppServerProp table is in the Data folder. Any ideas? (I can see the WebApp Login Screen behind the error).