Book a Demo

Author Topic: HTML Report URLs  (Read 3844 times)

MikeSmith37

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
HTML Report URLs
« on: May 17, 2009, 09:10:59 pm »
Hi,

We're using HTML report generation but are not able to setup references with a guid.

Is the format correct:

http://localhost:8180/generate/index.htm?guid=D7867C16-C6E9-4e0c-A191-742B1D19B5C6

We are using EA 7.1.834, report is served up on Apache Tomcat 6.0.18 (testing on Win XP, live target will be RH linux).

Thanks in advance,
Mike S.

Dorian Workman

  • EA User
  • **
  • Posts: 194
  • Karma: +0/-0
    • View Profile
Re: HTML Report URLs
« Reply #1 on: May 19, 2009, 06:27:45 am »
Your format looks correct. Here's one of mine that works (machine address masked):

http://XXXXXXXXXXXXXXXXX/10771/index.htm?guid=F62F9776-58DA-4d0b-9B69-0A69AB7DA0E8

« Last Edit: May 19, 2009, 06:28:42 am by dworkman »
<a href="http://www.linkedin.com/in/dorianworkman" ><img src="http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15.gif" width="80" height="15" border="0" alt="View Dorian Workman

MikeHSmith

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: HTML Report URLs
« Reply #2 on: May 19, 2009, 08:08:24 pm »
Thanks Dorian. I just tried this on another server (plain Apache server this time) and I was able to get it to work.

A minor enhancement request - would it be possible to get the LH navigator to reflect the selected diagram/object (when a guid reference is passed).

At the moment the navigator just stays at the default location which loses useful context for the browsing user.

Dorian Workman

  • EA User
  • **
  • Posts: 194
  • Karma: +0/-0
    • View Profile
Re: HTML Report URLs
« Reply #3 on: May 20, 2009, 06:19:20 am »
Yes I host mine on Apache too.

You can log your Feature Request in that forum, or better is a Registered User Feature Request, if you are one: http://www.sparxsystems.com/registered/index.html
« Last Edit: May 20, 2009, 06:19:51 am by dworkman »
<a href="http://www.linkedin.com/in/dorianworkman" ><img src="http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15.gif" width="80" height="15" border="0" alt="View Dorian Workman

MikeHSmith

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: HTML Report URLs
« Reply #4 on: June 29, 2009, 06:01:45 pm »
One problem I've encountered is switching to a Linux platform...

Resources should be browsable with the following style URLs:

http://host/model/index.htm?guid=34FF55FC-E42C-4f10-84AE-288F19C1DE38

However, the application generates a secondary URL which is illegal on a linux system (case sensitive):

The requested URL /model/EARoot/ea1/ea13.htm was not found on this server.

The files does exist under the requested URL /model/EARoot/EA1/EA13.htm

I tried renaming all files to lower case, but there are some dependencies on upper case files (other internal links), so the site remains broken.

Would it be possible to get a patch fix for this problem (perhaps a mod to one of the standard files in the web application)?