OBIEE - (Invoke|Navigate) to an URL (Web Page|HTTP Request)

Saw Object

About

When creating a “Navigate to a Web Page” or an “invoke an HTTP reqest” action, you need to give an URL.

Unfortunately, you can not use a relative URL (relative to the server), you need to use aliases to make them “relative”.

http://@[myAlias]/analytics/saw.dll?Go...

Example

With the Go URL:

Obiee Go Url Filtering With Action Navigate To Web Page

Where:

  • the ps alias has the presentation server value https://host:port/analytics/
  • and we use the Go URL syntax: saw.dll?Go&Path=@{Path}&Action=@{Action}&P0=@{P0}&P1=@{P1}&P2=@{P2}&P3=@{P3}

Configuration

The Oracle BI EE installation contains a configuration file:

<Oracle Middleware Home>\user_projects\domains\bifoundation_domain\config\fmwconfig\biinstances\coreapplication\ActionFrameworkConfig.xml

After you modify the configuration file, you need to restart the Managed Server in Weblogic that is hosting your Oracle BI EE environment.

Aliases

<aliases>
	<location-alias>
		<alias>actionsrv</alias>
		<actual>localhost:7001</actual>
	</location-alias>
	<location-alias>
		<alias>biserver</alias>
		<actual>http://localhost:7001/analytics/saw.dll?WSDL</actual>
	</location-alias>
</aliases>

Documentation / Reference





Discover More
Obiee Dashboard Link
OBIEE 10G/11G - Dashboard (Url|Link)

The Oracle BI Presentation Services Dashboard URL is for use in : incorporating referencing filtering the content of a dashboard How to reference the Dashboard Url : From References Oracle...
Obiee Filters
OBIEE 10G/11G - Passing Filters through the Go and Dashboard URL

The Go URL and the Dashboard Url can also be used to pass filter. This is done by adding additional parameters to the call. a specific filters or the “Is Prompted” filter Example : “”“”...
Obiee Path
OBIEE 10G/11G - The Go URL

The Go URL is a part of the saw Url and is used to : add an answer in your favorites, link an answer to an other answer issue sql pass filters integrate an answers into an external Web site...
Saw Object
OBIEE 11G - Action

Users can create actions in the Oracle BI Presentation Services user interface. Actions provide functionality to: navigate to related content invoke operations, functions, or processes in external...



Share this page:
Follow us:
Task Runner