(imported topic written by SystemAdmin)
Hi, I have been trying to get the ActionRegenerator to work.
I have download the latest version of the API, ActionGenerator, server & client, installed the API and put the actionregenerator on the server, which is running Windows 2003 Server.
I have created a actionregenerator BigFix account and I have connected to the console sucessfully.
I have configured the actionregenerator.config file as follows
######################################
- Action Regenerator Config File
######################################
- You need to change these config options:
databasedsn=bes_EnterpriseServer;
username=ActionRegenerator;
password=*******;
signingkeysfolder=D:\Program Files\BigFix Enterprise\ActionRegenerator;
- You probably don’t want to change these (although you can if you want)
preactiontitle=AUTOGENERATED: ;
sitename=BigFix AntiPest;
fixletid=4;
actionid=2;
targetrelevance=true;
daystillexpire=7;
temporaldistribution=60;
skipverification=1;
The output I get from the command line is as follows
ACTIONLOG: Tue Mar 11 16:42:34 2008: Running Script…
ACTIONLOG: Tue Mar 11 16:42:34 2008: WARNING! Could not find the BES Server inst
alled version key. The BES Server may not be installed correctly or at all.
ACTIONLOG: Tue Mar 11 16:42:37 2008: Action 0 found with sha1: 08fea08d3a62adb20
c0e12c46f516e26c06db954.
ACTIONLOG: Tue Mar 11 16:42:37 2008: LastRunSHA1 doesn’t exist (probably the fir
st time the script has been run). Propagating action 0 of Fixlet 4 of site "BigF
ix AntiPest"…
ACTIONLOG: Tue Mar 11 16:42:37 2008: ERROR: Signing keys are not valid. Error me
ssage is: These signing keys are not valid. They may be inconsistent with the da
tabase you
are connecting to, may be for a different operator, or may have been revoked.
Please verify that you have selected valid key and license files and try again.
Signing keys are not valid. Error message is: These signing keys are not valid.
They may be inconsistent with the database you
are connecting to, may be for a different operator, or may have been revoked.
Please verify that you have selected valid key and license files and try again.
Does anyone know what I’m not doing correctly
Many Thanks