1836617 Members
2101 Online
110102 Solutions
New Discussion

HPSIM User

 
SOLVED
Go to solution
Annette Jones_2
Regular Advisor

HPSIM User

All,

Is there anyway to copy the cutomized settings of 1 user and use these customized details on other users. I know you can copy the permissions within hpsim, but i want all users to have a unformed homepage etc.

Ta
1 REPLY 1
Aravindh Rajaram
Honored Contributor
Solution

Re: HPSIM User

Execute the following command in the command prompt

mxuser -lf >> c:\users.xml

you will get the xml file that has the configurations of all the users. Now copy the customized detail as required and paste it as required. Once if you are done, execute the following command

mxuser -m -f c:\users.xml

This should solve your problem.