Teamcenter Query Builder Guide. Publication Number PLM00031 J

Size: px
Start display at page:

Download "Teamcenter Query Builder Guide. Publication Number PLM00031 J"

Transcription

1 Teamcenter 10.1 Query Builder Guide Publication Number PLM00031 J

2 Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management Software Inc Siemens Product Lifecycle Management Software Inc. All Rights Reserved. Siemens and the Siemens logo are registered trademarks of Siemens AG. Teamcenter is a trademark or registered trademark of Siemens Product Lifecycle Management Software Inc. or its subsidiaries in the United States and in other countries. All other trademarks, registered trademarks, or service marks belong to their respective holders. 2 Query Builder Guide PLM00031 J

3 Contents Proprietary and restricted rights notice Getting started with Query Builder What is Query Builder? Before you begin Query Builder interface Basic concepts for using Query Builder Basic tasks using Query Builder Creating and managing queries Creating customized searches using Query Builder Create queries Managing queries Using class attribute selections Using preferences when querying Using search criteria clauses Managing the query hints file Managing the query hints file Sample hints file Importing and exporting query definitions Importing and exporting query definitions Import query definitions Export query definitions Application notes Attribute index Best practices Best practices Restore My Saved Searches folder Export saved searches to another Teamcenter installation Glossary A-1 Index Index-1 PLM00031 J Query Builder Guide 3

4

5 Chapter 1 Getting started with Query Builder What is Query Builder? Before you begin Query Builder interface Saved Queries tree pane Saved query properties pane Localization button Search Class button Attribute Selection pane Search Criteria pane Rich client perspectives and views Basic concepts for using Query Builder Basic tasks using Query Builder PLM00031 J Query Builder Guide

6

7 Chapter 1 Getting started with Query Builder What is Query Builder? Query Builder allows you to create customized searches for objects in both local and remote Teamcenter databases. Building query definitions requires knowledge of the Teamcenter POM (persistent object manager) schema, which is an hierarchical arrangement of classes, subclasses, and attributes. Query definitions, also called saved queries, identify search criteria used to find information in Teamcenter. Administrators define query definitions for end users. For example, you can create a saved query to find in the database all items that have been shipped. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Before you begin Prerequisites Enable Query Builder You do not need any special permissions to use the Query Builder application. Query Builder does not need to be enabled before you can use it, but during installation, this feature must be selected. If you have trouble accessing Query Builder, see your system administrator; it may be a licensing issue. Configure Query Builder Note You can log on to Teamcenter only once. If you try to log on to more than one workstation at a time, you see an error message. Query Builder does not need to be configured before you use it. Start Query Builder Click Query Builder in the navigation pane. PLM00031 J Query Builder Guide 1-1

8 Chapter 1 Getting started with Query Builder Query Builder interface 1 Saved Queries tree pane 2 Saved query properties pane 3 Localization button 4 Search Class button 5 Attribute Selection pane Displays all saved queries in the database. Displays the name, description, query type, and search class of the saved query selected in the saved queries tree. Displays the Language Translations dialog box that lists existing translation values. For more information about the Localization button, see the Localization Guide. Displays the Class/Attribute Selection dialog box that lists the query classes for selection. For more information, see Search Class button. Displays the attributes of the selected class and either all inherited class attributes or only the direct attributes of the class, depending on the display setting you select. For more information, see Attribute Selection pane. 1-2 Query Builder Guide PLM00031 J

9 Getting started with Query Builder 6 Search Criteria pane Defines the search criteria clauses using attributes, user entry keys, operators, and default values. Boolean operators are added for multiple search criteria clause processing. For more information, see Search Criteria pane. Saved Queries tree pane The Saved Queries tree pane displays all saved queries in the database. When you select a saved query in the tree, the details are displayed in the panes on the right side of the box. Saved query properties pane The saved query properties pane displays the name, description, query type, and search class of the saved query selected in the saved queries tree. You can modify these properties and then create or modify a saved query. You can delete the selected saved query. Localization button Clicking the Localization button displays the Language Translations dialog box that lists existing translation values. The presence of the Localization button indicates the dialog box content can be localized. For example, if the master locale is set to English, you can add a translation for an employee information query. Using the Localization button, you can perform the following tasks: View the existing localization text. Modify the existing localization text. Add a translation value for a new locale without altering the master value of the property. Remove a translation value without altering the master value of the property. For more information about the Localization button, see the Localization Guide. Search Class button Clicking the Search Class button displays the Class/Attribute Selection dialog box, which allows you to navigate and search the Teamcenter POM schema and select classes and attributes for use in query definitions. 1. Type the class name (or partial name of the class along with a wildcard) in the box at the top of the dialog box. 2. Click the Search button. The number of classes matching your search are displayed at the bottom of the dialog box, and the first result is highlighted in the tree. PLM00031 J Query Builder Guide 1-3

10 Chapter 1 Getting started with Query Builder To navigate through the results: Go to next match Go to previous match Go to first match Go to last match Press F3, Page Down, or Down Arrow key. Press the Page Up or Up Arrow key. Press the Home key. Press the End key. Attribute Selection pane The Attribute Selection pane displays the attributes of the selected class and either all inherited class attributes or only the direct attributes of the class. The following symbols indicate the attribute type. Symbol Attribute type Character Character array Date Date array Double 1-4 Query Builder Guide PLM00031 J

11 Getting started with Query Builder Symbol Attribute type Double array Float Float array Integer Integer array Logical Logical array Short Short array String String array Typed reference Typed reference array Untyped reference Untyped reference array External reference External reference array Note Note array Typed relation Untyped relation Class External link default PLM00031 J Query Builder Guide 1-5

12 Chapter 1 Getting started with Query Builder Symbol Attribute type vi overlay Search Criteria pane When you perform your search, Teamcenter examines the attribute specified in each of your search clauses and looks for values that match your search. Following are the search criteria elements. Element Boolean Rules Description The Boolean rules (AND/OR) are used to combine clauses to create a custom query. When you use AND clauses together, both must be satisfied to return a match (both this clause and that clause). When you use OR clauses together, either can be satisfied to return a match (either this clause or that clause). Keyword clauses do not support the OR rule. Note The indented search feature only supports AND clauses. For more information about the indented search feature, see the Rich Client Interface Guide. Attributes User Entry L10N Key User Entry Name Logical Operators The selected database attribute displays in this box. Specifies the localization key used to look up user entry names. The localization key-value pairs are defined in the qry_user_entry_names_locale.xml file. The value in this column can be modified and must be unique within the search criteria definition. Displays the query box names as they appear in the search form. The user name is the value of the localization key entered in the User Entry L10N Key column. If the key-value pair is not defined in the qry_user_entry_names_locale.xml file, the user entry name is the same as the key entered in the User Entry L10N Key column. The value in this column cannot be modified. Matching values can be equal to, not equal to, less than, or greater than the value specified in your search clause. Matching values can also be null or not null. These conditions are called logical operators. You must specify one of the following logical operators in each search clause. Logical operator Description = Equal to.!= Not equal to. > Greater than. >= Greater than or equal to. 1-6 Query Builder Guide PLM00031 J

13 Getting started with Query Builder Element Description < Less than. <= Less than or equal to. IS_NULL IS_NOT_NULL Indicates that the reference attribute value must be blank (not set). Indicates that the reference attribute must have a value. Note Logical operators can only be used for string attribute types. Default Value You can search for ranges of values using the >, >=, <, <= logical operators or invert search criteria using the!= logical operator. Default values can be specified for the query clauses. Default values can be entered as a text string or selected from the associated list of values, where applicable. After the value is set, press Enter to save the default value. This box is required only when you do not specify the user entry name, unless the logical operator IS_NULL or IS_NOT_NULL is used. The following keyword variables can be used to display default values in the query form: $USERID $USERNAME $GROUP $TODAY The values displayed in boxes for which the $USERID, $USERNAME, and $GROUP variables are used as a default value correspond to the end user who is running the query. The $TODAY variable displays the current date. These variables are used in the default Teamcenter queries. If you make any change to the default queries, the modified values are displayed unless you explicitly enter the variable name over its displayed value. PLM00031 J Query Builder Guide 1-7

14 Chapter 1 Getting started with Query Builder Note Siemens PLM Software recommends the following when using the Search Criteria pane: For each clause, make certain the User entry L10N key value is unique. When you use AND and OR clauses together, the search result displays unexpected results. Therefore, use the AND operator (rather than the OR operator) and place multiple default values in the Default value column separated by a semicolon, as shown in the following example. Attribute User entry L10N key User entry name object_name object_name Name = * Default value AND object_type object_type Type = UGMASTER;DirectModel The Order By tab contains the following search criteria elements. Element Attribute User Entry L10N Key User Entry Name Order By Description The selected database attribute appears in this box. Specifies the localization key used to look up user entry names. The localization key-value pairs are defined in the qry_user_entry_names_locale.xml file. The value in this column can be modified and must be unique within the search criteria definition. Displays the query box names as they appear in the search form. The user name is the value of the localization key entered in the User Entry L10N Key column. If the key-value pair is not defined in the qry_user_entry_names_locale.xml file, the user entry name is the same as the key entered in the User Entry L10N Key column. The value in this column cannot be modified. Specifies the sort order or overrides a default sort order defined for a saved query. Each attribute can be set to arrange in either Ascending or Descending order. For more information about using the Order By tab, see Specify sort order for a saved query. Rich client perspectives and views Within the Teamcenter rich client user interface, application functionality is provided in perspectives and views. Some applications use perspectives and views to arrange how functionality is presented. Other applications use a single perspective and view to present information. Note Your administrator can use the HiddenPerspectives preference to prevent the display of some Teamcenter perspectives in the rich client. For information about editing preference values, see the Preferences and Environment Variables Reference. 1-8 Query Builder Guide PLM00031 J

15 Getting started with Query Builder If your site has online help installed, you can access application and view help from the rich client Help menu or by pressing F1. For more information about rich client perspectives and views, see the Rich Client Interface Guide. Basic concepts for using Query Builder Depending on your needs, you can use an existing query from the saved queries tree. Saved queries are subject to standard object protection and are accessed by users through the search feature in My Teamcenter. For more information, see Create a new query based on an existing definition. You can also use Query Builder to create queries based on the following features: Queries using the hints feature Queries that include a keyword search Queries based on an existing definition Queries using the IS_NULL or IS_NOT_NULL operators Referenced-by queries Queries based on classification attributes Subclass queries on a typed reference Once created, query definitions can be exported and saved as XML files that can be shared with other Teamcenter sites. Conversely, query data saved in XML files can be imported into Teamcenter. The XML files are parsed and verified before the data is imported. For more information, see Importing and exporting query definitions. Basic tasks using Query Builder Query Builder is a Teamcenter administrative application that is used to perform the following tasks: Create customized searches for objects in both local and remote Teamcenter databases. Store query hints in the query hints file, queryhint.xml. Export query definitions saved as XML files, which can be shared with other Teamcenter sites. Import into Teamcenter query definitions saved as XML files. For more information about these tasks, see Creating customized searches using Query Builder, Managing the query hints file, and Importing and exporting query definitions. PLM00031 J Query Builder Guide 1-9

16

17 Chapter 2 Creating and managing queries Creating customized searches using Query Builder Create queries Create a query using the hints feature Create a query that includes a keyword search Create a new query based on an existing definition Create a query using the IS_NULL or IS_NOT_NULL operator Create a referenced-by query Create a saved query on classification attributes Create a saved query using a revision rule Specify sort order for a saved query Create a subclass query on a typed reference Managing queries Modify a query Delete a query Using class attribute selections Add class attributes to search criteria Using preferences when querying Using search criteria clauses Search criteria clause example Assign precedence to clauses Remove clauses from the table PLM00031 J Query Builder Guide

18

19 Chapter 2 Creating and managing queries Creating customized searches using Query Builder Query Builder allows you to create customized searches for objects in Teamcenter databases. When using Query Builder to create a query, you must provide the following information: The search class for the query For more information, see Using class attribute selections. At least one search criteria clause For more information, see Using search criteria clauses. Create queries 1. Click the Clear button to remove existing information from the Query Builder boxes. 2. In the Name box, type a unique name for the query. 3. Optionally, type a description of the query in the Description box. 4. Select Local Query from the Modifiable Query Types list. 5. Click the Search Class button. The Class/Attribute Selection dialog box appears. PLM00031 J Query Builder Guide 2-1

20 Chapter 2 Creating and managing queries 6. Specify the desired search class by selecting an entry from this dialog box. Tip You can significantly expand or narrow the focus of your query depending on the class you select. It is best to limit the search to the lowest possible class in the hierarchy. To locate a class, type the class name (or partial name and wildcards) in the box at the top of the dialog box, and click the Search button. The number of classes matching your search are displayed at the bottom of the dialog box, and the first result is highlighted in the tree. To navigate through the results: Go to next match Go to previous match Go to first match Go to last match Press F3, Page Down, or Down Arrow key. Press the Page Up or Up Arrow key. Press the Home key. Press the End key. 7. To display the search results in an indented or hierarchical form, select Show Indented Results. 8. Double-click to select at least one of the attributes in the Attribute Selection tree. Direct attributes of the class are displayed in the tree. Reference classes and attributes can be accessed by double-clicking the Referenced By node in the attribute tree. 2-2 Query Builder Guide PLM00031 J

21 Creating and managing queries The attribute is added to the Search Criteria table. For more information about class attribute selections, see Using class attribute selections. 9. Specify the desired search criteria. You must specify the following required search criteria boxes: Attribute User Entry L10N Key Logical operators For more information, see Using search criteria clauses. 10. Click the Create button. The query is created, and the name appears in the saved queries tree of the Query Builder application and in the System Defined Searches list in My Teamcenter. Create a query using the hints feature Query hints are provided to assist you in navigating the schema by presenting a relationship to traverse (for example, item-to-item master form) and the steps required to build that relationship into your query definition. 1. In the Name box, type a unique name for the query. 2. Optionally, type a description of the query in the Description box. 3. Select Local Query from the Modifiable Query Types list. 4. Click the Show Hints button in the saved query properties pane. The system displays the hints pane. 5. Click the Choose Hint button located at the top of the hint pane. The system displays the choose hint pane containing the directory of query hints. 6. Expand the Item Queries folder, select Item to Item Master Form, and click OK. The dialog box closes and the system displays the selected hint in the hint pane. The first entry in the hint is the base class, followed by the traversal steps, ending with the attribute of the item master form class that is added to the query clause. PLM00031 J Query Builder Guide 2-3

22 Chapter 2 Creating and managing queries 7. Select the base class by clicking the Search Class button. The system displays the Class/Attribute Selection dialog box. 8. To locate the Item class, type Item in the search box and then click the Search button. The Item class is highlighted in the schema tree of the Class/Attribute Selection dialog box. 2-4 Query Builder Guide PLM00031 J

23 Creating and managing queries 9. Close the Class/Attribute Selection dialog box by clicking the X in the upper-right corner. The system displays the item class and its attributes in the Attribute Selection area, and the Find in Tree and Add Clause to Table buttons are available in the hint pane. 10. The Item to Item Master Form hint traverses the schema to the project_id attribute from the Item Master Form. To add this attribute to the query definition, click the Add Clause to Table button. The system adds the clause to the table. For more information, see Using search criteria clauses. 11. If you want to search for project_id attribute of the Item Master Form, click the Find in Tree button. The system expands the tree in the Attribute Selection pane to display the Project ID attribute. 12. Double-click any of the other attributes to add them to the clause table. PLM00031 J Query Builder Guide 2-5

24 Chapter 2 Creating and managing queries You can use other hints to add more clauses to the query table by selecting a new hint and repeating the previous steps. Note Only those hints applicable to the selected search class are available in the choose hint pane. 13. Modify the search criteria and clause precedence, as required. For more information, see Using search criteria clauses. 14. Click the Create button to save the query definition. The query form is also available in the System Defined Searches list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Create a query that includes a keyword search Including the keywords attribute in a query definition allows you to develop queries to find dataset files that contain a specific keyword or combinations of keywords. Note The Autonomy server must be installed and configured at your site to enable full-text keyword search functionality. 1. In the Name box, type a unique name for the query. 2. Optionally, type a description of the query in the Description box. 3. Select Keyword Search Query from the Modifiable Query Types list. 4. Click the Search Class button to select the target class for the query. The Class Selection dialog box displays the POM schema in tree format. 5. Expand the POM_application_object class and locate the WorkspaceObject class. Expand the WorkspaceObject class, and then double-click the Dataset class. The system displays the Dataset class on the Search Class button, and the Dataset class and its attributes are displayed in the Attribute Selection pane. 6. Add the Keywords attribute to the Search Criteria table by either double-clicking the attribute in the tree or by selecting it in the tree and clicking the Add button. The system displays the attribute (tc_fts_keyword) and default operator (=) in the table. 7. Optionally, modify the default operator and default attribute value. 8. Optionally, add other search clauses to the table. 9. Click the Create button. 2-6 Query Builder Guide PLM00031 J

25 Creating and managing queries The system adds the query to the saved queries tree. The query form is also available in the System Defined Searches list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Create a new query based on an existing definition 1. Select an existing query from the saved queries tree. 2. In the Name box, type a unique name for the query. 3. Change the information in the Description box, Search Class box, and/or Search Criteria table columns. 4. Click the Create button. The system adds the query to the saved queries tree. The query form is also available in the System Defined Searches+ list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Create a query using the IS_NULL or IS_NOT_NULL operator The IS_NULL and IS_NOT_NULL operators allow you to create queries to find objects with null attribute values, such as items that do not have descriptions, or objects with an attribute containing any value other than null. Clauses that use this operator are treated as having a fixed value; therefore, there is no need to enter a name and default value for the clause. The following steps illustrate the process of creating a null-value query to find released ItemRevision objects: 1. In the Name box, type a unique name for the query. 2. Optionally, type a description of the query in the Description box. 3. Select Local Query from the Modifiable Query Types list. 4. Click the Search Class button to select the target class for the query. The Class Selection dialog box displays the POM schema in tree format. 5. Expand the POM_application_object class and locate the WorkspaceObject class. 6. Expand the WorkspaceObject class and select the ItemRevision class by selecting it and closing the dialog box. ItemRevision is now displayed on the Search Class button, and the ItemRevision class and its attributes are displayed in the Attribute Selection pane. PLM00031 J Query Builder Guide 2-7

26 Chapter 2 Creating and managing queries 7. Click the Display Settings button and select All Attributes. Add the Release Status attribute to the Search Criteria table by selecting it in the tree and clicking the Add button. The attribute and default operator (IS_NULL) are displayed in the table. 8. Change the operator from IS_NULL to IS_NOT_NULL by clicking the right corner of the operator cell and selecting IS_NOT_NULL from the list. 9. Click the Create button to create the query. The system adds the query to the saved queries tree. The query form is also available in the System Defined Searches list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Create a referenced-by query You can create queries using clauses on a reversed-reference relationship. The following example illustrates the process of creating a query using clauses on a reversed-reference relationship. In this case, the purpose of the query is to find dataset objects that are referenced, through an IMAN_specification relationship, by an item revision with a specific name. 1. In the Name box, type a unique name for the query. 2. Optionally, type a description of the query in the Description box. 3. Select Local Query from the Modifiable Query Types list. 4. Click the Search Class button to select the target class for the query. The Class Selection dialog box displays the POM schema in tree format. 5. Expand the POM_application_object class and locate the WorkspaceObject class. 6. Expand the WorkspaceObject class and select the Dataset class by double-clicking it. The dataset is now displayed on the Search Class button. The Dataset class and its attributes are displayed in the Attribute Selection box. Attribute Selection box 2-8 Query Builder Guide PLM00031 J

27 Creating and managing queries Dataset Revision Anchor [ RevisionAnchor ] ref_names Tool Used [ Tool ] Classification ref_types Format References 7. Double-click the Referenced By node in the Attribute Selection pane. The Class Attribute Selection dialog box appears. Note If you select the Referenced By attribute, the Class Attribute Selection dialog box appears. Use this dialog to select the class and through what attribute the given object is referenced in that class. You can add selected attributes to the search criteria table. 8. Click the Search Class button to select the referencing class for the query. The Class Selection dialog box displays the POM schema in tree format. 9. Expand the POM_application_object class and locate the WorkspaceObject class. 10. Expand the WorkspaceObject class and select the ItemRevision class by highlighting it and closing the dialog box. The referencing class and its attributes are displayed in the Class Attribute Selection dialog box. PLM00031 J Query Builder Guide 2-9

28 Chapter 2 Creating and managing queries Note Only those attributes that may reference the objects of the class being queried, in this case the Dataset class, are displayed in the dialog box. 11. Select a referencing attribute, in this case IMAN_specification, by double-clicking the node. The referencing attribute, Specifications, and class, ItemRevision, are displayed in the Attribute Selection area. 12. Select the attributes of the referencing class on which you want to build query clauses. In this case, locate and double-click the Name attribute. The attribute is displayed in the Search Criteria table. Note that the display name of the attribute is ItemRevision IMAN_specification.object_name. The symbol indicates a reversed-reference relationship. 13. Type a key name in the User Entry Key box. This makes the User Entry Key unique when you perform a query from the My Teamcenter search pane. 14. Click the Create button to create the query Query Builder Guide PLM00031 J

29 Creating and managing queries The system adds the query to the saved queries tree. The query form is also available in the System Defined Searches list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Create a saved query on classification attributes With this function, and appropriate privileges, you create a saved query on Classification attributes, using Query Builder. In particular, you can create a saved query that combines Classification attributes and Teamcenter attributes. The following examples illustrate a few scenarios where the user can create a saved query to perform searches using Classification attributes and/or Teamcenter attributes: Define a query that restricts the search to Bolt and makes all Bolt attributes available as the search criteria. In the Find application, the user can enter values for one or more Bolt attributes. Define a query that restricts the search to Bolt but makes a subset of Bolt attributes (for example, Length and Radius) available as the search criteria. Define a query that restricts the search to item and makes item attributes and bolt attributes through the IMAN_classification reference be available as the search criteria. 1. Select a Classification class from the class schema using the Class Selection dialog box, accessed by clicking the Search Class button. Note When creating a saved query, the search class must have at least one own attribute (an attribute not inheriting from its parent class). Otherwise, the search returns objects from its parent class, rather than the specified class. 2. After selecting a Classification class, select Classification attributes through the Attribute Selection pane to build query clauses. The Classification hierarchy used by Query Builder is exactly the same as the Classification hierarchy used in the Classification applications. The highest level of the hierarchy represents groups that do not contain attributes and cannot be used in a search. These group nodes are shown with a different icon. The nodes below the group level correspond to a Classification class. The class level nodes can be used to build saved queries. After a Classification attribute is selected from the Attribute Selection tree, its internal attribute ID is shown as Attribute name in the Search Criteria table while its attribute display name is shown as User Entry Name in the Search Criteria table. You can modify the user entry name if required. A Classification object (ICO) is attached to a Teamcenter object through the Tc_classification relationship. This Tc_classification relationship is shown as one of the attributes for a Teamcenter class whose instances are classified. For such a Teamcenter class (for example, item and item revisions), you can expand its Tc_classification attribute in the Attribute Selection tree to access the Classification attributes. In doing so, you build a saved query that combines Classification attribute search criteria and Teamcenter attribute search criteria. PLM00031 J Query Builder Guide 2-11

30 Chapter 2 Creating and managing queries Note When you double-click the Tc_classification attribute, only the Classification hierarchy is shown in the Class Selection dialog box to enable you to select a Classification class and use its attributes to build query clauses. Create a saved query using a revision rule 1. In Query Builder, create a query. 2. Select an applicable revision rule from the Revision Rule list. Specify sort order for a saved query Note Default sort attributes are defined on the Order By tab in Query Builder. In My Teamcenter, the Search view Sort dialog box lets users specify sort order or override a default sort order defined for a saved query. 1. Create a query. 2. Next to the Search Criteria section, click the Order By tab, and then select an attribute to display the Order By tab. 3. In the Order By tab: a. Select an attribute and use the arrow keys to move it up or down in the Sort By precedence order list. b. For each attribute, specify whether to arrange in Ascending or Descending order. Create a subclass query on a typed reference You can create saved queries based on a subclass of a typed reference and then build clauses against the attributes of the subclass instead of against the attributes of the referenced class. For example, the contents attribute in the Folder class is a typed reference of the referenced class WorkspaceObject. You can, therefore, select the Dataset class as a referenced class of the contents attribute and build query clauses against the attributes of the Dataset class, rather than against the WorkspaceObject class. The following steps illustrate the process of creating a query of a subclass on a typed reference. In this case, the purpose of the query is to find folders containing datasets that are checked out. 1. In the Name box, type a unique name for the query. 2. Optionally, type a description of the query in the Description box. 3. Click the Search Class button to select the target class for the query. The Class Selection dialog box displays the POM schema in tree format. 4. Expand the POM_application_object class and locate the WorkspaceObject class Query Builder Guide PLM00031 J

31 Creating and managing queries 5. Expand the WorkspaceObject class and select the Folder class by selecting it and closing the dialog box. Folder is displayed on the Search Class button, and the Folder class and its attributes are displayed in the Attribute Selection pane. 6. In the Attribute Selection pane, double-click the Contents [WorkspaceObject] attribute. The Class Selection dialog box displays the referenced class, in this case, WorkspaceObject, and all of its subclasses. 7. Select the Dataset subclass by double-clicking the node in the tree. The Attribute Selection pane displays the Contents [Dataset] attribute and its attributes of the Dataset class. 8. Expand the rev_chain_anchor [RevisionAnchor] attribute node by double-clicking it. The Class Selection dialog box displays the RevisionAnchor class. PLM00031 J Query Builder Guide 2-13

32 Chapter 2 Creating and managing queries 9. Expanded the rev_chain_anchor [RevisionAnchor] in the tree; the attributes are displayed in the Attribute Selection pane. 10. Expand the IMAN_RES_checkout class by double-clicking it. The Class Selection dialog box displays the POM_object schema. 11. Select the ImanReservation class and expand it. The ImanReservation attributes are displayed in the Attribute Selection pane Query Builder Guide PLM00031 J

33 Creating and managing queries 12. Double-click the reservation_state attribute. The attribute is added to the Search Criteria table. 13. Type a default value 0 for this query clause. PLM00031 J Query Builder Guide 2-15

34 Chapter 2 Creating and managing queries 14. Click the Create button to create the query. The system adds the query to the saved queries tree. The query form is also available in the System Defined Searches list in My Teamcenter. For more information about searching the Teamcenter database using saved queries, see the Rich Client Interface Guide. Managing queries You can manage queries by either modifying them or deleting them. Modify a query 1. Select a query from the saved queries tree. Information about that query is displayed in the boxes on the right side of the window. 2. Change the information in the Name, Description, or Search Class box, and/or Search Criteria table columns. 3. Click Modify to save your changes in the database. Delete a query 1. Select a query from the saved queries tree. 2. Click Delete. Teamcenter displays the Delete Confirmation dialog box. 3. Click Yes to delete the query from the database and remove it from the saved queries tree. Using class attribute selections To create query definitions, you select the class attributes to use in the search criteria. Class attributes can be found on the: Search class. When a Search Class is selected, its attributes are displayed in the Attribute Selection box. Attribute Selection box User Nationality mailbox [ Folder ] Person [ Person ] TTCDate 2-16 Query Builder Guide PLM00031 J

35 Creating and managing queries Default Volume [ ImanVolume ] IP Clearance Parent classes. newstuff_folder [ Folder ] When all attributes for the Search Class are displayed, inherited attributes are also displayed in the Attribute Selection box. Attribute Selection box User Owning Site [ POM_imc ] pid object_properties lsd timestamp Status user_data_source Reference classes. When classes related to the Search Class are displayed, the reference class attributes are also displayed in the Attribute Selection box. Attribute Selection box Nationality Mailbox [ Folder ] Person [ Person ] Owning Site [ POM_imc ] pid object_properties lsd timestamp Referenced by classes. Reference class Reference class When classes related to the Search Class are not displayed, the Referenced By attribute is used to locate additional reference classes to display in the Attribute Selection box. Attribute Selection box PLM00031 J Query Builder Guide 2-17

36 Chapter 2 Creating and managing queries Default Volume [ ImanVolume ] IP Clearance newstuff_folder [ Folder ] Gov Clearance OS Name Geography home_folder [ Folder ] Referenced By Use the Display Settings box to display: Only attributes defined on the class or all attributes; those inherited from the parent. Attribute user interface display names or the attribute real database names. Display Settings Class Attributes All Attributes Display Names Real Names Double-click an attribute to add it to the Search Criteria table. The attributes without the plus symbol can be directly set when searching for objects. The attributes with the plus symbol refer to another class in the class structure, which may have direct attributes, or may have more attributes with plus symbols. Add class attributes to search criteria 1. Select a class as the search class. 2. Set Display Settings to All Attributes and Real Names. Display Settings 2-18 Query Builder Guide PLM00031 J

37 Creating and managing queries Class Attributes All Attributes Display Names Real Names 3. Populate the Attribute Selection list with the attributes required to build the search criteria. The attributes are either class attributes, parent class attributes, or reference class attributes. Reference classes are classes related to the search class. To list reference class attributes: Double-click references with the plus symbol to list more attributes or to open the Class Selection Dialog. Double-click a class from the Class Selection Dialog to add the class and its attributes to the Attribute Selection list. Double-click Referenced By at the bottom of the Attribute Selection list to open the Class Attribute Selection Dialog. Double-click the Search Class box to search for a class. Select a reference and click OK to add the reference and its attributes to the Attribute Selection list. Note Navigating reference classes requires knowledge of the Teamcenter data model. 4. Double-click attributes without the plus symbol to directly add them to the Search Criteria table. Using preferences when querying When querying, you can use the following preferences to further refine your query: QRY_query_name_SortKeys Determines the class attributes used to sort the query results. This preference must be used in conjunction with the QRY_query_name_SortOrder preference, which determines sort order. QRY_query_name_SortOrder Determines the sort order of query results. This preference must be used in conjunction with the QRY_query_name_SortKeys preference, which determines the class attributes used to sort query results. TC_QRY_xxx_REVRULE Specifies the revision rule applied to search results for searches against ItemRevision and its subclasses. TC_QRY_search_by_rev_rule PLM00031 J Query Builder Guide 2-19

38 Chapter 2 Creating and managing queries Locates the latest item revisions based on revision rules. For example, when querying to locate the latest working item revision, you can set this preference to Latest Working before conducting your query. TC_QRY_display_latest_dataset_only Displays only the latest version of dataset objects when you set this preference to 1 before conducting your query. Search_result_load_all_limit Specifies the maximum number of loaded searches. The default value is 400. Also, you can set the Open_previous_open_search preference to 1 to display a previous search result in the search results view. For more information, see the Preferences and Environment Variables Reference. Using search criteria clauses Search criteria is specified using statements or clauses in the Search Criteria table. Each clause searches the class and examines a specific attribute in that class and each clause can examine only one attribute. Therefore, if you want to build a complex query that examines multiple attributes, you must build several search clauses (one for each attribute you want to examine). When you perform your search (run your query), Teamcenter examines the attribute specified in each of your search clauses and looks for values that match your search criteria. The Search Criteria pane defines the elements in the Search Criteria table. Attribute User Entry L10N Key User Entry Name person.user_name PersonName Person Name = AND user_id UserId User Id = Default Value The Search Criteria table example finds users that meet the person name and user ID criteria values entered by the user. Double-click an attribute in the Attribute Selection box to add it to the Search Criteria table. The combination of the User Entry L10N Key and Default Value elements dictate how the search criteria is presented to the user. 1. The User Entry L10N Key has a value and the Default Value is blank. Result: The attribute displays in the saved query for the user to populate. 2. The User Entry L10N Key has a value and the Default Value has a value. Result: The attribute displays in the saved query with the default value. The user can change the default value in the saved query pane. 3. The User Entry L10N Key is blank and the Default Value has a value. Result: The attribute does not display in the saved query. The value is evaluated in the query Query Builder Guide PLM00031 J

39 Creating and managing queries Note When the User Entry L10N Key is blank, the Default Value must have a value. Search criteria clause example Saved query: Admin Object Ownership Search class: WorkspaceObject User Entry L10N Attribute User Entry Name Default Key Value 1 owning_user.user_id OwningUser Owning User = $USERID 2 AND owning_group.name OwningGroup Owning Group = $GROUP 3 AND object_type Type Type =ItemRevision 1. The user ID of the owning user of the WorkspaceObject is the user logged on and executing the query. Result: The attribute displays the user ID of the current user in the saved query. The query looks for workspace objects owned by the value of the user ID. 2. The name of the owning group of the WorkspaceObject is the current group of the user logged on and executing the query. Result: The attribute displays the group name of the current user in the saved query. The query looks for workspace objects owned by the value of the group name. 3. The object type of WorkspaceObject is ItemRevision. Result: The attribute displays ItemRevision in the saved query. The query looks for workspace objects with a type that matches the value of type. The resulting saved query: Assign precedence to clauses 1. Select the clause or clauses that you want to move up or down in the list. 2. Click the Gain Precedence button to move the clauses up or click the Lose Precedence button to move the clauses down. 3. Continue clicking the buttons until the clauses are moved to the position you want. PLM00031 J Query Builder Guide 2-21

40 Chapter 2 Creating and managing queries Remove clauses from the table 1. Select the clause or clauses that you want to remove from the list. 2. Click the Remove Search Clause button. The selected clauses are removed from the list. Creation or modification is not committed to the database until you click Create or Modify, respectively Query Builder Guide PLM00031 J

41 Chapter 3 Managing the query hints file Managing the query hints file Sample hints file PLM00031 J Query Builder Guide

42

43 Chapter 3 Managing the query hints file Managing the query hints file Query hints are stored in the queryhint.xml file located in the tc_root\data directory. Use either an XML editor or text editor to edit the hint file. For more information, see Sample hints file. Note If using a plain text editor, you must manually convert the greater than (>) and less than (<) characters to the XML equivalents, > and <, respectively. There is no mechanism during an upgrade for preserving your customizations to the queryhint.xml file. The XML file contains two element types: Folders Used to group hints by category. They have two associated attributes: folder name and description. The folder name is displayed in the Choose Hint dialog box tree and the description is the tool tip displayed when the user places the mouse over the folder. Folders can be nested to arbitrary depths and can contain both folders and hints. Hints Contain four fields: name, description, search class, and query clause. The hint name is the text you see in the hint tree. The description is the tool tip displayed when the user hovers the mouse over the hint. The search class is the origin of the query, and the query clause is the hint that provides the path to the attribute. The simplest way to obtain the query clause is to copy it from the Query Builder Search Criteria table from an existing query and paste it into the XML file. Sample hints file <?xml version="1.0" encoding="utf-8"?> <!-- =============================================================================== Copyright (c) UGS Corporation Unpublished - All Rights Reserved =============================================================================== Filename: queryhint.xml Define dtd for tc query hints --> <!DOCTYPE ImanQueryHintFile [ PLM00031 J Query Builder Guide 3-1

44 Chapter 3 Managing the query hints file ]> <!ELEMENT folder ( (folder hint)* )> <!ATTLIST folder name CDATA #REQUIRED description CDATA #REQUIRED> <!ELEMENT hint EMPTY> <!ATTLIST hint name CDATA #REQUIRED description CDATA #REQUIRED class CDATA #REQUIRED hint_text CDATA #REQUIRED> <!ELEMENT ImanQueryHintFile ((folder hint)*)> <ImanQueryHintFile> <!-- =============================================== --> <!-- ========= item hints ========================== --> <!-- =============================================== --> <folder name="item Queries" description="query Hints for Item Relationships"> <hint name="item to Item Revision" description="adding item revision criteria to the item search" class="item" hint_text="itemrevision<-items_tag.item_revision_id"/> <hint name="item to Item Master Form" description="adding master form criteria to the item search" class="item" hint_text="form:iman_master_form.itemmaster:data_file.project_id"/> <hint name="item to Item Revision Form" description="adding criteria from an item revision master form into the item search" class="item" hint_text="itemrevision<-items_tag.form:iman_master_form_rev.itemversionmaster:data_file.project_id"/> <hint name="item to IMAN_Specification" description="adding criteria from an underlying item revision s dataset to the item search" class="item" hint_text="itemrevision<-items_tag.dataset:iman_specification.format_used"/> <hint name="item to IMAN_Aliasid" description="adding criteria from an associated alias identifier to the item search" class="item" hint_text="alias:iman_aliasid.alias_id"/> </folder> <!-- =============================================== --> <!-- ========= item revision hints ================= --> <!-- =============================================== --> <folder name="item Revision Queries" description="query Hints for Item Revision Relationships"> <hint name="item Revision to IMAN_Specification" description="adding dataset criteria to the item revision search" class="itemrevision" hint_text="dataset:iman_specification.format_used"/> <hint name="item Revision to Item Revision Master Form" description="adding master form criteria to the item revision search" class="itemrevision" hint_text="form:iman_master_form_rev.itemversionmaster:data_file.project_id"/> <hint name="item Revision to Item" description="adding item criteria to the item revision search" class="itemrevision" hint_text="items_tag.item_id"/> </folder> <!-- =============================================== --> <!-- ========= dataset hints ================= --> <!-- =============================================== --> <folder name="dataset Queries" description="query Hints for Dataset Relationships"> <hint name="specification Dataset to owning Item Revision" description="adding item revision criteria to the specification dataset search" class="dataset" hint_text="itemrevision<-iman_specification.object_name"/> <hint name="dataset with unknown relation to Item Revision" description="adding item revision criteria to the dataset search" class="dataset" hint_text="imanrelation<-secondary_object.itemrevision:primary_object.object_name"/> </folder> <!-- =============================================== --> <!-- ========= folder hints ================= --> <!-- =============================================== --> <folder name="folder Queries" description="query Hints for Folder Relationships"> <hint name="contents to owning Folder" description="adding folder criteria to the content object search" class="workspaceobject" hint_text="folder<-contents.object_name"/> <hint name="folder to Contents" description="adding content object criteria to the folder search" class="folder" hint_text="contents.object_name"/> </folder> <!-- =============================================== --> <!-- ========= product structure hints ================= --> <!-- =============================================== --> <folder name="product Structure Queries" description="query Hints for Product Structure Relationships"> <hint name="assembly to child Components (Imprecise Structure)" description="adding child component item criteria to the assembly item revision search" class="itemrevision" hint_text="structure_revisions.psoccurrence<-parent_bvr.item:child_item.item_id"/> <hint name="child Components to Assembly (Imprecise Structure)" description="adding assembly item revision criteria to the child component item search" class="item" hint_text= "PSOccurrence<-child_item.parent_bvr.ItemRevision<-structure_revisions.object_name"/> <hint name="assembly to child Components (Precise Structure)" description="adding child component item revision criteria to the assembly item revision search" class="itemrevision" hint_text="structure_revisions.psoccurrence<-parent_bvr.itemrevision:child_item.object_name"/> <hint name="child Components to Assembly (Precise Structure)" description="adding assembly item revision criteria to the child component item revision search" class="itemrevision" hint_text ="PSOccurrence<-child_item.parent_bvr.ItemRevision<-structure_revisions.object_name"/> </folder> <!-- =============================================== --> <!-- ========= workspace object hints ============== --> <!-- =============================================== --> <folder name="workspace Object" description="query Hints for Workspace Objects"> <hint name="contents to owning Folder" description="adding folder criteria to the content 3-2 Query Builder Guide PLM00031 J

Teamcenter s manufacturing process management 8.3. Report Generator Guide. Publication Number PLM00064 E

Teamcenter s manufacturing process management 8.3. Report Generator Guide. Publication Number PLM00064 E Teamcenter s manufacturing process management 8.3 Report Generator Guide Publication Number PLM00064 E Proprietary and restricted rights notice This software and related documentation are proprietary to

More information

SIEMENS. Teamcenter 11.2. Security Administration PLM00101 11.2

SIEMENS. Teamcenter 11.2. Security Administration PLM00101 11.2 SIEMENS Teamcenter 11.2 Security Administration PLM00101 11.2 Contents Getting started with security administration.................................. 1-1 Secure your Teamcenter implementation......................................

More information

Teamcenter 10.1. Workflow Designer Guide. Publication Number PLM00037 K

Teamcenter 10.1. Workflow Designer Guide. Publication Number PLM00037 K Teamcenter 10.1 Workflow Designer Guide Publication Number PLM00037 K Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management

More information

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

The LSUHSC N.O. Email Archive

The LSUHSC N.O. Email Archive The LSUHSC N.O. Email Archive Introduction The LSUHSC N.O. email archive permanently retains a copy of all email items sent and received by LSUHSC N.O. Academic email users. Email items will be accessible

More information

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in

More information

Getting Started The Windows SharePoint Services Window

Getting Started The Windows SharePoint Services Window QUICK Source Microsoft Windows SharePoint Services 3.0 for Windows Server 2003 Getting Started The Windows SharePoint Services Window Browser Toolbars - allow the user to navigate in the browser. Link

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

EPM Performance Suite Profitability Administration & Security Guide

EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 Windows Patents Trademarks Copyright Third-party Contributors Business Objects

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

Teamcenter 8.3. Getting Started with Vendor Management. Publication Number PLM00184 B

Teamcenter 8.3. Getting Started with Vendor Management. Publication Number PLM00184 B Teamcenter 8.3 Getting Started with Vendor Management Publication Number PLM00184 B Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

How to Create User-Defined Fields and Tables

How to Create User-Defined Fields and Tables SAP Business One How-To Guide PUBLIC How to Create User-Defined Fields and Tables Applicable Release: SAP Business One 8.8 All Countries English July 2009 Table of Contents Creating User-Defined Fields

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Stored Documents and the FileCabinet

Stored Documents and the FileCabinet Stored Documents and the FileCabinet Introduction The stored document features have been greatly enhanced to allow easier storage and retrieval of a clinic s electronic documents. Individual or multiple

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

BAT Smart View for Budget Users. Miami-Dade County. BAT Smart View Training Activity Guide

BAT Smart View for Budget Users. Miami-Dade County. BAT Smart View Training Activity Guide Miami-Dade County BAT Smart View Training Activity Guide 1 Table of Contents Activity 1: Launch Microsoft Excel, Check User Options and Use the Connection Panel.... 3 Activity 2: Opening BAT Web Forms

More information

CTERA Agent for Mac OS-X

CTERA Agent for Mac OS-X User Guide CTERA Agent for Mac OS-X September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

Cloud Services. Email Archiving. End User Guide

Cloud Services. Email Archiving. End User Guide Cloud Services Email Archiving End User Guide 10/17/2014 CONTENTS Introduction... 2 Intended Audience... 2 Prerequisites... 2 Email Client Integration... 2 Supported Web Browsers... 3 My Archive... 4 Overview...

More information

User Application: Design Guide

User Application: Design Guide www.novell.com/documentation User Application: Design Guide Designer for Identity Manager Roles Based Provisioning Tools 4.0.2 June 15, 2012 Legal Notices Novell, Inc. makes no representations or warranties

More information

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2. Testing Dynamic Web Applications How To You can use XML Path Language (XPath) queries and URL format rules to test web sites or applications that contain dynamic content that changes on a regular basis.

More information

Central and Remote Users Guide

Central and Remote Users Guide Central and Remote Users Guide Proprietary Rights Notice 1985-2006 IDEXX Laboratories, Inc. All rights reserved. Information in this document is subject to change without notice. Practice names, doctors,

More information

Managing User Accounts

Managing User Accounts Managing User Accounts This chapter includes the following sections: Active Directory, page 1 Configuring Local Users, page 3 Viewing User Sessions, page 5 Active Directory Active Directory is a technology

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

HIRSCH Velocity Web Console Guide

HIRSCH Velocity Web Console Guide HIRSCH Velocity Web Console Guide MAN012-1112 HIRSCH Velocity Web Console Guide MAN012-1112, November 2012 Version 1.1 Copyright 2012 Identive Group. All rights reserved. ScramblePad and ScrambleProx are

More information

End User Configuration

End User Configuration CHAPTER114 The window in Cisco Unified Communications Manager Administration allows the administrator to add, search, display, and maintain information about Cisco Unified Communications Manager end users.

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Global Search v.2.8 for Microsoft Dynamics CRM 4.0

Global Search v.2.8 for Microsoft Dynamics CRM 4.0 Global Search v.2.8 for Microsoft Dynamics CRM 4.0 User Manual Akvelon, Inc. 2012, All rights reserved. 1 Contents Overview... 3 What s New in Global Search Versions... 4 Licensing... 6 Installation...

More information

Managing User Accounts

Managing User Accounts Managing User Accounts This chapter includes the following sections: Configuring Local Users, page 1 Active Directory, page 2 Viewing User Sessions, page 6 Configuring Local Users Before You Begin You

More information

Sage Abra SQL HRMS Reports. User Guide

Sage Abra SQL HRMS Reports. User Guide Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

DIIMS Records Classifier Guide

DIIMS Records Classifier Guide DIIMS Records Classifier Guide Featuring Content Server 10 Second Edition, November 2012 Table of Contents Contents 1. DIIMS Overview... 3 1.1 An Overview of DIIMS within the GNWT... 3 1.1.1 Purpose of

More information

DbSchema Tutorial with Introduction in SQL Databases

DbSchema Tutorial with Introduction in SQL Databases DbSchema Tutorial with Introduction in SQL Databases Contents Connect to the Database and Create First Tables... 2 Create Foreign Keys... 7 Create Indexes... 9 Generate Random Data... 11 Relational Data

More information

WebEx Meeting Center User Guide

WebEx Meeting Center User Guide WebEx Meeting Center User Guide For Hosts, Presenters, and Participants 8.17 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco

More information

Behavioral Health System

Behavioral Health System RESOURCE AND PATIENT MANAGEMENT SYSTEM Behavioral Health System (AMH) Version 4.0 Patch 6 Office of Information Technology Division of Information Technology Table of Contents 1.0 Objective #1: Introduction

More information

Configuration Manager

Configuration Manager After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration

More information

Teamstudio USER GUIDE

Teamstudio USER GUIDE Teamstudio Software Engineering Tools for IBM Lotus Notes and Domino USER GUIDE Edition 30 Copyright Notice This User Guide documents the entire Teamstudio product suite, including: Teamstudio Analyzer

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Excel Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

CA Product Vision. Getting Started Guide

CA Product Vision. Getting Started Guide CA Product Vision Getting Started Guide Spring 2012 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

Before You Begin. SharePoint How To s / Access and Storage 1of 7

Before You Begin. SharePoint How To s / Access and Storage 1of 7 SharePoint How To s / Access and Storage of 7 Manage access and storage on your SharePoint Server 007 sites. Manage Access Limit access to sensitive business information. Topics in this section: Give Users

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

Customer admin guide. UC Management Centre

Customer admin guide. UC Management Centre Customer admin guide UC Management Centre June 2013 Contents 1. Introduction 1.1 Logging into the UC Management Centre 1.2 Language Options 1.3 Navigating Around the UC Management Centre 4 4 5 5 2. Customers

More information

Teamcenter 10.1. PLM XML/TC XML Export Import Administration Guide. Publication Number PLM00030 J

Teamcenter 10.1. PLM XML/TC XML Export Import Administration Guide. Publication Number PLM00030 J Teamcenter 10.1 PLM XML/TC XML Export Import Administration Guide Publication Number PLM00030 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens

More information

Version 9.5.2 Workflow Administrator Guide

Version 9.5.2 Workflow Administrator Guide IBM Cognos TM1 Version 9.5.2 Workflow Administrator Guide Product Information This document applies to IBM Cognos TM1 Version 9.5.2 and may also apply to subsequent releases. To check for newer versions

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM

More information

Hamline University Administrative Computing Page 1

Hamline University Administrative Computing Page 1 User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...

More information

Workplace Giving Guide

Workplace Giving Guide Workplace Giving Guide 042612 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Using the SAS Enterprise Guide (Version 4.2)

Using the SAS Enterprise Guide (Version 4.2) 2011-2012 Using the SAS Enterprise Guide (Version 4.2) Table of Contents Overview of the User Interface... 1 Navigating the Initial Contents of the Workspace... 3 Useful Pull-Down Menus... 3 Working with

More information

Foglight. Dashboard Support Guide

Foglight. Dashboard Support Guide Foglight Dashboard Support Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Using SSH Secure Shell Client for FTP

Using SSH Secure Shell Client for FTP Using SSH Secure Shell Client for FTP The SSH Secure Shell for Workstations Windows client application features this secure file transfer protocol that s easy to use. Access the SSH Secure FTP by double-clicking

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Rational Rational ClearQuest

Rational Rational ClearQuest Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be

More information

Rational Team Concert. Quick Start Tutorial

Rational Team Concert. Quick Start Tutorial Rational Team Concert Quick Start Tutorial 1 Contents 1. Introduction... 3 2. Terminology... 4 3. Project Area Preparation... 5 3.1 Defining Timelines and Iterations... 5 3.2 Creating Team Areas... 8 3.3

More information

McAfee Endpoint Encryption Reporting Tool

McAfee Endpoint Encryption Reporting Tool McAfee Endpoint Encryption Reporting Tool User Guide Version 5.2.13 McAfee, Inc. McAfee, Inc. 3965 Freedom Circle, Santa Clara, CA 95054, USA Tel: (+1) 888.847.8766 For more information regarding local

More information

Content Filtering Client Policy & Reporting Administrator s Guide

Content Filtering Client Policy & Reporting Administrator s Guide Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Chapter 2 The Data Table. Chapter Table of Contents

Chapter 2 The Data Table. Chapter Table of Contents Chapter 2 The Data Table Chapter Table of Contents Introduction... 21 Bringing in Data... 22 OpeningLocalFiles... 22 OpeningSASFiles... 27 UsingtheQueryWindow... 28 Modifying Tables... 31 Viewing and Editing

More information

Polar Help Desk 4.1. Administration Guide

Polar Help Desk 4.1. Administration Guide Polar Help Desk 4.1 Administration Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X Attix5 Pro Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition V6.0 User Manual for Mac OS X Copyright Notice and Proprietary Information All rights reserved. Attix5, 2011 Trademarks

More information

econtrol 3.5 for Active Directory & Exchange Administrator Guide

econtrol 3.5 for Active Directory & Exchange Administrator Guide econtrol 3.5 for Active Directory & Exchange Administrator Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Administrator Guide. This guide is for system administrators and

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Rational DOORS Next Generation. Quick Start Tutorial

Rational DOORS Next Generation. Quick Start Tutorial Rational DOORS Next Generation Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 3 3.1 Creating the project area... 3 4 Browsing Artifacts and Modules...

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

BCSD WebMail Documentation

BCSD WebMail Documentation BCSD WebMail Documentation Outlook Web Access is available to all BCSD account holders! Outlook Web Access provides Webbased access to your e-mail, your calendar, your contacts, and the global address

More information

Project Management WalkThrough

Project Management WalkThrough PRACTICE CS Project Management WalkThrough version 2009.x.x TL 21455 10/25/09 Copyright Information Text copyright 2004-2009 by Thomson Reuters/Tax & Accounting. All rights reserved. Video display images

More information

vrealize Business User Guide

vrealize Business User Guide vrealize Business Advanced or Enterprise 8.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

Setting Up Database Security with Access 97

Setting Up Database Security with Access 97 Setting Up Database Security with Access 97 The most flexible and extensive method of securing a database is called user-level security. This form of security is similar to methods used in most network

More information

Entourage - an Introduction to E-mail

Entourage - an Introduction to E-mail Entourage - an Introduction to E-mail Version 2004 for Macintosh Table of Contents What is Entourage Starting Entourage The Navigation Pane Getting Help Creating and Sending a Message Using the UI Exchange

More information

SIEMENS. Teamcenter 11.2. Change Manager PLM00140 11.2

SIEMENS. Teamcenter 11.2. Change Manager PLM00140 11.2 SIEMENS Teamcenter 11.2 Change Manager PLM00140 11.2 Contents What is Change Manager?.............................................. 1-1 Related topics........................................................

More information

This handout, along with additional supporting Outlook handouts, and other information can be found at www.med.wayne.edu/msis/somputing/email.

This handout, along with additional supporting Outlook handouts, and other information can be found at www.med.wayne.edu/msis/somputing/email. Outlook Web Access Introduction Users who are away from their computers, as well as users who share a computer, can take advantage of Outlook Web Access to access your account on SOM's Exchange Server

More information

User Guide. SysMan Utilities. By Sysgem AG

User Guide. SysMan Utilities. By Sysgem AG SysMan Utilities User Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective holders. 2013 Sysgem AG, Lavaterstr. 45, CH-8002 Zürich,

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Privilege Guard 3.0 Administration Guide

Privilege Guard 3.0 Administration Guide 1 Privilege Guard 3.0 Administration Guide 2 Copyright Notice The information contained in this document ( the Material ) is believed to be accurate at the time of printing, but no representation or warranty

More information

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013 To install Outlook 2010/2013 client Note: NOT currently compatible with Windows 10. Make sure your version of outlook is 32bit if not reinstall your version of Microsoft Office to the 32bit version. Must

More information

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

EventTracker: Integrating Imperva SecureSphere

EventTracker: Integrating Imperva SecureSphere EventTracker: Integrating Imperva SecureSphere Publication Date: June 14, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract This guide provides instructions

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

AUTOCUE IVR. User Guide Updated: 06/18/15 Document Number: 36UG3101535

AUTOCUE IVR. User Guide Updated: 06/18/15 Document Number: 36UG3101535 AUTOCUE IVR User Guide Updated: 06/18/15 Document Number: 36UG3101535 Copyright 2015 SEDC All rights reserved. No part of this document may be copied or reproduced in any form or by any means without the

More information

COLLABORATION NAVIGATING CMiC

COLLABORATION NAVIGATING CMiC Reference Guide covers the following items: How to login Launching applications and their typical action buttons Querying & filtering log views Export log views to Excel User Profile Update info / Change

More information

Introduction. There are several bits of information that must be moved:

Introduction. There are several bits of information that must be moved: Backup and restore on new hardware XProtect Professional VMS Products 2014: XProtect Enterprise 2014, XProtect Professional 2014, XProtect Express 2014, XProtect Essential 2014 Introduction This document

More information

Data Tool Platform SQL Development Tools

Data Tool Platform SQL Development Tools Data Tool Platform SQL Development Tools ekapner Contents Setting SQL Development Preferences...5 Execution Plan View Options Preferences...5 General Preferences...5 Label Decorations Preferences...6

More information