Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Toolbars missing when creating new users

Posted on by 45

I have a new user who cannot see their toolbars in GP v10. I followed the advice of other threads and have deleted the new user and blank user records from SY07121 and SY07125 tables. I assigned POWER USER privileges to the new user. I also logged in first as 'sa' to recreate the blank records. In each case the blank and new user records in SY07121 are consistent with other users (11 records per user). But, in each case, there is only one records created for the blank and new user in SY07125. This is the first time I have created a new user since we upgraded from v9 to v10. And. we do not customize our toolbars.

Any insight is greatly appreciated.

*This post is locked for comments

  • Luis Ruiz-Ortiz Profile Picture
    Luis Ruiz-Ortiz 355 on at
    Re: Toolbars missing when creating new users

    I was having the same issue, upgrading from GP 9, this solution fixed the issue.  Thanks!

  • Re: Toolbars missing when creating new users

    Hi Bar,

    I believe you are on the correct path. However if you deleted the blank records in those tables that may be causing the issue. The blank records in those tables are template records that are used for all new users. You can use the following scripts to enter those blank records back into the two tables:

    insert into DYNAMICS..SY07125 values (' ',0,1568,223,1,0,1556,59)

    insert into DYNAMICS..SY07125 values (' ',0,1568,223,2,0,1556,35)

    insert into DYNAMICS..SY07125 values (' ',0,1568,223,3,0,1556,45)

    insert into DYNAMICS..SY07125 values (' ',0,1568,223,4,0,1556,57)

    insert into DYNAMICS..SY07125 values (' ',0,1568,230,1,0,1567,75)

    insert into DYNAMICS..SY07125 values (' ',0,1568,230,2,0,1567,50)

    insert into DYNAMICS..SY07125 values (' ',0,1568,230,3,0,1567,24)

    insert into DYNAMICS..SY07125 values (' ',0,1568,230,4,0,1567,27)

    insert into DYNAMICS..SY07125 values (' ',0,1568,230,5,0,1567,55)

    insert into DYNAMICS..SY07125 values (' ',0,1568,228,1,0,1566,61)

    insert into DYNAMICS..SY07125 values (' ',0,1568,228,2,0,1566,63)

    insert into DYNAMICS..SY07125 values (' ',0,1568,228,3,0,1566,59)

    insert into DYNAMICS..SY07125 values (' ',0,1568,228,4,0,1566,38)

    insert into DYNAMICS..SY07125 values (' ',0,1568,228,5,0,1566,36)

    insert into DYNAMICS..SY07125 values (' ',0,1568,225,1,0,1563,49)

    insert into DYNAMICS..SY07125 values (' ',0,1568,225,2,0,1563,46)

    insert into DYNAMICS..SY07125 values (' ',0,1568,225,3,0,1563,26)

    insert into DYNAMICS..SY07125 values (' ',0,1568,225,4,0,1563,43)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,1,0,1565,25)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,3,0,1565,67)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,6,0,1565,30)

    insert into DYNAMICS..SY07125 values (' ',0,1568,231,2,0,1568,175)

    insert into DYNAMICS..SY07125 values (' ',0,1568,231,3,0,1568,206)

    insert into DYNAMICS..SY07125 values (' ',0,1568,231,4,0,1568,205)

    insert into DYNAMICS..SY07125 values (' ',0,1568,231,5,0,1568,123)

    insert into DYNAMICS..SY07125 values (' ',0,1568,294,1,1,-1,120)

    insert into DYNAMICS..SY07125 values (' ',0,1568,295,1,0,1568,97)

    insert into DYNAMICS..SY07125 values (' ',0,1568,295,2,0,1568,37)

    insert into DYNAMICS..SY07125 values (' ',0,1568,295,3,0,1568,74)

    insert into DYNAMICS..SY07125 values (' ',0,1568,295,4,0,1568,2)

    insert into DYNAMICS..SY07125 values (' ',0,1568,227,1,258,22597,22107)

    insert into DYNAMICS..SY07125 values (' ',0,1568,227,2,258,22597,22132)

    insert into DYNAMICS..SY07125 values (' ',0,1568,227,3,258,22597,22040)

    insert into DYNAMICS..SY07125 values (' ',0,1568,227,4,258,22597,22018)

    insert into DYNAMICS..SY07125 values (' ',0,1568,226,1,346,22004,22168)

    insert into DYNAMICS..SY07125 values (' ',0,1568,226,2,346,22004,22103)

    insert into DYNAMICS..SY07125 values (' ',0,1568,226,3,346,22004,22112)

    insert into DYNAMICS..SY07125 values (' ',0,1568,226,4,346,22004,22102)

    insert into DYNAMICS..SY07125 values (' ',0,1568,226,5,346,22004,22111)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,2,414,22035,22040)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,4,414,22035,22122)

    insert into DYNAMICS..SY07125 values (' ',0,1568,224,5,414,22035,22056)

    insert into DYNAMICS..SY07121 values (' ',0,1568,294,1,1,4)

    insert into DYNAMICS..SY07121 values (' ',0,1568,295,1,1,3)

    insert into DYNAMICS..SY07121 values (' ',0,1568,231,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,223,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,230,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,228,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,225,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,224,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,226,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,227,0,99,0)

    insert into DYNAMICS..SY07121 values (' ',0,1568,192,0,99,0)

    Let me know the results.

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans