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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

GP Smartlist not showing data for a single user when he tries to run a single smartlist report whereas all other users can see the record

(0) ShareShare
ReportReport
Posted on by 10

A Single user in our company gets no record when runs a specific smartlist. Other than this user, every body can see the record when that specific smart list is run. I have checked the security, it seems fine but even though this specific user does not get a single record when this single user tries to run this specific smartlist report. Note that other than this report this user can see data in all other smart list.

Looking at this issue, I did following steps but still the issue is there:

  • GRANT SELECT ON <TABLE/VIEW>  TO DYNGRP
  • CHECKED THE SECURITY IN TASK IN GP. This user has the same access as his colleagues have
  • Checked smartlist SQL Table security. (Tools >> smartlist builder >> security >> SQL Table security  (Every thing is fine here)

but this single user still has issue on this single smart list so when this user runs this smartlist, there is no record shown whereas other users can see the data

In addition to this I was trying to look for the following in dex.ini file but couldn't find it

SQLLogSQLStmt=FALSE

SQLLogODBCMessages=FALSE 

SQLLogAllODBCMessages=FALSE 

Can some one let me know what to do to solve this issue

I have the same question (0)
  • Suggested answer
    KellyanneB Profile Picture
    15 on at

    "1. Run this script:

    USE DYNAMICS

    SELECT SYUSERDFSTR, * FROM SY01402

    WHERE syDefaultType='96'

    AND USERID ='xxxx' (replace xxxx with the working GP User ID)

    SELECT DEX_ROW_ID, * FROM SY01402

    WHERE syDefaultType='96'

    AND USERID ='yyyy' (replace yyyy with the non-working GP User ID)

    2. Ask the user with the issue to close their GP application.

    3. Next, copy the value under SYUSERDFSTR field.

    4. Then, run the UPDATE script below for the User ID that has the issue. Copy the value of SYUSERDFSTR (from step 2) into the script below.

    UPDATE

    SY01402

    SET SYUSERDFSTR='aaaa' (replace aaaa with the SYUSERDFSTR value of the working GP User ID from step 2)

    WHERE USERID='yyyy’ (replace yyyy with the non-working GP User ID)

    AND syDefaultType = 96 AND DEX_ROW_ID=’zzzz’ (replace zzzz with the dex_row_id value of the non-working GP User ID from step 2)"

    www.enavate.com/.../how-to-resolve-microsoft-dynamics-gp-smartlist-window-not-showing

  • David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,095 Most Valuable Professional on at

    Hi Kellyanne

    I think that article addresses where the window opens and stops it opening off screen.

    FYI: GP Power Tools will prevent windows opening off screen and remember where you want them on a per user basis.

    I think the issue is not the window not opening, but the data returned by a favourite is not working.

    I suggest you capture logs. You can use GP Power Tools to capture up to 5 logs of just the issue from only the current instance with a single click.

    Or go through the manual steps to capture 1 log of everything from login to the issue. Add those dex.ini settings as TRUE and remember to set them back to false afterwards. If this is on a terminal server, the manually created logs will contain data from all sessions.

    It should show you why the SQL query is failing.

    I suspect regional settings on that machine. The question is... does it follow the user or the machine. Log that user onto another machine, and another user onto the machine where you saw the issue.

    Keep us informed of what you find.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 456 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 429 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans