1833064 Members
2965 Online
110049 Solutions
New Discussion

Menus Gone

 
Timmy Ho
Occasional Advisor

Menus Gone

My Menu Disappear after I add an tdef. I tried logging out and check my permissions.
6 REPLIES 6
LukaS_9
Regular Advisor

Re: Menus Gone

have you tried to stop and start sim?
1. connect to cms
2. mxstop
3. wait untill the sim process finish (ps -ef|grep -i mx)
4. mxstart (wait 2/3 minutes)
5. check if sim start with mxuser -lt (it has to return the list of sim users)

If the menu' still hide, try to execute on CMS this command:
mxinitconfig -a

Look in man page before to execute it. I think you will not loose any data.

regards
Luca
Timmy Ho
Occasional Advisor

Re: Menus Gone

-Tried Stop and starting SIM.
-Logged on the CMS.
-I get my user name back when using command mxusers.
-Recieve no error when using mxinitconfig -a command.

Still no menus when I log on.
LukaS_9
Regular Advisor

Re: Menus Gone

What happen if you run this command on CMS?
#/opt/mx/bin#mxauth -l t

you should have to see something like this:
USER TOOLBOX NODE/NODEGROUP
root All Tools g:CMS
root All Tools g:All Managed Systems

if TOOLBOX is empty, try to assign the "All Tools" toolbox to root user with command mxauth (see man page)

Luca
Timmy Ho
Occasional Advisor

Re: Menus Gone

Check Attached. I do have all tools assigned to me and administrator
LukaS_9
Regular Advisor

Re: Menus Gone

1 - which user are you? dgo or tho?
2 - have all users the same problem?
3 - have you modified a toolbox after creation of tdef?
4 - execute "mxuser -lt". Do your user have full rights?
5 - execute "mxtoolbox -l t". Are your toolboxes enabled?

too much questions? :)

luca
LukaS_9
Regular Advisor

Re: Menus Gone

sorry, I forgot:
In your home page, you can click on "Add New User" and investigate on your user/tool/toolboxes/authorization definition.

regards
Luca