Download and install Meta RF
- Sign into WMS and select Tools > Additional Downloads to download the RF client package.
- Unzip the RF client package onto your local server.
-
Edit the
rfclient.properties
as shown in this table. These properties are used for the installation of the MetaRF executable.Property
Default
Example
USER_INSTALL_DIR (required)
The root directory to install to on your local server.
Use forward slashes for the path.
<empty>
C:/MetaRFDirect
instance-name (required)
Appended to the USER_INSTALL_DIR path. For example: <USER_INSTALL_DIR>/<instance-name>
If installing multiple times, use a name relevant to the environment, such as test or prod.
scp11
WMS-test
wm9-app-host (required, do not change)
This property is the default server name that the RF client connects to. This property is used in all the RF_L1*.cfg configuration files.
<AWS server name, do not change>
lu3-rf.sce.awsdev.infor.com
user.language (required)
Default 2-char Unicode language code. Replace
${user.language}
with your desired RF client language. This property is used for the language configured in the MetaRF.ini file.${user.language}
En
wm9-app-socketserver-metaport (required, do not change)
For secure HTTPS communication, port 443 is used by MetaRF to connect directly to the cloud securely. This property is copied to the MetaRF.ini file.
443
443
tenant-id (required)
Your Tenant ID used for login to the cloud. Replace ${tenant-id} with the tenant name you received for use during MetaRF application login.
This property is used in all the RF_L1*.cfg configuration files.
${tenant-id}
SCELU3TENANT_TST
websocket-url (required, do not change)
This value is part of the URI path constructed by MetaRF to reach the Cloud RF client endpoint.
/scecloud/metarf
/scecloud/metarf
protocol-id (required, do not change)
The only protocol valid for Cloud is wss.
This is used in all the RF_L1*.cfg configuration files.
wss
wss
-
From the command line, run the install-rf script depending on your
application:
- Windows: install-rf.bat
- Linux or Unix: install-rf.sh