We have a similar problem here.
It seems to be a really weird permissions problem...
We have a VM (developer box) deployed to Azure.
A team member (User 0) connected to the machine via RDP an logged in as (local Windows) administrator (builtin\axlocaladmin).
Then started Visual Studio in the "Run as administrator" mode.
Then, in VS created a new model, new solution, new project etc. in USR layer.
Then created a new test table. He was able to open/view the table using Table Browser (context menu command 'Open table browser'.
Fine!
Then, in his role as local Windows administrator, he added a further *local* user (localuser1), added him to the Windows Administrator group.
Then he performed the steps to 'promote' the new user (localuser1) as a developer, as described in AX Help Wiki "Enable a new user account to develop on an AX development VM" (alternative title: "Enable a new developer on a Dynamics AX development machine", ax.help.dynamics.com/.../enable-a-new-developer-on-a-dynamics-ax-development-machine), particularly executing the PowerShell script as required.
There seemed to be no errors.
Then, user 1 connected to Azure VM via RDP, logged in as builtin\localuser1, started VS with "Run as administrator", created his own solution/model/project/package/... in USR layer.
Created a new table for testing purposes. Tried to open/view this new, self-created table using TableBrowser:
Impossible; error message "The menu item with the name sysTableBrowser could not be opened" plus Session ID etc. No explicit mention of any permissions problem (e.g. "Access denied" or "Insufficient privileges" or whatsoever... nothing of that kind.)
On the other hand, localuser1 is able to open any other pre-existing (default AX) table using TableBrowser but not his own table!
Strange enough, if user 0 logs in again as builtin/administrator, starts VS "Run as administrator" again, created another new model/solution/package/project etc. and adds a new table just as above, he's now *unable* to open this just created table in TableBrowser.
However, he's still able to open any other built-in AX table. But not his own!
What are we doing wrong?
What prevents the localuser1 from opening his own, just created table with TableBrowser?
We've read in the documentation (somewhere in AX Help Wiki) that several (local?) users can be enabled as developers on the same AX box (VM) but only one can develop at a time (this is what we did when using the PowerShell script mentioned above...).
We're respecting this limitation on the development VM: only one user is connected to the machine at the same time, either user 0 (axlocaladmin) or user 1 (localuser1). Nevertheless, accessing self-created tables using the table browser doesn't work.
Any ideas?
Any help appreciated. Thanks in advance.
-- dynax-42