Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

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

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

  • Suggested answer
    Ian Grieve Profile Picture
    Ian Grieve 22,782 on at
    RE: SmartList Builder Will Be Disabled Until It Is Initialized By The System Administrator

    Check out this post I did a while back:

    www.azurecurve.co.uk/.../smartlist-builder-will-be-disabled-until-it-is-initialized-by-the-system-administrator

  • Verified answer
    MK Profile Picture
    MK 480 on at
    RE: SmartList Builder Will Be Disabled Until It Is Initialized By The System Administrator

    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

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

  • Katie Pieczynski Profile Picture
    Katie Pieczynski 3,225 on at
    RE: SmartList Builder Will Be Disabled Until It Is Initialized By The System Administrator

    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.

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!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans