February 3, 2009 at 11:44 pm
I have a report file named "Employee Detail.rdl" in the below location,
C:\Report_Types\Employee Info Report\Employee Info Report
I deployed this report using Build -> Deploy of the solution.
According to my understanding, once I deploy after the deployment I should see only one row added to dbo.Catalog table but dbo.Catalog table has 2 entries as below:
Row1:
Path = /Employee Info Report
Name = Employee Info Report
Type =1
Row2:
Path = /Employee Info Report/Employee Detail
Name = Employee Detail
Type =2
Item ID and Parent ID are unique for these 2 rows.
Can someone explain why there are 2 rows for this single report?
Thanks,
JJ
February 3, 2009 at 11:57 pm
Hello,
The first record will be for the report folder named “Employee Info Report” (where your report is deployed), and the second record is for the actual report.
“Type” is a useful column in the Catalog table:-
1 = Folder
2 = Report
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
February 4, 2009 at 12:14 am
thanks John!
June 18, 2009 at 2:58 pm
TYPES:
1 = Folder
2 = Report (.rdl)
3 = .XML
4 = Link Report
5 = Data Source (.rds)
6 = model
April 28, 2011 at 10:26 am
Update -additional types for 2008 R2
8 = Shared Dataset
9 = Report Part
November 12, 2012 at 4:30 am
Minor correction on type 3, this is any other file type (xml, image etc.)
Assumption is the mother of all F***ups
November 12, 2012 at 5:04 am
On a related subject (I'm digging around in the catalog table at the moment) does anybody know what "Dynamic Prompt" relates to in the parameter field?
it is entrenched in the xml for the parameters and as far as I have been able to tell is always false.
<I'm looking at the 2008R2 version here>
<Prompt>Report Date</Prompt>
<DynamicPrompt>False</DynamicPrompt>
<PromptUser>True</PromptUser>
<DynamicDefaultValue>True</DynamicDefaultValue>
</Parameter>
Assumption is the mother of all F***ups
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply