Vallalarasu_P
10 years agoFrequent Contributor
Permission denied error on "Object.Exists"
In the code,
set oFindObject = BroObj.FindChildByXPath(iValue)
if oFindObject.Exists = True then
OfindObject.Exists in the first call, it runs correctly. But on the second call or third call it throws
" Microsoft VBScript runtime error. Permission Denied: 'oFindObject.Exists' "
error. What could be the reason for this?
set oFindObject = BroObj.FindChildByXPath(iValue)
if oFindObject.Exists = True then
OfindObject.Exists in the first call, it runs correctly. But on the second call or third call it throws
" Microsoft VBScript runtime error. Permission Denied: 'oFindObject.Exists' "
error. What could be the reason for this?