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.
    
    ### This prefix "_baseURL" will be added to all video URLs ###
    
    ### Links to videos, missing entries or empty (blank) values are not considered ###
    
    #### Graphical view: detect loop                        ####
    #### Graphical view: highlight and release dependencies ####
    #### Graphical view: reply to prompt dependency         ####
    #### Graphical view: using the impact view              ####
    #### Table: creating and using tasks                    ####
    #### Workload editor: add and remove a file dependency  ####
    #### Workload editor: create a dependency               ####
    #### Workload editor: add a job                         ####  
    #### Workload editor: highlight dependencies            #### 
    #### Workload editor: creating a z/OS job               ####
    -->
    
    <!--
        <videoGallery>
            <property name="_baseURL" value=""></property>    
            <property name="depLoop" value=""></property>
            <property name="highlightRelDep" value=""></property>
            <property name="viewDepPrompt" value=""></property> 
            <property name="usingImpactView" 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>
    -->
    <!--
    #######################################################################################
    ##################           GRAPHICAL VIEW SETTINGS            #######################
    #######################################################################################
    -->
    <!--
    This section specifies the maximum number of objects shown in each graphical view.
    Default value is 1000 for all properties.
    -->
    <!--
        <graphViews>
            <property name="planViewMaxJobstreams" value="1000"></property>
            <property name="preProdPlanViewMaxJobstreams" value="1000"></property>
        </graphViews>
    -->
    <!--	
	###################################  AutoLayout configuration  ########################
	
		nodeSep: a number of pixels representing the separation between adjacent nodes in the same rank. Default is 30 
		edgeSep: a number of pixels representing the separation between adjacent edges in the same rank. Default is 0  
		rankSep: a number of pixels representing the separation between ranks. Default is 0                            
		rankDir: direction of the layout (Possible values are: "TB" (top-to-bottom),"BT" (bottom-to-top),"LR" (left-to-right),"RL" (right-to-left)). Default is TB
		marginX: a number of pixels representing the separation between adjacent nodes in the same rank. Default is 100 
		marginY: number of pixels to use as a margin around the top and bottom of the graph. Default is 100 
		setLinkVertices: If set to true the layout will adjust the links by setting their vertices. It defaults to false. 
						 If the option is defined as a function it will be used to set the vertices of links at the end of the layout. 
    -->	
	<!--
		 <AutoLayout>
        	<property name="nodeSep" value="30"/>
			<property name="edgeSep" value="0"/>
			<property name="rankSep" value="0"/>
			<property name="rankDir" value="TB"/>
			<property name="marginX" value="100"/>
			<property name="marginY" value="1500"/>
			<property name="marginY" value="1500"/>
			<property name="setLinkVertices" value="false"/>
	    </AutoLayout>
    -->	
    <!--
    #######################################################################################
    #####################           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>
    -->
    <!--
    #######################################################################################
    #############       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"/>
            <property name="updateWorkstationMaxNumber" value="20"/>
        </application>
    -->

    <!--
        <PositionSorting>
            <property name="enabled" value="true"></property>
        </PositionSorting>
    -->

    <!--
    #######################################################################################
    #############       ADD A CUSTOM DOCUMENTATION URL TO JOB/JOBSTREAM         ###########
    #######################################################################################
    -->
    <!--
    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 jobs and job streams, 
    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 following syntax
                    ${<variable_name>}

    For the complete list of variables, please refer to 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>
    -->
    
<!--
    #######################################################################################
    #############                        USER REGISTRY                          ###########
    #######################################################################################
       In this section you can configure properties related to 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.
      
       The property importSettingsMaxFileSize is related to the "Manage settings" > "Import Settings"
       functionality and defines the max file size of the uploaded TDWCSettings.xml.
       KB is the unit of measure, and by default, it is set to 102400 KB (100 MB).
       If you need to upload a property file bigger than 100MB, you can increase this value, but
       for security purposes, it is strongly suggested to revert the file size back to the default
       value once the import has been performed.
-->
    
    <!--
        <security>
            <property name="groupIdMap" value="cn"></property>
            <property name="importSettingsMaxFileSize" value="102400"></property>
        </security>
    -->

    <!--
        #######################################################################################
        ##################                Z/OS HTTP CONNECTIONS                     ###########
        #######################################################################################
    
    Use this section to 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>
        -->
    <!--
    #######################################################################################
    ##################    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. 
        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.
        The property maxRowInfoNumber indicates the maximum number of objects to which actions can be performed in the plan.

        -->
    

        <!--
        <monitor>
          <property name="monitorMaxObjectsPM" value="2000"></property>
    </monitor>
    <monitor>
        <property name="maxRowsToDisplay" value="25"></property>
    </monitor>
    -->
    <!--
     You modify the number of archived plans displayed in the Monitor Workload view of the Dynamic 
     Workload Console. The default number is 30 plans.
    -->
    <!--
    <monitor>
        <property name="maxArchivedPlan"value="30"></property>
    </monitor>
    -->
    <!--
    <monitor>
        <property name="maxHistoryCount" value="100"></property>
    </monitor>
    -->
	<!--
	 Custom SQL report HTML format maximum limit. The default limit is 10000.
	-->
	<!--
	 <monitor>
        <property name="SQL_REPORT_HTML_FORMAT_RESULT_MAX_NUMBER" value="10000"></property>
    </monitor>
    -->
	    <!--
	 <monitor>
        <property name="PROMPT_FILTER" value="true"></property>
    </monitor>
	-->
    <!--
    <settings>
        <search>
            <property name="search_max_limit" value="500"></property>
        </search>
    </settings>
    -->
    <!--
    <monitor>
        <property name="maxRowInfoNumber" value="100"></property>
    </monitor>
    -->
    <!--
    Increase the share maximum limit to share engines, boards, queries, and data sources.
    -->
    <!--
    <ShareLimit>  
    <property name = "MaxShareCount" value="1000"></property>
    </ShareLimit>
    -->
    <!--
    ##################################################################################
    ##################          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>
    -->

<!--
    #######################################################################################
    ##################      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>
-->

<!--
    ###################################################################################### 
    ##################    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.
    Note: This section is valid only for the Self-Service Catalog V9.x, not for the latest one.
-->
 <!--
        <SSCMAuditing>
            <property name = "SSAuditing"         value="true"></property>
            <property name = "SSAuditingLogSize"  value="100"></property>
            <property name = "SSAuditingLogFiles" value="2"></property>
        </SSCMAuditing>
 -->
    
    <!--
    ###################################################################################### 
    ##################             URL FOR AGENT LICENSE                       ###########
    ######################################################################################
    Use this section to change the default Agent License URL.
    -->
    <!--
        <AgentLicense>
            <property name = "URL" value="Workoad Automation SaaS agent license document"></property>
        </AgentLicense>
    -->
    
    </settings>
    
    <!--
    #######################################################################################
    ##################       SETTINGS FOR ALL Administrators users    #####################
    #######################################################################################
    -->
    <settings role="Administrator">
    <!-- Put here setting to be applied only to users with Administrator role  -->
    </settings>
    <!--
    #######################################################################################
    ##################        SETTINGS FOR ALL Operators users      #######################
    #######################################################################################
    -->
    <settings role="Operator">
    </settings>
    <!--
    #######################################################################################
    ##################     SETTINGS FOR ALL Configurator users      #######################
    #######################################################################################
    -->
    <settings role="Configurator">
    </settings>
    <!--
    #######################################################################################
    ##################      SETTINGS FOR ALL Developer users        #######################
    #######################################################################################
    -->
    <settings role="Developer">
    </settings>
    <!--
    #######################################################################################
    ##################        SETTINGS FOR ALL Analyst users        #######################
    #######################################################################################
    -->
    <settings role="Analyst">
    </settings>
    
</tdwc>

For more information about how to customize global settings, see Customizing your global settings.