HCL Workload Automation, Version 9.4

TdwcGlobalSettings.xml sample

The following example is a sample of the file:

  <?xml version="1.0"?>
  <tdwc>
	#######################################################################################
	##################  SETTINGS FOR ALL USERS                      #######################
	#######################################################################################
	<settings>
  ###################################################################################### 
  ## CUSTOMIZE LINKS TO VIDEOS ##########################################################
  ########################################################################################
  -->
	<!--
  This section shows how you should customize your URLs that link video content in 
  the Dynamic Workload Console so that you can link to a company intranet server to
  view help videos rather than a public video site.
  -->
	<!--
  <videoGallery>
  <property name="_baseURL" value=""></property>
  <property name="depLoop" value=""></property>
  <property name="highlightRelDep" value=""></property>
  <property name="viewDepPrompt" value=""></property>
  <property name="createUseTasks" value=""></property>
  <property name="weAddRemoveFile" value=""></property>
  <property name="weCreateDeps" value=""></property>
  <property name="weAddJob" value=""></property>
  <property name="weHighlightDeps" value=""></property>
  <property name="weCreateJCL" value=""></property>
  </videoGallery>
	-->
	<!--
	#######################################################################################
	##################  SECTION 1 - GRAPHICAL VIEW SETTINGS  #######################
	#######################################################################################
	-->
	<!--
  This section specifies the maximum number of objects shown in each graphical view.
  Default value is 1000 for all properties. Values greater than 1000 are not supported. 
  	-->
	<!--
   <graphViews>
      <property name="planViewMaxJobstreams" value="1000"></property>
      
      <property name="preProdPlanViewMaxJobstreams" value="10"></property>
	  
      
   </graphViews>
	
	#######################################################################################
	#####################  SECTION 2 - PLAN VIEW IN NEW WINDOW  ###########################
	#######################################################################################
	-->
	<!--
	This section is used to prevent Internet Explorer 7 from freezing while using the Plan View.
  To solve the problem, set value to true. Default value is false.
	-->
	<graphViews>
	<property name="planViewNewWindow" value="true"/>
	</graphViews>	<!--

       #######################################################################################
	#####################  SECTION 3 - PLAN VIEW AUTO REFRESH   ###########################
	#######################################################################################
	-->
	<!--
	Use this section to change the default setting of the auto refresh interval for the 
      Show Plan View graphical view for all users. By default, the auto refresh interval is 
      300 seconds (five minutes). The minimum value you can set is 30 seconds. 
      Any value specified below this value is reset to 30 seconds. You must restart the 
      Dynamic Workload Console application server 
      after modifying this value.
	-->
	<PlanViewAutorefresh>
       <property name="DefaultTime" value="300"></property>   
       </PlanViewAutorefresh>	<!--

	#######################################################################################
	#################  SECTION 4 - DISABLE / CUSTOMIZE NEWS FEED FUNCTION  ################
	#######################################################################################
	-->
	<!--
	This section allows overriding the properties concerning the "NewsFeed" function.
	Default values are as follows:
	<NewsFeed>
	<property name="FeedURL" value="https://www.ibm.com/developerworks/community/wikis/form/
    anonymous/api/wiki/585f5525-a7f5-48ef-9222-50ad582e85f4/page/e599dd3c-8dc3-4ab6-89fd-
    33f81a994799/attachment/de677e63-5a9d-46db-a010-18ca38f05812/media/tws.jsonp"
	<property name="FeedType" value="JSONP" />
	<property name="PollInterval" value="3600" />
	</NewsFeed>
	-->
	<!--
	To disable the function
	-->
	<!--
	<NewsFeed>
	<property name="FeedURL" value="" />
	<property name="FeedType" value="JSONP" />
	<property name="PollInterval" value="3600" />
	</NewsFeed>
	-->
	<!--
	#######################################################################################
	#############  SECTION 5 - DISABLE /CUSTOMIZE CREATION OF PREDEFINED TASKS  ###########
	#######################################################################################
	-->
	<!--
	To avoid or customize the creation of predefined tasks at first logon.
	Possible values are:
	all             both distributed and z/OS tasks are created. This is the default value
	none            no task is created
	distributed     only distributed tasks are created
	zos             only z/OS tasks are created
	-->
	<!--
	<application>
	<property name="precannedTaskCreation" value="all"/>
  	</application>
	-->

	<!--
	#######################################################################################
	#############  SECTION 6 - ADD A CUSTOM DOCUMENTATION URL TO JOB/JOB STREAM  ##########
	#######################################################################################
	-->
	<!--
	This section contains URLs where you can store customized documentation about your jobs
  or job streams. By default this setting is not specified. If you want to associate 
  customized documentation to a job or job stream, use this setting to specify the 
  external address where this information is located. If you want to specify a URL to be 
  opened as related documentation for job and job stream, uncomment the section lines so
  that a new action, Open Documentation, is inserted in the More Actions menu for Monitor
  Jobs and Monitor Job Streams tasks. The new action links to the specified URL
	
	You can customize the URL template by using variables. The variables have the syntax
	                    ${<variable_name>}
    
	For the complete list of variables, see the documentation.						
	 
	-->
	<!--
  	<twsObjectDoc>
	<property name="jobstreamUrlTemplate" value="http://www.yourhost.com/tws/docs/jobstream/${js_name_w}" />
	<property name="jobUrlTemplate" 	  value="http://www.yourhost.com/docs/jobs/${job_name_w}" />
  	<property name="customActionLabel" 	  value="Custom Action" />				
	</twsObjectDoc>
	-->
	
	<!--
	#######################################################################################
	#############  SECTION 7 - USER REGISTRY                                    ###########
	#######################################################################################
  	In this section you can configure some properties about the User Registry in use. 
 	 The property groupIdMap is related to the groups of User Registry, and can be modified 
 	 to map and display the specified value of each group. By default the common name of the 
         group is displayed.
	-->
	<!--
	<security>
	<property name="groupIdMap" value="cn"></property>
	</security>
    	-->
	<!--
   	#######################################################################################
	#############  SECTION 8 - Z/OS HTTP CONNECTIONS                            ###########
	#######################################################################################
	
	Use this section for increase or decrease timeout for http connection in Z/OS
	environment. Change this setting if you receive a connection timeout using plugin
       actions/picklists.
	
	The setting is in milliseconds.
	-->
		<!--
	<http>
	<property name="zosHttpTimeout" value="90000" />
	</http>
	    -->
	<!--
  	#######################################################################################
	#########  SECTION 9 -  LIMIT THE NUMBER OF OBJECTS RETURNED BY THE QUERIES ###########
	#######################################################################################
	<!--
	Use this section to configure: the number of results displayed for Monitor tasks, the 
  maximum number of rows to display on each page, and the number of direct queries to 
  maintain in history. This setting applies to all tasks except for Monitor critical jobs 
  and Monitor jobs on multiple engines.
  If you want to limit the number of results produced by your queries, you can specify the 
  maximum number of items that must be retrieved. The default value is -1; any value lower 
  than 0 means that there is no limit in the number of objects retrieved. The minimum number
  of retrieved results is 500. Because data is extracted in blocks of 250 rows, the value 
  you enter is adjusted to complete an entire block. For example, if you specify a limit of
  500, only 500 elements are retrieved, while if you specify a limit of 600, 750 elements 
  are retrieved.
  To set the maximum number of rows to display in a table view, configure the 
  maxRowsToDisplay property.
  To set the maximum number of direct queries to maintain in history, configure the 
  maxHistoryCount property. These queries are available from the pull-down for the Query 
  field on the Direct Query page.
						
	<monitor>
    <property name="monitorMaxObjectsPM" value="2000"></property>
  </monitor> 

  <monitor>
    <property name="maxRowsToDisplay" value="25"></property>
  </monitor>

  <monitor>
    <property name="maxHistoryCount" value="100"></property>
  </monitor>
	-->
	
	
	<!--
	
  	#######################################################################################
	#########  SECTION 10 -  LIMIT TASK AND ENGINE SHARING                       ###########
	#######################################################################################

	Use this section to prevent users from sharing tasks and engines.
  By default there is no limit to task and engine sharing and all users are authorized to share 
  their tasks and engine connections. If you want to change this behavior, preventing users from 
  sharing tasks and engines, set this property to true. The property default value is false, 
  set it to true to enable the limit: 

	-->
	<!--					
	<security>
	<property name="limitShareTask"     value="false" /> 
	<property name="limitShareEngine"   value="false" /> 
  	</security>
	-->
	

<!--

#######################################################################################
#########  SECTION 11 -  CHANGE DEFAULT BEHAVIOR FOR DEPENDENCIES PANEL     ###########
#######################################################################################
	
	Use this section to change the default behavior of the UI when displaying dependencies in
	the dependencies panel. By setting this value to true, by default, all dependencies are
	displayed, and not just the unsatisfied ones.
-->
<!-- 	
	<ShowDependencies>
        <property name = "AlwaysShowAllDependencies"
 value="true"></property>
    </ShowDependencies>
-->


    #######################################################################################
    #########  SECTION 12 -  CHANGE DEFAULT BEHAVIOR FOR SSC AND SSD AUDITING   ###########
    #######################################################################################

	  Use this section to change the default behavior of the auditing of activities performed
    using the Self-Service Catalog and the Self-Service Dashboards applications. By default,
    auditing is enabled. You can also set the maximum size of the log file before it rolls
    over to a new log file, and the maximum number of log files maintained.
-->
 	 <!-- 	<SSCMAuditing>
            <property name = "SSAuditing"         value="true"></property>
            <property name = "SSAuditingLogSize"  value="100"></property>
            <property name = "SSAuditingLogFiles" value="2"</property>
-->


    #######################################################################################
    #########  SECTION 13 -  URL FOR AGENT LICENSE                              ###########
    #######################################################################################

	  Use this section to change the default Agent License URL.
-->
 	 <!-- 	   <AgentLicense>
            <property name = "URL" value="https://controller.wa.ibmserviceengage.com/SaaSGovernorWeb
            /LicenseServlet"></property>
            </AgentLicense>
#######################################################################################
    #########  SECTION 14 -                WHAT-IF ANALYSIS                     ###########
    #######################################################################################

	 Use this section to show or hide predecessors from the What-If Analysis Gantt view.
        By default, all predecessors are loaded in the view. To exclude them, uncomment this
        section and leave the setting of the property whatIfAutoLoadPreds to
        "false". To revert back to the default behavior, either set the property to "true"
        or comment this section again so that it is ignored.
-->
 	 <!-- 	   <WhatifAnalysis>
            <property name = "whatIfAutoLoadPreds" value="false"></property>
            </WhatifAnalysis>
 
-->          
            </settings>

	<!--
	#######################################################################################
	##################  SETTINGS FOR ALL TWSWEBUIAdministrators users #####################
	#######################################################################################
	-->
	<settings role="TWSWEBUIAdministrator">
	<!-- Put here setting to be applied only to users with TWSWEBUIAdministrator role  -->
	</settings>
	<!--
	#######################################################################################
	##################  SETTINGS FOR ALL TWSWEBUIOperators users    #######################
	#######################################################################################
	-->
	<settings role="TWSWEBUIOperator">
	</settings>
	<!--
	#######################################################################################
	##################  SETTINGS FOR ALL TWSWEBUIConfigurator users #######################
	#######################################################################################
	-->
	<settings role="TWSWEBUIConfigurator">
	</settings>
	<!--
	#######################################################################################
	##################  SETTINGS FOR ALL TWSWEBUIDeveloper users    #######################
	#######################################################################################
	-->
	<settings role="TWSWEBUIDeveloper">
	</settings>	
	<!--
	#######################################################################################
	##################  SETTINGS FOR ALL TWSWEBUIAnalyst users      #######################
	#######################################################################################
	-->
	<settings role="TWSWEBUIAnalyst">
	</settings>
	
</tdwc>