Products | Versions |
---|---|
Spotfire Web Player | 6.0 and higher |
Business Authoring is a feature that allows users to edit analyses from a web client. This feature was introduced in TIBCO Spotfire version 6.0. To enable this feature for users, Spotfire Administrators must perform two steps. First, activate the corresponding license via the Administration Manager tool. Then, verify that the Web Player service/server is configured to enable authoring mode.
See the TIBCO Spotfire Administration Manager User's Manual for more details.
Step 2: Enabling authoring mode on the Spotfire Web Player server/ Web Player service.
For TIBCO Spotfire Web Player 7.5 and higher:
Manually edit the service configuration files per the following documented steps:
In Step 3 of the above referenced process ("3. Edit the exported configuration files in a text editor or XML editor"), edit the Spotfire.Dxp.Worker.Web.config. Find the User Interface element and add attribute ‘showAuthor=true’. Example:
<userInterface>
<analysis showToolTip="true" showClose="true" showToolBar="true" showAnalysisInformationTool="true" showExportFile="true" showExportVisualization="true" showUndoRedo="true" showDodPanel="" showFilterPanel="" showPageNavigation="true" showStatusBar="true" showPrint="true" allowRelativeLinks="false" showAuthor="true" />
</userInterface>
For TIBCO Spotfire Web Player 7.0 and lower:
1. On the TIBCO Spotfire Web Player server, navigate to the configuration directory.
2. Open the web.config file in a plain text editor.
3. Find the userInterface element and verify that its attribute named ‘showAuthor’ has been set to the default value of ‘true’.
Example:
<userInterface>
<analysis showToolTip="true" showClose="true" showToolBar="true" showAnalysisInformationTool="true" showExportFile="true" showExportVisualization="true" showUndoRedo="true" showDodPanel="" showFilterPanel="" showPageNavigation="true" showStatusBar="true" showPrint="true" allowRelativeLinks="false" showAuthor="true" />
</userInterface>
4. Save the web.config file.
5. Restart the TIBCO Spotfire Web Player application pool or restart IIS.
Notes: