I am using Crystal Reports 10, running on SQL Server 2008 R2. The backend is in the server. When I run a report, it is working fine with my Admin userid and password but if I login with the client userid and password, I get the

Error Message :Failed to open a rowset. 42000:[Microsoft][ODBC SQL Server Driver][SQL Server]
It sound like “Access Violation or syntax error”.How to run the report in the client PC ?
My System Administartor solve by problem by Right click my Username in the server –> Properties –> Server Roles –> select the option ‘sysadmin’ (already ‘public’ selected).Then i create a DNS, now the report is working in client machine also.