If I trying to run web agent using DominoDoc.API the error message "HTTP Server : Agent 'xxxx' error: Operation is disallowed in this session." the code can be run in Notes client but trouble in web. sample code : Dim theApi As Variant Dim theLibrary As Variant Dim theCabinets As Variant Set theApi = CreateObject("DominoDoc.API") .. ... Can dominodoc.api can be used in web ? Please help me. Thank you