July 11, 2012 at 10:37 am
This probably isnt the place to be asking this...BUT....I recently developed a report in SSRS and deployed to Report Manager and created a link. Only I click on the link the report opens but I see this error message...
The 'LI' start tag on line 8 does not match the end tag of 'UL'. Line 12, position 3.
Has anyone ever seen that? Or knows what it means? Im baffled.
I apologize for wasting anyone's time with this question.
Thanks,
Mike
July 11, 2012 at 1:15 pm
When you say you created a link, do you mean you created a link on a web page other than the report manager web page?
LI = List Item
UL = unorder list (bullets not numbers)
So I'm guessing the error is saying your web page has something like this:
<UL>
<LI> "text here </UL>
</UL>
The first </UL> should be </LI> or removed as HTML doesn't require an ending tag for LI.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 11, 2012 at 1:51 pm
When you say you created a link, do you mean you created a link on a web page other than the report manager web page?
YES.
I should note that some folks can run the report fine while others cannot. Here's the link. Open it up and try to export.
July 11, 2012 at 2:11 pm
Okay. The issue is somewhere in the data of the report and it only is an issue when using an older version of IE. Using IE 9 and Chrome the report renders fine, but when using Ie 9 in compatibility mode (down level) I get the error. I don't have FireFox or Safari installed.
Can you try changing Municipality to City/Town. It may be the LI in that word although I'm not sure how or why since it is the middle of a word.
The other thing I'd try is RDP'ing to the report server and running the report on there to try to get a better error. You can try to export to a web archive because that throws the error as well and then you might actually get the real error.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 12, 2012 at 6:32 am
Thanks for your help Jack, much appreciated. However, changing the word Municipality did not work. So, per your advice, I exported to a web archive to see if I could pinpoint the error message. When I do this, I receive this error message...make any sense to you?
July 12, 2012 at 6:52 am
Did you RDP to the Report Server and run the report directly there? Because I can't access the report server via RDP I get the error that I can't see the actual error because the report server is not setup to pass errors to remote connections.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 12, 2012 at 7:05 am
So with the link I created OUTSIDE of report manager, Im running IE8 on one of my desktops (getting the error message) and on my other desktop Im running IE7 (not getting the error message). When I redeployed the report and opened the report in report manager, it works fine on both desktops. Bizarre.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply