web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

SmartList Builder Will Be Disabled Until It Is Initialized By The System Administrator

(0) ShareShare
ReportReport
Posted on by 480

I have purchased from eOne  Smart list Builder for Dynamics GP 10. After installation I follow the steps to allow access to user’s smart list objects

I did as follows

  1. Dynamics GP  >  Tools  >  Setup  >  System  >  Security Tasks
  2. Created a new task.
  3. Selected Smart List.
  4. Selected Smart List Object.
  5. Selected Smart List Objects.
  6. Selected Access List pane, which I want to grant access.
  7. Saved.
  8. Dynamics GP  >  Tools  >  Setup  >  System  >  Security Roles
  9. Created a new role.
  10.  Selected above role
  11.  Saved.
  12. Dynamics GP >  Tools  >  Setup  >  System  >  User Security
  13. Allow access to company

 But still I am getting this error once I login please help

 SmartList Builder Will Be Disabled Until It Is Initialized By The System Administrator

 Once I access

 8666.222.png

*This post is locked for comments

I have the same question (0)
  • Katie Pieczynski Profile Picture
    3,225 on at

    We just had this happen to us also.  It appears we lost connection to the TS but once we logged out and logged back in the error went away.

  • Verified answer
    MK Profile Picture
    480 on at

    issue has been solved once run the scrip

    grant.sql script in the  dynamics databases

    ==============================================================

    /*Count : 1 */

    declare @cStatement varchar(255)

    declare G_cursor CURSOR for select 'grant select,update,insert,delete on [' + convert(varchar(64),name) + '] to DYNGRP' from sysobjects
    where (type = 'U' or type = 'V') and uid = 1

    set nocount on
    OPEN G_cursor
    FETCH NEXT FROM G_cursor INTO @cStatement
    WHILE (@@FETCH_STATUS <> -1)
    begin
    EXEC (@cStatement)
    FETCH NEXT FROM G_cursor INTO @cStatement
    end
    DEALLOCATE G_cursor

    declare G_cursor CURSOR for select 'grant execute on [' + convert(varchar(64),name) + '] to DYNGRP' from sysobjects
    where type = 'P'

    set nocount on
    OPEN G_cursor
    FETCH NEXT FROM G_cursor INTO @cStatement
    WHILE (@@FETCH_STATUS <> -1)
    begin
    EXEC (@cStatement)
    FETCH NEXT FROM G_cursor INTO @cStatement
    end
    DEALLOCATE G_cursor

    =================================================

  • Suggested answer
    Ian Grieve Profile Picture
    22,784 on at

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
HP-11021721-0 Profile Picture

HP-11021721-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans