cancel
Showing results for 
Search instead for 
Did you mean: 

launching the RSOE Outbound Enabler

0 Kudos

Hello,

I am trying to create a Outbound Enabler from command Prompt executing the below command in Afaria SP27 Server

rsoe.exe -id <Transmitter id> -f <Farm id> -cs "host=localhost;port=80;" -cr "host=<relay Server Ip>;port=80;url_suffix=/ias_relay_server/server/rs_server.dll"

But while executing the code I am getting the below error.

Please Suggest what can be the issue.

View Entire Topic
former_member105680
Active Participant
0 Kudos

Hi Alok,

Typically, you want to use a port other than port 80. The reason is on Afaria server that port is already in use. Try same command line but change the first port to 81 for example and try again. Based on that error message the rsoe can't initialize the port listed in your command parameters. The port specified in the command line has to match what you have configured in Afaria communication page under server settings. So if you use port 81, you need to use same in your Afaira configuration communication page. I hope this helps.

Aziz

0 Kudos

Thanks Aziz for your Resposne.

I have able to short out the issue. The Physical path Credential was blank due which issue has occured.

Regards,

Alok