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