Answered error

  • Wednesday, August 01, 2012 9:13 PM
     
     

    hi,

    if i have 1 report and i save it again with different name ,coz i need to make copy of it and i need to change in that report.

    but i save with different name and run ,it gives me error,but the original report doesnt show any error.

    even in error list there is no "error" specified.

    i am getting root element missing ,with no report name 

    Any idea?

All Replies

  • Wednesday, August 01, 2012 9:17 PM
    Answerer
     
     

    Hi tsql !

    The report you are trying to make a copy, is this a sub report or contains a sub report, which might be redirecting through some URL;

    Please try to share your RDL here, may be we can help you out finding the root cause of it.

    Thanks, Hasham Niaz

  • Thursday, August 02, 2012 2:37 PM
     
     

    no its doesnt hv subreport.

    i m getting error "root element is missing"

    what to do

  • Friday, August 03, 2012 11:38 AM
     
     

     Hi Tsql,

    Better go to the project folder and take a copy of the orginal report and rename it in the project folder itself.

    In the ssrs - Goto reports --> Rightclick -->Add exisitng reports --> browse the report and add.

    Then open the report.

    Thanks

    Esmari

  • Friday, August 03, 2012 12:23 PM
     
     Answered

    Hi,

    Open the report code(Right click->View Code) and take a look into the

    <parameters>

    -

    -

    </parameters>

    section.

    If you notice any xml issue, you need to correct it.

    The other solution is copy the code of you your original report and paste the code in new report RDL.


    Aftab Ansari

  • Friday, August 03, 2012 12:56 PM
     
     Answered

    are you making a copy of the report in visual studio? there is it easier and safest way to copy and rename. right click on the report, copy and paste in the project folder itself. Then rename it.

    regards

    joon