Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 [DuplicateScopeName] More than one data set.....

Author  Topic 

nitsmooth
Yak Posting Veteran

68 Posts

Posted - 2009-11-25 : 05:39:55
Hi all,
i am using sql server 2005. Why i keep getting this error while generating the report?

[rsDuplicateScopeName] More than one data set, data region, or grouping in the report has the name ‘Assignee’. Data set, data region, and grouping names must be unique within a report.
Build complete -- 1 errors, 0 warnings

Assignee is the name of the group parameter i am using.

GhantaBro
Posting Yak Master

215 Posts

Posted - 2009-11-25 : 14:17:52
seems u have named two things with same name when it was supposed to have unique names like a table cannot have two columns with same names...
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-11-26 : 01:59:26
quote:
Originally posted by nitsmooth

Hi all,
i am using sql server 2005. Why i keep getting this error while generating the report?

[rsDuplicateScopeName] More than one data set, data region, or grouping in the report has the name ‘Assignee’. Data set, data region, and grouping names must be unique within a report.
Build complete -- 1 errors, 0 warnings

Assignee is the name of the group parameter i am using.



Post the code used to build the dataset

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -