After installing Smart View, the online help is retrieved from a URL hosted on the Oracle.com web site. This is the default behavior for Smart View, and no changes are required by users to launch help.
However, you may require that the help be installed locally or on a web server in your organization. Some examples for the need to access help from a location other than Oracle.com are:
Help files must be installed on a local drive on an individual's computer for Section 508 accessibility purposes.
Internet access limitations; for example, your users only have access to URLs on your organization's intranet.
To accommodate the above types of cases, help must be downloaded from My Oracle Support and placed on a local drive or web server, and the Smart Viewproperties.xml file must be modified.
Note: | Depending on your requirements, you may also want to specify the <helpurlcontext> tag in a shared connections XML file, as described in step 5 of Accessing Shared Connections from an XML File. Refer to Optional Local Help Configuration via the Shared Connections XML File for more information. |
To install and configure Smart View help locally or on a web server:
Obtain the help zip file for this release from My Oracle Support.
Extract the contents of the help zip file to either a local folder on the computer where Smart View is installed or to a folder accessible by your users on an HTTP web server in your organization.
For example:
Extract the contents locally to:
C:\Oracle\SmartView\
The extraction adds an additional folder named smartview_help. The result is:
C:\Oracle\SmartView\smartview_help
Extract the contents to a web server:
http://webServerHost:webServerPort/pathToHelpFiles
The extractions adds smartview_help after pathToHelpFiles. The result is:
http://webServerHost:webServerPort/pathToHelpFiles/smartview_help
Under the smartview_help folder, there are 28 language folders; for example:
C:\Oracle\SmartView \smartview_help \ar \cs \da \de \el \en \es \fi \fr \fr_CA \he \hu \it \ja \ko \nl \no \pl \pt \pt_BR \ro \ru \sk \sv \th \tr \zh_CN \zh_TW
The following language folders contain translated versions of the Smart View help:
\de \es \fr \it \ja \ko \nl \pt_BR \zh_CN \zh_TW
The remaining language folders contain the English version of the help. When you run Smart View in one of those languages (for example, Swedish) and you click a button for Help, the English help is displayed.
Additionally, the English folder contains a copy of the help in PDF format, smartview_user.pdf.
Modify the helpurlcontext property in the Smart Viewproperties.xml file:
In your Smart View installation, navigate to the SmartView\cfg folder.
Modify the helpurlcontext property, providing the path to the folder that is parent to the language folders using the following syntax:
If installing locally, provide the path to the folder that is parent to the language folders using the following syntax:
<helpurlcontext>file:///parent_language_folder_path/</helpurlcontext>
Tip: | Use forward slashes in the syntax and ensure that you enter a final forward slash (/) after the parent language folder path that you provide. |
Using the example from step 2, after extracting the zip contents to C:\Oracle\SmartView, the smartview_help folder is the parent folder of the language folders. Thus, you would modify the parent_language_folder_path placeholder as follows:
<helpurlcontext>file:///C:/Oracle/SmartView/smartview_help/</helpurlcontext>
If installing on a web server, provide the path to the folder that is parent to the language folders using the following syntax:
<helpurlcontext>http://webServerHost:webServerPort/pathToHelpFiles/smartview_help/</helpurlcontext>
Tip: | Use forward slashes in the syntax and ensure that you enter a final forward slash (/) after the parent language folder path that you provide. |
Using the example from step 2 and substituting user_documentation for pathToHelpFiles, after extracting the zip contents to http://abcxyzco.com:12345/user_documentation, the smartview_help folder is the parent folder of the language folders. For example:
<helpurlcontext>http://abcxyzco.com:12345/user_documentation/smartview_help/</helpurlcontext>
Restart your Microsoft Office applications and access the help from the Smart View ribbon.
Repeat this procedure for each computer that requires Smart View local help.
Optional Local Help Configuration via the Shared Connections XML File
In a new installation, Smart View help is available as soon as you start Excel. You do not need to be connected to a Smart View provider in order to view the help. After making the changes to the properties.xml file described in Installing and Configuring Help Locally or on a Web Server, help is accessed from the help location you indicate.
If you are also planning to access shared connections from an XML file (as described in Accessing Shared Connections from an XML File), AND you require an alternative location for the help, note the following:
You can add the <helpurlcontext> tag to the shared connections XML file. The help location you specify in the shared connections XML file overrides the help location specified in properties.xml once you click the Shared Connections button in the Smart View Panel. This is true whether or not you modify the <helpurlcontext> tag in properties.xml.
If you do not add or specify the <helpurlcontext> tag to the shared connections XML file, then the local help defined in the properties.xml file will ALWAYS be used and is available as soon as you start Excel.