Platform API Load Overflow Error

(imported topic written by SystemAdmin)

Aloha everyone,

I’m trying to use the load function in the Platform API to get some actionscript. However, when I execute the code, I run across an error in IE7 which is caused by the second line of code below. The first number is the site ID, the second parameter is the id of any fixlet, third and fourth are username and password.

The error I get is Error: Overflow

var fm = new ActiveXObject(“BESAPI.FixletMessage”);

fm.Load(2147497925, id, “bigfix”, “bigfix”);

var actionscript = fm.ActionScript(1);

file.Write(actionscript);

Any thoughts on what the problem could be?

Thanks,

Ilithis

(imported comment written by BenKus)

Do you only want to get actionscript? If so, maybe the SOAP API would be better for you…

https://www.ibm.com/developerworks/mydeveloperworks/wikis/home?lang=en#/wiki/Tivoli%20Endpoint%20Manager/page/BigFix%20SOAP%20API

Ben