Hello, I made a simple plugin to add the posibility of configuring a controller that saves the info to send HTTP messages (base URL and credentials), and 2 rule actions that do HTTP Get methods to specific URLs given the base URL.
The thing is, to test it I used a test server that had the exact same milestone version and It worked correctly. But when I try to install it in the production server, the plugin loads, Im able to configure a controller but I cant see the new rule actions that I added.
Te key difference in the production server is that the Managment Server and the Event Server are in different windows computers.
I searched the topic in the forum and tried a few things, like modifying the environments in the “.def” file, adding the management server computer to the administrator role and modifying the plugin code.
It was an installation error, the plugin was developed the same way the BatAction is so that wasn’t the issue. We had to install it in the server that had the management server, as well as the one that had the event server, that solved our issue.