Automatically Deploying Client Upgrades

You can enable automatic deployment of new Smart View client releases.

  To automatically deploy Smart View clients:

  1. From Enterprise View or a custom view, under the Hyperion Provider Services node, select the Provider node.

  2. Right-click and select Edit, then Properties.

  3. In Hyperion Provider Services Properties, select Client Deployment.

  4. Select an option:

    • Force Smart View client to upgrade—Users must upgrade to continue using Smart View.

    • Warn Smart View client to upgrade—Informs users of available Smart View upgrade. Users can continue using Smart View clients without upgrading.

    • Apply Smart View client to upgrade—Enables the administrator to apply new versions of Oracle Hyperion Smart View for Office, Fusion Edition and inform users without requiring Provider Services restart.

  5. Click Apply.

  6. In ORACLE_HOME/common/epmstatic/wspace/SmartView, open version.xml.

  7. Add the following Provider Services URL to version.xml:

    http://<server name>:13080/aps/APS?downloadClient

    This sample version.xml shows where to place the URL:

    <?xml version="1.0" encoding="utf-8"?>
    <CommonAddinVersion>
    	<internalVersion>
    		<major>
    		4
    		</major>
    		<minor>
    		2.1.0.0
    		</minor>
    	</internalVersion>
    	<externalVersion>
    		11.1.2.1.00
    	</externalVersion>
    	<installFile>
    		http://<server name>:13080/aps/APS?downloadClient
    	</installFile>
    </CommonAddinVersion>