I use an asp file and create an api-object.
set apiObj = Server.CreateObject("MerakCOM.APIObject")
I can see all functions etc from the api
but I can't data from Merak e.g by
count = apiObj.GetDomainCount
response.write "count: " & count
count returns '0' though I have several domains in Merak, why?
set apiObj = Server.CreateObject("MerakCOM.APIObject")
I can see all functions etc from the api
but I can't data from Merak e.g by
count = apiObj.GetDomainCount
response.write "count: " & count
count returns '0' though I have several domains in Merak, why?