cancel
Showing results for 
Search instead for 
Did you mean: 

creating a user in wily

former_member763005
Participant
0 Kudos

how do we create users in wily introscope.I am able to login with Admin user id..But i still want other

id's to be crteated.Please advise.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Balaji,

You can get that in the section user management of Wily EM installation guide. Essentially here are the steps to be followed:

1. User accounts must be maintained in the users.xml -> found in the /config of Wily EM path.

2. Generate the password using the MD5Encoder found in /tools of Wily EM path:

Syntax: ./MD5Encoder <username>

This generates a password, maintain that in the users.xml

3. Once the above steps are done, proceed to domains.xml and give the roles. If "X" is the username, then the roles are to be given like this

<grant user="X" permission="read" />

<grant user="X" permission="run_tracer" />

<grant user="X" permission="historical_agent_control" />

<grant user="X" permission="live_agent_control" />

Warm regards,
Pavan