Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member201782
Participant

Afaria Relay Server Outbound Enabler Configuration:


Refer below Sybase technical article to do this configuration.

http://frontline.sybase.com/support/resolutionDetails.aspx?KBID=4575

(You will require Sybase technical id and pwd to login)

  • You have to create 4 Farms
  1. Afaria Server (any name)
  2. Enrollment Server (ios – can also be any name)
  3. PackageServer (ps - can also be any name)
  4. Certificate Authority server (ca - can also be any name)

Login to Relay Server

Open rs.config file and add below farm details

Also add below details to Backend Servers section in same rs.config file

Save the file and exit

To refresh rs.config file, run the below command from command prompt

Go to path: \relayserver\IIS\Bin64\Server

And execute

rshost –u –f F:\Apps\relayserver\IIS\Bin64\Server\rs.config


In above screen, for Afaria Backend server configuration, id (uft97) is Transmitter id. To get transmitter id


login to Afaria Server and follow below steps to capture ‘Transmitter id’ for Afaria server.

  Start->Run->regedit

Later go to below path to create 4 RS outbound enabler configuration files

Also create empty log file rsoe.log in mentioned above path

Also create empty log file rsoeios.log in mentioned above path

Also create empty log file rsoeps.log in mentioned above path

After you create files, configure these OE’s as Windows services, for that run below command

dbsvc -as -s auto -w ‘rsoe’ "F:\Afaria\AfariaServer\bin\RSOutboundEnabler\rsoe.exe" @"F:\Afaria\AfariaServer\bin\RSOutboundEnabler\rsoe.config"

rsoe’ is service name


Similarly run the same command for ios, ps and ca


Later Relay Server status should show as below


4 Comments
Labels in this area