(imported comment written by bigfix_deployer91)
Ben Kus
If you are looking to build something that talks to the BigFix Server, you probably want the platform API (http://support.bigfix.com/bes/misc/platformapi.html) or the SOAP API (http://support.bigfix.com/bes/misc/soapapi.html).
Ben
Ben,
I followed the instruction provided in the link and installed platform api. I tried to use the TestApi.htm (which comes with platform API).However, I am getting following error, while using a createFixlet option in the testAPI.htm.
=============================================================================
FixletCreator failed. Msg is: No such file or directory; system lib (class BIO_read_filenameFailed)
=============================================================================
I also checked the if CheckSigningKeys is working or not then, I got following error
=============================================================================
Diagnostic Message: No such file or directory; system lib (class BIO_read_filenameFailed)
=============================================================================
It seems my signing keys validation, somehow got failed. Can you guide me which mistake, might I have done.
P.S.1: while running CheckSigningKeys , I entered first path to my publisher.pvk ( in next try, I provided path to license.pvk also) and my password for bigfix.
P.S.2: I am using windows (NT based ) authentication, so above password means the password we supply, while executing the fixlets.(Private Key password) …( tried with windows userid and password, but same result )
and I am also trying to run the perl script provided in the platform API document, but they are giving me error like this :
Can’t locate BESAPI.pm in @INC
BEGIN failed–compilation aborted at FixletMessage.pl line 5.
any idea what I am missing in the above cases ?
any pointer would be appreciated …