Good day.
How are you ?
I am programming a C# Application that sends Events to the Milestone Event Server.
I am using the sample TriggerAnalyticsEventXML as the base code for my application.
But, when I try to send the data to localhost:9090 , I get an error message :
‘No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión 127.0.0.1:9090’
In English:
‘Connection cannot be stablished due to destination computer denied that connection 127.0.0.1:9090’
So I believe that the port for the Milestone Event Server (which is running in the background) is not the 9090.
I have tried the sample as it is too:
TriggerAnalyticsEventXML
But I get the same connection problem, so I believe it is still the port 9090 the one that has problems.
How can I solve this, please?
Thank you and have a nice day.
