JOB SCHEDULER JOB DOCUMENTATION EDITOR

Size: px
Start display at page:

Download "JOB SCHEDULER JOB DOCUMENTATION EDITOR"

Transcription

1 Job Scheduler - Job Documentation Editor JOB SCHEDULER JOB DOCUMENTATION EDITOR Instructions for Creating Job Documentation August 2006 Software- und Organisations-Service GmbH Giesebrechtstr. 15 D Berlin Telefon (030) Telefax (030)

2 scheduler_editor 2 Contact Information Software- und Organisations-Service GmbH Giesebrechtstr. 15 D Berlin Telephone (030) Telefax (030) Mail info@sos-berlin.com Web Last Updated: 31st August 2006

3 scheduler_editor 3 Table of Contents 1 Summary Job Elements Process Elements Script Elements Monitor Scripts Documentation Releases Resources File Resources Database Resources Example Resources Job Configuration Job Parameter Elements Payload Elements Settings Documentation Appendix A: XML Schema / XSLT Style Sheet Appendix B: Example HTML Documentation

4 Summary 4 1 Summary The Editor is a tool to assist in the creation of documentation of jobs for the Job Scheduler. The documentation is made using a predefined XML format. The XML schema used for the job documentation: scheduler_job_documentation_v1.0.xsd The documentation is intended to be written by the job developer and assist the user in implementing the job configuration. The Editor is form based and allows job documentation to be created in XML format without knowledge of XML. The documentation is shown to the user in a browser as a normal HTML page after being transformed from XML with the scheduler_job_documentation.xsl XSL style sheet. The following example shows the HTML documentation for the JobSchedulerCheckSanity job: The HTML page provides direct navigation to the individual subjects within the documentation such as Resources, Configuration, Releases and Documentation. The Generate Job link is used to generate an XML job configuration with a simple, basic structure. This code can be copied and pasted into the Job Scheduler factory.xml file if required. The documentation can be made available in two languages - English and German. The following procedure should be followed when using the Editor to create the documentation for a job: select "New Documentation" under File item in the main Editor menu relevant information about the job - resources, configuration etc. are then entered the documentation is then saved by the Editor in a.xml file in the same directory as the "scheduler_job_documentation_v1.0.xsd" schema and the "scheduler_job_documentation.xsl" style sheet the saved XML file is transformed to HTML when opened in a standard web browser where the documentation appears as a standard HTML page Note: obligatory fields in the job documentation Editor have a yellow background

5 Summary 5 explanatory tool tips are available in the Editor and in the generated HTML documentation - these tool tips provide a quick help when a user positions their mouse over active form elements such as entry fields, combination boxes, or radio buttons

6 Job Elements 6 2 Job Elements The form for entering job elements is opened by clicking on the Job link in the Editor tree menu. The job Name und Title must be entered. The Order field is used to specify whether or not a job is order controlled. An order activates the processing of a job chain and contains the parameters for one or more jobs in the job chain. The following entries are allowed: yes: no: both: The job is order controlled. The job does not process orders. The job can be started by orders or job starts. In addition, a job is defined by either a <process> element or a <script> element. After the job documentation together with the necessary parameters has been saved (menu item "File / Save" or "File / Save as"), it can be viewed by clicking the Preview button in the Job Elements form. 2.1 Process Elements A <process> element is used to call an executable file. The Use process radio button should be activated when a <process> element is to be documented. Note that this causes any already existing <script> element description to be disabled and deleted from the documentation. The Name of the executable file should be entered. Should a parameter be handed over when the file is called, then it should be entered in the Parameter field. The Log field can be used to specify the name for a log file. In addition, any number of environment variables required by the job can be defined. The Name and Value of each environment variable are specified in turn. After these have been entered, the variable is added to the environment variable list by clicking the Apply button. A sample <process> element configuration is shown in the screen shot below: 2.2 Script Elements A <script> element is used when either a Java or Com class or a JavaScript, PerlScript or VBScript file is to be executed. The Script radio button should be activated before a <script> element can be documented. Note that activating a <script> element causes any already existing <process> element description belonging to the job to be disabled and deleted from the documentation.

7 Job Elements 7 The following radio buttons are available: Java Com Javascrip t PerlScript VBScript The job is to execute a Java class. In this case the name of the class must be entered in the Java Class field. A Com class is to be executed by this job. The name of the class should be entered in the Com Class field. A JavaScript file is to be executed by this job. In this case the JavaScript file name must be entered in the include file list. The job is to execute a PerlScript file. The file name should be entered in the list of include files. A VBScript file is to be executed by the job. In this case the VBScript file name must be entered in the include file list. Resources which are required by a job are identified by a resource ID. This ID is entered in the Resource ID field and should be later documented using the Resources form. Should, for example, a job implement a Java class, then an ID for the Java archive containing the class should be specified here. Should resources already have been added to the documentation, then these resources may be selected from the list box. A job can require one or more include files. The names of these files are entered in the form File field and then added to the list of include files by way of the Apply button. Example <script> element configurations: 2.3 Monitor Scripts Monitor scripts provide functions which are called before and after a task or before and after a spooler_process. The monitor can prevent a task from being started or a spooler_process from running. The monitoring functions available are: spooler_process_before spooler_process_after spooler_task_before spooler_task_after Monitoring scripts can be used for standard jobs in order to check if the job should run at all, before its processing is started. For example, are resources available, or have other starting conditions been satisfied? The spooler_task_before() function must only return false in order to stop a job processing script from being carried out. In the same way, spooler_task_after() is used to post process a job. Monitor scripts can access

8 Job Elements 8 the Job Scheduler API and therefore can check the task Status, Exit-Code, etc. Depending on these parameters, a monitoring script can then start individual post-processing functions such as deleting any temporary files a job has created. A monitor script with spooler_process_before() can determine for order controlled jobs whether the order should be carried out in a particular job or, for example, whether it should be given a new status or processed by another job in the chain. spooler_process_after() can be used to start post processing according to specific conditions. A <monitor> element is configured in the same way as a <script> element: a program language is selected and the name of the class or include file containing the monitor script code specified. Further information can be found in the Script chapter. An example job with a <script> element and a <monitor> element is shown below:

9 Documentation Releases 9 3 Documentation Releases A job documentation must be released at least once. This is done by clicking on the New Release button: A release ID (e.g. 1.0) as well as creation and change dates must be specified for each release. The creation and change dates are initialised with the current date - the Date button can be used to call another date from a calendar. A release can also be given (optionally) a title such as "Initial Release". The notes button is used to open a text entry window with which comments about a release can be stored. Changes are logged by way of the text window opened using the changes button. Both the comments and the changes log can be made available in the HTML version in more than one language - at the moment, provision has been made for English and German. The alternative Languages are selected using the Language button. Releases are completed with the author information: after the author's Name and address have been entered, the Apply button used to add this information to the author list for the release. The Remove button is used to delete an author from the list of authors. Documentation can be released after ID, creation and change dates and at least one author have been entered. This is done using the Apply Release button which causes the document release to be added to the list of all job documentation releases. The Remove Release button is used to remove a release from the job documentation releases list. Releases are shown in the HTML version of the documentation in reverse order, i.e. the current release is shown first. The "Show previous releases" link in the HTML version allows previous releases, if available, to be made visible. For example:

10 Documentation Releases 10

11 Resources 11 4 Resources Jobs require differing resources: general resources such as the central memory available or hard disc capacity file resources database resources Should a job require a minimum amount of main memory, then the Memory checkbox should be activated and a value and units entered. A comment may be added using the Memory Notes button. Similarly, the Space checkbox should be activated and appropriate values and units added, should a minimum ammount of disk space be required by a job. The Space Notes button may be used to add a comment about the disc space requirements. 4.1 File Resources A job also requires file resources, such as a Java archive containing a class with the program code required for the job, DLLs, etc. The New File button is used to document file resources. The file name and type (Java, binary, other) and the operating system on which this type of file is to be used should then be entered. An ID may be specified for a file resource: the <script> element resource ID will refer to this. The Notes button may be used to add a comment about a file resource. After all the information relevant to a file resource has been entered, the Apply File button is used to add the information about this resource to the list of documented file resources. 4.2 Database Resources A job may require a number of database resources such as a history or tables containing the job settings. The New DB button is used to document database resources. The database name is an optional entry but whether or not the database must be used is compulsory. Entries documenting a database are added to the list of documented database resources using the Apply DB button. Database objects are documented by first of all selecting a database from the list of documented databases. The New button is then used to open the form with which the database object is entered. The object name and type are entered together with a comment if required. The form has provision for the following types of database objects: table view index trigger function procedure Java other The Apply button is then used to add a new or changed database object description to the list of database objects for the database.

12 Resources Example Resources In the generated HTML documentation, the Resources area could appear as shown below:

13 Job Configuration 13 5 Job Configuration Jobs for the Job Scheduler can be configured in a number of ways: using job parameters set in the XML job configuration with settings made in a Job Scheduler profile (the factory.ini file) using database settings Note that the following settings hierarchy is observed: job parameters have priority over settings written in the factory.ini file; settings specified in the factory.ini file have priority over database settings and database settings overwrite job presets. A general description can be added to a job configuration, which shown in the HTML documentation page before more detailed information about individual job parameters or settings. An example configuration is shown below (the JobDocumentFactoryPrintoutSubmit job): Job and order parameters and settings are then described in detail using the profile or database links in the documentation editor. 5.1 Job Parameter Elements Job parameters are set in the job XML configuration file with the <params> element, e.g.

14 Job Configuration 14 Before individual job parameters are documented, it is recommended that a general ID is set for the configuration job parameters. This ID can then be referenced from other parameters or settings. When this procedure is followed, it is not necessary to document individual profile or database settings when a reference to the job parameters already exists. Note that it makes sense to use meaningful names for IDs - such as "job_parameters" for the parameters of a job - in order to allow these parameters to be clearly differentiated from, for example, payload parameters or database settings. It is also possible to refer to other settings: in this case the ID of the element to be referenced should be entered in the Reference field. Should, for example database settings already have been documented, then the ID of the relevant application within the database can be specified here. The HTML page generates links for all references, for example: The New Param button is used to document individual job parameters - this enables the form fields used to enter the properties of individual parameters. The parameter Name field is mandatory, all other properties are optional:

15 Job Configuration 15 Required Default Value Reference ID Note Specify whether or not a job parameter is mandatory or optional A default value can be specified for a parameter Enter the ID of the element (for example, a profile or database setting) to be referenced. Set an ID for the current job parameter. This ID can then be used so that other elements can refer to this parameter. This button is used to enter a comment about a job parameter. The Apply Param button is used to add a job parameter together with all its properties to the list of documented job parameters. 5.2 Payload Elements Order controlled jobs can have order parameters which are forwarded as payload. The Payload Note button is used to enter a general description of a job's order payload. In addition, an external XML document can be documented using the Payload Document Note button. An overall ID can be set for the job payload parameters. This ID can then be used to refer to the payload from other parameters or settings. References to other settings can also be made: the ID of the element to be referenced can be either entered in or selected from the Reference box. A general description can be added the order parameters of a job: this is done by clicking the Parameter Note button. Individual order parameters are documented using the New Param button - which opens the form fields for the entry of the properties of individual order parameters. The Name of an order parameter is mandatory, all other properties are optional: Required Default Value Reference ID Note Specifies whether an order parameter is mandatory or optional. Allows a default value to be set for a parameter. The ID of an element to be referenced to. Add an ID to a job parameter. This ID can be used by other elements to refer to thís job parameter. This button is used to add a comment to a individual order paremeter. The Apply Param button is used to add the job order parameters to the list of documented order parameters. 5.3 Settings Jobs can be configured using settings within sections of a profile or a database. The general information about the type of configuration can be documented within the Setting Note form.

16 Job Configuration Profile Elements In order to document the settings within a profile, the form for documenting a new profile should first be opened using the New Profile button. In general, only one profile is required for a job. However, it is possible to create more if required. Should the profile not be given a name, then the value "default" will appear in the Name field. This means that the profile will be given the default Job Scheduler name of "factory.ini". A description of the profile can be added using the Profile Note button. The Apply Profile button is used to add a new or a changed profile to the documented profiles list. Once a profile has been created, a new Sections[Profile:..] node appears in the tree menu in the left hand Editor window. The new profile is added below the Profiles node and the name of the new profile appears in the square brackets. The next step is to describe the individual sections of the new profile. The profile to be described is opened by clicking on the appropriate Sections[Profile:..] entry in the tree menu - in general, this is the default profile, i.e. the "factory.ini" file. The form for entering the properties of the new section is opened using the New Section button in the right hand Editor window. This form has fields for entering the following information: Name Referenc e ID The section name, e.g. "Job Section", which is mandatory. The ID of an element, such as a job parameter, which is to be referenced, is entered here. It is recommended that each section is given an ID. This then allows other elements to refer to this section. The Apply Section button is then used to add the new or changed section description to the list of sections. Once a section has been documented, a new Settings[Section:..] node appears in the Editor tree menu window below the Sections node. The name of the section appears in the square brackets. The last step is to document the individual settings within the profile section. Here, the section to be described is opened by clicking in the tree view on Settings[Section:..]. New Setting in the right hand Editor window is then clicked to open the form for documenting the properties of the individual setting: The setting Name is mandatory, all other properties are optional: Required Default Value Type Reference ID Note Specifies whether a setting is optional or mandatory. A default value can be given for a setting. The type of data can be specified for a setting: integer, double, float, string, boolean, clob or blob. The ID of an element (e.g. a job parameter or a database setting) which is to be referenced to. It is recommended that every setting is given its own ID. This then allows the setting to be referenced to from other elements. This button is used to add a comment to an individual setting. The new or changed setting is then added to the list of documented settings using the Apply Setting button.

17 Job Configuration Database Connections Jobs can be configured with settings held in so-called logical tables in a database. The logical tables are held in a physical table on the Job Scheduler database - generally the SETTINGS table. Each individual setting belongs to a section within an application - this structure is followed in the SETTINGS table data model. Four steps are required to document database settings - first of all the database itself must be described. After this, the application, the section and then the settings will be described. 1. Describe the Database Connection: Select the Connections node in the Editor tree menu. The database connection is documented by clicking on the New Connection button in the form to the right. Should no name be specified for the connection, then "default" will appear in the Name field. This means that the connection specified in the configuration file (the factory.ini profile) is the Job Scheduler database. A description of the database connection can be added by way of the Connection Note button. The Apply Connection button is then used to add the new or updated database connection information to the list of database connections. After a database connection has been documented, it is added to the tree menu below the Connections node in the form of a Applications[Connection:..] node. The name of the connection appears within the square brackets. 2. Describe the Application: Open the form for the database connection to be described by clicking on the Applications[Connection:..] node for the database connection to be described. The New Application button in the right hand window is then used to access the fields for entering the application properties: Name Referenc e ID The application name (mandatory). The ID of an element to be referenced to. An ID for the application. This ID allows other elements to refer to the application. The Apply Application button is used to add the new or updated application information to the documented applications list. After an application has been documented, a new Sections[Appl.:..] node will appear in the tree menu below the Applications node. The name of the application will appear within the square brackets. 3. Describe the Section: The application to be described should be opened by clicking on the appropriate Sections[Appl.:..] link in the tree menu. The New Section button in the right hand window should then be clicked to reach the section fields for entering the section properties: Name Referenc e ID The section name must be specified. It can be advantageous here to use the job name as the name of the database section. The ID of an element to which a reference is to be made (e.g. job parameter) is entered here. It is recommended that each section is given its own ID. This allows the section to be referenced by other elements such a job parameters.

18 Job Configuration 18 The Apply Section button is used to add the new or amended section documentation to the list of sections. Once a section has been documented, a new Settings[Section:..] node is added to the tree menu underneath the Sections node. 4. Describe the Settings: In the last step, the individual settings within the application section are described. The settings to be described reached by clicking on the appropriate Settings[Section:..] link in the Editor tree menu. The New Setting button in the right hand Editor window is then clicked to open the form for entering the properties of the individual settings: The Name of a setting is a mandatory entry, all other properties are optional: Required Default Value Type Reference ID Note Defines whether or not a setting itself is mandatory. The default value for the setting - if any. The data type for setting: integer, double, float, string, boolean, clob or blob. The ID of any element such as a job parameter or a database setting, which is to be referenced to. An ID for the setting itself. With this ID other, elements can reference the setting. This button is used to add a comment to a setting. The Apply Setting button adds the new or changed setting to the list of documented settings.

19 Documentation 19 6 Documentation The "Documentation" link in the tree menu can be used to add an extended description of a job. This description can then be accessed directly in the HTML version of the documentation by way of the Documentation link. An Example:

20 XML Schema / XSLT Style Sheet 20 Appendix A: XML Schema / XSLT Style Sheet The directory in which the XML format job documents are saved must also contain the scheduler_job_documentation_v1.0.xsd XML Schema and the scheduler_job_documentation.xsl XSLT style sheet. XML Schema for Job Documentation This schema is used to validate the job documentation XML code. Show Source Code XSLT Style Sheet for Job Documentation This style sheet is responsible for the transformation of the documentation from XML format to a HTML page with navigation elements. Show Source Code

21 Example HTML Documentation 21 Appendix B: Example HTML Documentation The Documentation Editor is used to create a job documentation which is saved in XML format. The XML file is then transformed to a HTML page by the user's web browser - a sample documentation with all menu links active (Link Show All selected) is shown below: The Generate Job link can be used to generate a basic structure for the job documented in the Job Scheduler XML job configuration file (factory.xml). An example:

22 Example HTML Documentation 22

JobScheduler - Quickstart

JobScheduler - Quickstart JobScheduler - Job Execution and Scheduling System JobScheduler - Quickstart An Introduction to Job Scheduling April 2016 April 2016 JobScheduler - Quickstart page: 1 JobScheduler - Quickstart - Contact

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

Using NetBeans to document code. The NetBeans IDE can be used to help generate Javadoc documentation and to check that the documentation is complete.

Using NetBeans to document code. The NetBeans IDE can be used to help generate Javadoc documentation and to check that the documentation is complete. Using NetBeans to document code The NetBeans IDE can be used to help generate Javadoc documentation and to check that the documentation is complete. Before you generate documentation you should set the

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6 Text version 15-Aug-12 Q-MONITOR V4 for Q-CHECKER V4, V5 and V6 USERS GUIDE Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol Tip

More information

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

Page Gentics Software GmbH Enterprise Portals and Content Management Systems

Page Gentics Software GmbH Enterprise Portals and Content Management Systems 1. 2012 Gentics Software GmbH Page 2 Table of Contents 1. Table of Contents... 3 2. Foreword Infoportal and Support... 6 3. First steps... 6 3.1 Login and logout... 6 3.2 Password change... 7 3.3 User

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1 Oracle Revenue Management and Billing Version 2.6.0.1.0 File Upload Interface (FUI) - User Guide Revision 1.1 E97081-01 May, 2018 Oracle Revenue Management and Billing File Upload Interface (FUI) - User

More information

HarePoint Business Cards

HarePoint Business Cards HarePoint Business Cards For SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. Product version 0.3 January 26, 2012

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

DualSPHysics Interface Documentation

DualSPHysics Interface Documentation DualSPHysics Interface Documentation Version 1.1 (05/07/2013) S. M. Longshaw & B. D. Rogers Smoothed Particle Hydrodynamics Expert Group, The University of Manchester 1 P a g e Contents 1.0 Installation

More information

KWIZ, a Knowledge-Acquisition Framework

KWIZ, a Knowledge-Acquisition Framework KWIZ, a Knowledge-Acquisition Framework 1 Introduction...2 2 Installation...2 3 Configuration of KWIZ...3 3.1 Knowledge-base Views...3 3.2 Configuration of Views...3 4 The KWIZ Knowledge-acquisition Environment...9

More information

Configuring the CA Workload Automation Desktop Client R11.1. David A. Leigh Principal Consultant - Automation

Configuring the CA Workload Automation Desktop Client R11.1. David A. Leigh Principal Consultant - Automation Configuring the CA Workload Automation Desktop Client R11.1 David A. Leigh Principal Consultant - Automation Terms of This Presentation This presentation was based on current information and resource allocations

More information

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH.

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH. ELO Document Management and Archiving Software ELO Dropzone September 2017 ELO Digital Office GmbH http://www.elo.com Copyright 2017 ELO Digital Office GmbH All rights reserved [06.10.2017-10:21 - en -

More information

SOS_Connection Database Access Layer

SOS_Connection Database Access Layer Software- und Organisations-Service GmbH PHP CLASSES SOS_Connection Database Access Layer Class Documentation 29. November 2005 Software- und Organisations-Service GmbH Giesebrechtstr. 15 D-10629 Berlin

More information

Docusnap X - Configuration Manual

Docusnap X - Configuration Manual Docusnap X - Configuration Manual English Version Docusnap X - Configuration Manual Table of Contents 5 Part I Introduction... 7 1 Conventions... 8 2 Organization of a Docusnap Installation 10 Part II

More information

Manual VEMACO 2.8. for Joomla 2.5

Manual VEMACO 2.8. for Joomla 2.5 Manual VEMACO 2.8 for Joomla 2.5 Content 1 Introduction... 4 2 Installation... 5 2.1 Update... 6 3 Features... 7 3.1 Global configuration... 8 3.1.1 The global parameters of VEMACO... 8 3.1.2 Vehicle classes...

More information

Creating and Managing Snippets

Creating and Managing Snippets Creating and Managing Snippets Snippet management and creation is available to Level 9 and 10 admins. Categories are also configured, which are used for sorting snippets when selecting one to place on

More information

CTM to GraphViz Creating job dependency diagrams

CTM to GraphViz Creating job dependency diagrams JobScheduler - Job Execution and Scheduling System CTM to GraphViz Creating job dependency diagrams User Manual February 2013 February 2013 CTM to GraphViz page: 1 CTM to GraphViz - Contact Information

More information

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace Contents 1. Version History... 4 2. Product Description... 5 3. Introduction...7 3.1. 3.2. 3.3. 3.4. 3.5. Roles...7 Reports...

More information

Katharina Reinecke. Abraham Bernstein

Katharina Reinecke. Abraham Bernstein RESEARCH ARTICLE KNOWING WHAT A USER LIKES: A DESIGN SCIENCE APPROACH TO INTERFACES THAT AUTOMATICALLY ADAPT TO CULTURE Katharina Reinecke Harvard School of Engineering and Applied Sciences of Business,

More information

Editing XML Data in Microsoft Office Word 2003

Editing XML Data in Microsoft Office Word 2003 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead. 2009 Microsoft Corporation. All rights reserved. Microsoft Office

More information

Adding Dynamics. Introduction

Adding Dynamics. Introduction M-Graphic s User s Manual 11-1 Chapter 11 Adding Dynamics Introduction This chapter explains how to make single or multiple dynamic connections from display objects to points from OPC data servers. This

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

User Manual for Form Design in Resultmaker Process Platform

User Manual for Form Design in Resultmaker Process Platform User Manual for Form Design in Resultmaker Process Platform Document version: 6.2 Revision: 06-06-2016 ~ 1 / 71 ~ This is a user manual for form design with Resultmaker Process Platform. It helps the user

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering Fifth Semester Subject: Web Programming Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Content

More information

Extending and Customizing the IBM Security Identity Manager

Extending and Customizing the IBM Security Identity Manager Extending and Customizing the IBM Security Identity Manager Parag Gokhale parag.gokhale@in.ibm.com May 12, 2016 Abstract: The IBM Security Identity Manager (ISIM) virtual appliance significantly reduces

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

SecureAssist Rulepack Configurator v User Guide December 2015

SecureAssist Rulepack Configurator v User Guide December 2015 SecureAssist Rulepack Configurator v. 2.4.1 User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored

More information

F-Secure Policy Manager Reporting Option

F-Secure Policy Manager Reporting Option F-Secure Policy Manager Reporting Option Securing the Distributed Enterprise Administrator s Guide All product names referenced herein are trademarks or registered trademarks of their respective companies.

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

WebVisit User course

WebVisit User course WebVisit 6.01.02 User course 1 Project creation and the user interface WebVisit User course 2 Getting started with visualization creation 3 Access to structures and fields 4 Macros in WebVisit Pro 5 Language

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

Oracle CPQ Cloud. What s New in 2017 R1

Oracle CPQ Cloud. What s New in 2017 R1 Oracle CPQ Cloud What s New in 2017 R1 May 2017 1 TABLE OF CONTENTS REVISION HISTORY... 5 OVERVIEW... 6 Give Us Feedback... 6 RELEASE FEATURE SUMMARY... 7 MODERN SELLING EXPERIENCE... 8 DEAL NEGOTIATION...

More information

XVL Web Master Tutorial For Version 9.0 and later LATTICE TECHNOLOGY, INC.

XVL Web Master Tutorial For Version 9.0 and later LATTICE TECHNOLOGY, INC. XVL Web Master Tutorial For Version 9.0 and later LATTICE TECHNOLOGY, INC. Objectives By the end of this tutorial, you will be able to: install XVL Web master create a web page with 3D data configure parameters

More information

CA CloudMinder. Identity Management User Console Design Guide 1.51

CA CloudMinder. Identity Management User Console Design Guide 1.51 CA CloudMinder Identity Management User Console Design Guide 1.51 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

myinsight for Documentum User Guide Widgets

myinsight for Documentum User Guide Widgets myinsight for Documentum User Guide Widgets Contents 1. Version History... 4 2. Product Description... 5 3. Introduction...7 3.1. 3.2. 3.3. 3.4. 3.5. Roles...7 Reports... 8 Report Definitions... 8 Report

More information

Creating Workflows. What is Prime Network Workflow? CHAPTER

Creating Workflows. What is Prime Network Workflow? CHAPTER CHAPTER 12 The following topics describe how to use the Prime Network Workflow GUI client to create workflow templates that allow you to deploy and executed in runtime. What is Prime Network Workflow?,

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

More information

The window looks like this. Your user name is a unique identifier that you will use to login Your password is used for authentication when you login.

The window looks like this. Your user name is a unique identifier that you will use to login Your password is used for authentication when you login. What is Baraza Framework: Baraza is a Swahili word that means a deliberation meeting held by a collective group of a people of wisdom. The name baraza is used because the system came around by many heads

More information

Internetbank AB.LV System. User Manual Internetbank AB.LV

Internetbank AB.LV System. User Manual Internetbank AB.LV Internetbank AB.LV System User Manual Internetbank AB.LV 2008 Contents 1. Preface... 1-1 2. Terminology... 2-1 2.1. Hyperlink... 2-1 2.2. Output field... 2-1 2.3. Input field... 2-2 2.4. Drop-down list

More information

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Order Management Sterling Configure, Price, Quote Sterling Warehouse Management System September 2012 Copyright IBM Corporation, 2012.

More information

JobRouter Product description Version 3.0

JobRouter Product description Version 3.0 JobRouter Product description Version 3.0 Index Philosophy... 03 Workflow with JobRouter Basics... 04 Defining the term workflow... 04. Displaying processes... 04 Forms of process management... 05 Sequential...

More information

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction...

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

A Guide to Automation Services 8.5.1

A Guide to Automation Services 8.5.1 A Guide to Automation Services 8.5.1 CONTENTS Contents Introduction...4 Where we're coming from...4 Conventions in this book...4 Understanding Automation Services...6 What is Automation Services?...6 Process

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

( )

( ) testidea 9.12.x This document describes what s new and noteworthy in testidea. Headings indicate version and release date. 9.12.269 (2016-01-08) Grouping of test cases Grouping of test cases enables better

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

Cumulus Sites 8.6. Administrator Guide

Cumulus Sites 8.6. Administrator Guide Cumulus Sites 8.6 Administrator Guide Copyright 2012, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered in the U.S. and

More information

TMEMAS Thesaurus Management System

TMEMAS Thesaurus Management System TMEMAS Thesaurus Management System System Description Center for Cultural Informatics Information Systems Laboratory Institute of Computer Science Foundation for Research & Technology Heraklion Crete September

More information

Entry Level Assessment Blueprint Web Design

Entry Level Assessment Blueprint Web Design Entry Level Assessment Blueprint Web Design Test Code: 2750 / Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe how information is physically moved across

More information

Creating Dynamic Forms with Adobe LiveCycle Designer

Creating Dynamic Forms with Adobe LiveCycle Designer Creating Dynamic Forms with Adobe LiveCycle Designer J.P. Terry Contents Foreword... xi Introduction... xiii CHAPTER 1 The Basics...1 What is LiveCycle Designer?... 1 A Tool for Creating Interactive and

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Global Variables Interface

Global Variables Interface WKA Technologies Global Variables Interface This document explains all options of Global Variable Interface. 1 WKA Technologies Pvt Ltd. About Global Variables Interface Variables hold information about

More information

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1 17 - Variables Contents 17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA... 1 Document Variables... 1 Code Variables... 1 The List of document variables and the List of code variables... 1 Managing

More information

Data Definition Reference

Data Definition Reference Sitecore CMS 6.4-6.5 Data Definition Reference Rev. 2012-10-19 Sitecore CMS 6.4 6.5 Data Definition Reference A Conceptual Overview for CMS Administrators, Architects, and Developers Table of Contents

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML VTU Question Bank UNIT 1 Introduction to WWW, XHTML 1. Explain HTTP. (05 Marks) (Jan-2014, Dec-2012, Jun/July -2011, June-2012) 2. Explain Web servers operation and general server characteristics. (05

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition CA Gen Gen Studio Overview Guide Release 8.5 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

Content Mirroring Configuration

Content Mirroring Configuration Content Mirroring Configuration Product version: 4.50 Document version: 1.0 Document creation date: 17-05-2005 Purpose This document describes how to configure mirroring in EPiServer and contains information

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

"'' zoo 250. MYINSIGHT Dosh boards & Reports. User Guide D2 4.x

'' zoo 250. MYINSIGHT Dosh boards & Reports. User Guide D2 4.x 300 250. "'' zoo 150 10 974 575 645 941 802 715 557 MYINSIGHT Dosh boards & Reports User Guide D2 4.x Chapter1 1 VERSION HISTORY Date Changes Version number 7-12-2015 Transformation to DITA. Update for

More information

UNIT -I PART-A Q.No Question Competence BTL

UNIT -I PART-A Q.No Question Competence BTL VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur-60303. Department of Information Technology Academic Year: 06-07 QUESTION BANK- ODD SEMESTER Name of the Subject Subject Code Semester Year Department

More information

1 Woocommerce Products Designer

1 Woocommerce Products Designer 1 Woocommerce Products Designer Contents Overview...2 A. Installation...3 1. Requirements...3 2. Installation process...3 B. Configuration...4 1. Basic configuration...4 2. General settings...4 3. Uploads...5

More information

Nesstar Server Configuration Tool User Guide

Nesstar Server Configuration Tool User Guide Nesstar Server Configuration Tool User Guide Version 3.50 The Configuration Tool allows the server Administrator to edit most of the server configuration properties and to perform basic administrative

More information

Chapter 3. Architecture and Design

Chapter 3. Architecture and Design Chapter 3. Architecture and Design Design decisions and functional architecture of the Semi automatic generation of warehouse schema has been explained in this section. 3.1. Technical Architecture System

More information

XMLInput Application Guide

XMLInput Application Guide XMLInput Application Guide Version 1.6 August 23, 2002 (573) 308-3525 Mid-Continent Mapping Center 1400 Independence Drive Rolla, MO 65401 Richard E. Brown (reb@usgs.gov) Table of Contents OVERVIEW...

More information

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc.

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc. SPESCOM SOFTWARE User Guide eb Layout Editor User Guide Document Number : SAN03810 Rev 0.2 Release Date : 15 December 2006 Document Status : Not Approved Author : Gayle Clark, Business Solutions Analyst,

More information

User and Reference Manual

User and Reference Manual User and Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.5 November 2, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

COMS 469: Interactive Media II

COMS 469: Interactive Media II COMS 469: Interactive Media II Agenda Class Roster Course Web Site & Syllabus JavaScript Introduction (ch. 1) gunkelweb.com/coms469 Introduction to JavaScript Chapter One Introduction to JavaScript and

More information

( )

( ) testidea 9.12.x This document describes what s new and noteworthy in testidea. Headings indicate version and release date. 9.12.269 (2016-01-08) Grouping of test cases Grouping of test cases enables better

More information

TaskGuide. Users Guide. Version 2.0 Beta. Stottler Henke. Smarter Software Solutions

TaskGuide. Users Guide. Version 2.0 Beta. Stottler Henke. Smarter Software Solutions TaskGuide Users Guide Version 2.0 Beta Stottler Henke Smarter Software Solutions 2011 Stottler Henke Associates, Inc. TaskGuide is a trademark of Stottler Henke Associates, Inc. All rights reserved. Information

More information

Analysing Performance Testing Results Release 3.1

Analysing Performance Testing Results Release 3.1 Analysing Performance Testing Results Release 3.1 1 StressTester Analysing Performance Testing Results 3.1 Copyright Copyright 2004, 2005, 2006 Reflective Solutions Ltd. All rights Reserved Restricted

More information

Multi-Channel Publishing for AllFusion Gen

Multi-Channel Publishing for AllFusion Gen QA TECHNOLOGIES Multi-Channel Publishing for AllFusion Gen Questions Answered. Solutions Provided. Common Questions What exactly is QAT Publisher? Advanced plug-in for AllFusion Gen Multi-Channel publishing

More information

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1 CLIQ Web Manager User Manual V 6.1 The global leader in door opening solutions Program version: 6.1 Document number: ST-003478 Date published: 2016-03-31 Language: en-gb Table of contents 1 Overview...9

More information

PALSTAT s.r.o. Quality control systems PALSTAT CAQ version FMEA 07/ Table of contents

PALSTAT s.r.o. Quality control systems PALSTAT CAQ version FMEA 07/ Table of contents 1 Table of contents 1 Table of contents... 1 2 Introduction... 3 2.1 Basic control... 3 3 Launching the SW Palstat FMEA... 4 3.1 Launcher SW Palstat and opening the program... 4 3.2 Access rights to the

More information

Frontend guide. Everything you need to know about HTML, CSS, JavaScript and DOM. Dejan V Čančarević

Frontend guide. Everything you need to know about HTML, CSS, JavaScript and DOM. Dejan V Čančarević Frontend guide Everything you need to know about HTML, CSS, JavaScript and DOM Dejan V Čančarević Today frontend is treated as a separate part of Web development and therefore frontend developer jobs are

More information

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3.

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. Write a script that inputs text from an HTML form and outputs the

More information

WORDSCRIPT WEB EDITION

WORDSCRIPT WEB EDITION - 1 - WORDSCRIPT WEB EDITION Non CDFS - 2 - INDEX Introduction To Wordscript... 3 Login... 3 General Terms Used... 10 Tagging... 10 Data Input Window (Shortcut key: Alt + 2)... 10 Audio Control... 12 Working

More information

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT)

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT) 177 WEB PROGRAMMING LAB (Common to &IT) Course Code: 15CT1123 L T P C 0 0 3 2 Pre-requisites: Object Oriented Programming through Java Course Outcomes : At the end of the Course, the Student will be able

More information

user manual GeoViewer DB Netze Fahrweg

user manual GeoViewer DB Netze Fahrweg user manual GeoViewer DB Netze Fahrweg Register of Infrastructure Updated: Juli 2018 Release: 1.11.0 Page 1 von 32 Content 1 List of illustrations 3 2 Basics 4 2.1 Components 4 2.1.1 Interfaces 4 2.1.2

More information

All Applications Release Bulletin January 2010

All Applications Release Bulletin January 2010 All Applications Release Bulletin January 2010 In this bulletin... Online Enrollment: HTML Forms for Contracts 2 System Administration: MBP Online User Accounts 11 About Release 91_6 This release includes

More information

ECM Extensions xcp 2.2 xcelerator Abstract

ECM Extensions xcp 2.2 xcelerator Abstract ECM Extensions xcp 2.2 xcelerator Abstract These release notes outline how to install and use the ECM Extensions xcelerator. October 2015 Version 1.0 Copyright 2015 EMC Corporation. All Rights Reserved.

More information

Operating guide. OPC server for ECL Comfort 310. Table of Contents

Operating guide. OPC server for ECL Comfort 310. Table of Contents Operating guide OPC server for ECL Comfort 310 Table of Contents 1. Introduction to Danfoss ECL OPC Server... 2 2. Configuring databases... 6 3. Exporting configuration data... 7 4. Importing data from

More information

JobScheduler - Amazon AMI Installation

JobScheduler - Amazon AMI Installation JobScheduler - Job Execution and Scheduling System JobScheduler - Amazon AMI Installation June 2012 June 2012 JobScheduler - Amazon AMI Installation page: 1 JobScheduler - Amazon AMI Installation - Contact

More information

Perceptive Document Composition

Perceptive Document Composition Perceptive Document Composition Client Product Guide PDC Version: 5.4 Written by: Product Documentation, R&D Date: February 2014 2014 Perceptive Software. All rights reserved Perceptive Software is a trademark

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

Innovator 11. Manual Version Management. Versioning Models and Model Elements.

Innovator 11. Manual Version Management. Versioning Models and Model Elements. Innovator 11 Manual Version Management Versioning Models and Model Elements www.mid.de Manual Version Management Innovator 11 (version 11.2) Edition July 2010 Copyright 1986-2010 MID GmbH Nuremberg, Germany.

More information

EDIT 2014 Users Manual

EDIT 2014 Users Manual EUROPEAN COMMISSION EUROSTAT Directorate B: Methodology; corporate statistical and IT Services Unit B-3: IT for statistical production EDIT 2014 Users Manual Date: 03.12.2014 Version: 01.20 Commission

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Installation and configuration guide v 1.8

Installation and configuration guide v 1.8 Woody Social Installation and configuration Installation and configuration guide v 1.8 Introduction... 2 1. Technical requirements... 2 2. Installation... 3 3. Profiles tab introduction... 4 3.1. Profiles

More information