I'm currently trying to develop an app for Contributed Channels. As a start I use 'Elektron Message API - Consumer Tutorial - Posting data to TR Contribution Channel' from https://developers.thomsonreuters.com/elektron/elektron-sdk-cc/downloads to test out connectivity.
In EmaConfig.xml I have Host as chp02-emea1.thomsonreuters.com and Port as 443.
In the program I use OmmConsumer consumer(OmmConsumerConfig().username(Account Number).position(Machine ID1)); The bold parameters is the one from CONTRIBUTIONS CHANNEL ORDER DETAILS
But it only return: Exception Type='OmmInvalidUsageException', Text='login failed (timed out after waiting 45000 milliseconds) for chp02-emea1.thomsonreuters.com:443)'
I have tried the B-side: chp02-emea2.thomsonreuters.com but with the same result.
Could you please tell help me figure out what I'm doing wrong as I assume that the host is running as it should and the error is about something else