Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get data from Merak via api

Status
Not open for further replies.

620202

Programmer
Apr 7, 2006
1
SE
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top