Settings for the Publish Data activity
The
Publish Data activity publishes live data to reporting applications. The user configures the variables and metadata for the data, and the application creates metadata and data tables and views that are useful to reporting tools.
The activity’s Web.config file controls whether these views are created.
File name and location
C:\inetpub\wwwroot\SPSSMR\ExportCognos\Web.config
Upload configuration
To enable an option to load configuration data in the Publish Data user interface, set AllowUploadConfig to true.
<appSettings>
<add key="PublishData.AllowUploadConfig" value="true"/>
</appSettings>
The default value is false.
For more information, see the Publish Data
Advanced tab.
View creation
If you do not want to create the views, set ViewCreation to false.
<appSettings>
<add key="PublishData.ViewCreation" value="false"/>
</appSettings>
The default value is true.
See also