Note: This step assumes you have already verified your security credentials for the SYSAD user of Enterprise Server. If you have
not, see the
Before you begin section at the start of this tutorial.
Start
Enterprise Server Common Web Administration (ESCWA)
- In a web browser, type the URL
http://localhost:10086 to open
ESCWA.
- Click
Native.
- In the navigation pane, expand
to see the
enterprise server region BANKDEMO.
If you do not see the BANKDEMO
region listed, refer to the steps of the tutorial
Getting started with Enterprise Developer to create the BANKDEMO repository with its default configuration.
Add a Remote File Access (RFA) Listener
To set up a new listener that communicates with the end-point client:
- In the navigation pane, expand
. Ensure that BANKDEMO is stopped.
- Click
.
- Expand
Communications Process 1 in the left-hand pane to view all listeners.
- Select
New Listener in the
Listener Properties page.
- In the
Name field, type
RFA.
Note: The listener name cannot be the same as the name of the
region.
- For the
Port field, type
9092.
- Select
RFA in the Conversation Type section.
- Click
Save.
The new
RFA listener is displayed under
Communications Process 1.
Enable Security for the BANKDEMO Region
First, you must add a new user that has the correct permissions to access and edit data sets using either through the file
service or the editor.
- In
ESCWA, click
Security.
- In the navigation pane, click
.
- Click
New.
- In the
Account Id field, type
RFADATA.
- In the
Password field, type
RFADATA, and confirm the password.
- Expand
Group Membership in the
Properties window.
- Under
Groups, check
#AllUsrs.
- Click
Save.
Now you must configure that user to have access to all datasets in the BANKDEMO repository.
- Click
.
- Expand
DATASET in the navigation pane, and select
**.
This opens the
Resource Options page which enables you to set access rules for all datasets in the BANKDEMO region.
- In the
ACL field, add
;allow:RFADATA:alter after any pre-existing options, then click
Apply.
- Click the
DATASET page in the navigation pane.
- Click
New Resource.
- In the
Name field, type
BANKDEMO.RFADATA.
- In the
ACL field, type
allow:RFADATA:alter, and click
Save.
The class is added to the list of resources and you can view the permissions in the
Description column. The BANKDEMO
region is ready for access via the file service API.
- To start the
region, click
, and click
(Start).