Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTP Canned Reports CompLogo

SarahlizyJun 17 2014 — edited Jun 26 2014

We have a production and a development Environment, both have HTP installed in them, recently the reports had to be restored to the development environment by exporting them from production (in the explore area) and importing them back into the development environment. Now I've done this when you open one of the reports in the Development environment the "CompLogo" (The Oracle Logo) no longer appears, I've re-loaded the logo by exporting from prod and importing into the root in Explore in Dev and have re-added the keywords to match those in prod but the reports still don't show the logo. Does anyone know how I can get the logo to appear again without individually editing every report?

Comments

Answer

To clarify - are you saying the 1st time the breakpoint wasn't honored, but now it is?

Or the breakpoint STILL isn't being used?

The most likely causes for breakpoints not 'breaking' execution are:

  • unit not compiled with debug
  • breakpoint added to a line of code that's not 'executable' (like a comment)
  • breakpoint condition evals to false


Marked as Answer by marcusafs · Sep 27 2020
marcusafs

The tutorial never says to compile for debug and I assumed the debug run button would do that, like some other tools do.  I compiled for debug and then ran debug and it broke at the break point.

Thanks.  Maybe someone could add the compile for debug the tutorial.

That step should definitely be in the lab/tutorial - sorry about that. We're going to be updating all of these for Open World, so I'll make sure this gets included.

The default compile action in the tool is 'with debug' but we don't auto compile dependent objects with debug on a debug 'start' action - which is what I think you're alluding to.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details