home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / datagui1.zip / README.IVP < prev    next >
Text File  |  1994-05-13  |  7KB  |  140 lines

  1. *********************************************************************
  2. * DataGuide/2 Version 1.0                                           *
  3. *                                                                   *
  4. *    Licensed Materials - Property of IBM                           *
  5. *    5622-487                                                       *
  6. *    (C) Copyright 1994 IBM Corp. All Rights Reserved.              *
  7. *********************************************************************
  8.  
  9. Filename:    README.IVP
  10. Date:        June 1994
  11.  
  12. DataGuide/2 Installation Verification Procedure (IVP) consists of
  13. basic steps for creating/preparing a sample DataGuide/2 Information
  14. Catalog "DGSAMPLE". This procedure is designed to help you verify
  15. and exercise certain features and get familiar with DataGuide/2.
  16.  
  17. This README file consists of two major sections as follows:
  18.    1. Procedure to create the sample database DGSAMPLE
  19.    2. Background information for finalizing a TAG file
  20.  
  21. The first section prepares you to follow the specific instructions
  22. in the column "Quick Install Verification for the Administrator" of
  23. the "Installing DataGuide/2" card and  Chapter 2  "Setting-up and
  24. Starting DataGuide/2" of the "Managing DataGuide/2" publication.
  25.  
  26. After the sample Information Catalog DGSAMPLE is created/prepared
  27. and used to explore various features of DataGuide/2, you may want
  28. to read the second section to learn a scenario for designing a
  29. SAMPLE.TAG file.
  30.  
  31. IVP related files are grouped as one component of 1.7MB; the created
  32. DGSAMPLE is a DB2/2 database, requires 2.5MB. Installation of this
  33. component is optional.  After installation, IVP files reside at the
  34. path .\DG2LIB\SAMPLE\IVP.
  35.  
  36.  
  37. --Procedure to create the sample database DGSAMPLE----------------------
  38.  
  39.   The following information complements the "Installing DataGuide/2"
  40.   and "Managing DataGuide/2" publications for creating/populating the
  41.   DGSAMPLE information catalog.   Specific information on "Editing
  42.   SAMPLE.TAG" and on the "Loading the DB2/2 sample data" below provide
  43.   the necessary information to complete the procedure.
  44.  
  45.  
  46.   o Editing SAMPLE.TAG (as needed)
  47.  
  48.     The provided SAMPLE.TAG contains fully-qualified file names in
  49.     many of its object instances. If your DataGuide/2 has the IVP
  50.     component installed in a path other than C:\DG2LIB\SAMPLE\IVP,
  51.     you must edit the SAMPLE.TAG file to make global changes to
  52.     specify the path which reflects your DataGuide/2 installation.
  53.  
  54.     The provided SAMPLE.TAG also has defined USERID as the Sys-Admin ID
  55.     that created the database; DGSAMPLE is specified as the name of
  56.     the sample Information Catalog (a database) .see next step. If
  57.     your specific Sys-Admin ID and/or database is different, you must
  58.     edit the SAMPLE.TAG file to globally change the Sys-Admin ID
  59.     and/or database name.
  60.  
  61.     The SAMPLE.TAG file also has references to PAS/2 sample data
  62.     with a path "C:\DSS\SAMPLES". If you have PAS/2 installed with
  63.     its sample data with a path other than C:\DSS, you will need
  64.     to make a global change on these references to your specific
  65.     path (e.g. E:\DSS\SAMPLE). You may want to leave these references
  66.     unchanged if you do NOT have PAS/2 sample data installed.
  67.  
  68.   o Creating DB2/2 Information Catalog "DGSAMPLE"
  69.  
  70.     This task creates a DB2/2 database with DataGuide/2 system tables
  71.     and binds the database with DataGuide/2.   You can perform this
  72.     task via the command line or DataGuide/2 icons.
  73.  
  74.   o Populating database DGSAMPLE with SAMPLE.TAG
  75.  
  76.     Use the DataGuide/2 "import" function to populate DGSAMPLE with
  77.     the data contained in SAMPLE.TAG; you can perform this task via
  78.     the command line or DataGuide/2 icons/windows.
  79.  
  80.   o Loading the DB2/2 sample data
  81.  
  82.     Enter the following command from .\dg2lib\sample\ivp:
  83.           SAMPLOAD DGSAMPLE
  84.  
  85.     SAMPLOAD uses the DB2/2 import function to load DB2/2 sample data
  86.     into DGSAMPLE.
  87.  
  88.   IF DGSAMPLE is created on a DB2/2 server station, users at
  89.   DB2/2 client stations may now catalog this database and follow
  90.   examples in "Using DataGuide/2" to get familiar with browsing
  91.   and finding objects in this database.
  92.  
  93.  
  94. --Background information for finalizing a TAG file----------------------
  95.  
  96.   The Sundial Corporation, a ficti tious enterprise, has decided to
  97.   design/create/utilize its DataGuide/2 Information Catalog to make
  98.   easy access to their data/information. After analyzing their data/
  99.   information and the DataGuide/2-provided STARTSET.TAG (the start-set
  100.   definition file, residing at .\dg2lib\startset), they determined
  101.   the following object types are applicable to their situation:
  102.  
  103.   o Because the Program Category is non-extendable for DataGuide V1.0,
  104.     while program launch was to be an important part of Sundial's
  105.     needs, they decided to use the DataGuide/2-provided "PROGRAMS"
  106.     object type as defined in the STARTSET.TAG without modification.
  107.  
  108.   o A number of extracts would be utilized to extract information into
  109.     the tag format for later import into their DataGuide/2 database.
  110.  
  111.     Sundial wanted to utilize extractors provided by DataGuide/2 to
  112.     extract the TABLE and COLUMN information from DB2 databases;
  113.     therefore, they elected to use the Table Object Type and Column
  114.     Object Type as provided in the DataGuide/2 STARTSET.TAG.
  115.  
  116.   o Sundial preferred to write new extract utilities to access QUERY,
  117.     REPORT, CHART, and IMAGE information from a number of diverse
  118.     sources; therefore, they elected to create four new (user-defined)
  119.     object types that were tailored to their needs.
  120.  
  121.     They decided to base these object types on the ANALYSIS (QUERY,
  122.     REPORT and CHART) and IMAGE object types from DataGuide/2
  123.     STARTSET.TAG with a reduced set of properties and descriptive
  124.     information based on their needs.
  125.  
  126.     The ANALYSIS, IMAGE, and COMPLETED REPORT object types defined 
  127.     in DataGuide/2 STARTSET.TAG would not be used.
  128.  
  129.   o Sundial also decided to create user-defined object types to carry
  130.     GROUPING, CONTACT, DICTIONARY, and SUPPORT category information.
  131.     These object types would be defined based on those defined in the
  132.     DataGuide/2 STARTSET.TAG with a reduced set of properties and
  133.     simplified descriptive information.
  134.  
  135.   The SAMPLE.TAG, as the result of their decisions, became the initial
  136.   set of data to be imported into the DataGuide/2 information catalog.
  137.  
  138.  
  139. --End of README.IVP-----------------------------------------------------
  140.