Topics: |
When the server accesses a data source, it needs information on how to interpret the data stored there. For each data source the server will access, you create a synonym that describes the structure of the data source and the server mapping of the Model 204 data types.
The logical description of a Model 204 file is stored in a Master File, which describes the field layout. The physical attributes of the Model 204 file, such as the keys description, occurring data access, and security are stored in the Access File.
How to: |
Reference: |
Synonyms define unique names (or aliases) for each Model 204 table or view that is accessible from the server. Synonyms are useful because they hide the underlying data source location and identity from client applications. They also provide support for extended metadata features of the server, such as virtual fields and additional security mechanisms.
Using synonyms allows an object to be moved or renamed while allowing client applications to continue functioning without modification. The only modification required is a redefinition of the synonym on the server. The result of creating a synonym is a Master File and Access File, which represent the server metadata.
The Applications page opens.
The Connect to Data page opens.
Depending on the type of adapter you chose, one of the following options appears on the context menu.
The button may be labeled Next, Create Synonym, Create Base Synonyms, Create Cluster Synonym, or Update Base Synonyms.
The synonym creation process for most adapters has been consolidated so that you can enter all necessary parameters on one page. However, for some adapters such as LDAP, you must click Next buttons until you get to a page that has a Create Synonym button.
The synonym is created and added under the specified application directory.
Note: When creating a synonym, if you choose the Validate check box (where available), the server adjusts special characters and checks for reserved words. For more information, see Validation for Special Characters and Reserved Words.
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create a synonym for the adapter. These options may appear on multiple panes. To advance from pane to pane, click the buttons provided, ending with the Create Synonym button, which generates the synonym based on your entries.
Is the Model 204 file name.
Is the associated password for the file. This entry is optional.
Is a valid Model 204 field with the name RECTYPE. This entry is optional.
Is a valid value of the Model 204 field with the name RECTYPE. This entry is optional.
Displays the name that will be assigned to the synonyms. To assign a different name, replace the displayed value.
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms check box.
Note: The connected user must have operating system write privileges in order to recreate a synonym.
To generate a synonym for the VEHICLES data source, enter the following information on the Create Synonym panes of the Web Console or the Data Management Console:
Generated Master File:
FILENAME=M204VEH, SUFFIX=M204INX , $ SEGMENT=VEHICLES, SEGTYPE=S0, $ FIELDNAME=BODY, ALIAS=BODY, USAGE=A4, ACTUAL=A4, $ FIELDNAME=COLLISION_PREMIUM, ALIAS='COLLISION PREMIUM', USAGE=I9, ACTUAL=A9, $ FIELDNAME=COLOR, ALIAS=COLOR, USAGE=A255, ACTUAL=A255, $ FIELDNAME=DEDUCTIBLE, ALIAS=DEDUCTIBLE, USAGE=I9, ACTUAL=A3, $ FIELDNAME=GARAGING_LOCATION, ALIAS='GARAGING LOCATION', USAGE=A4, ACTUAL=A4, $ FIELDNAME=LIABILITY_LIMIT, ALIAS='LIABILITY LIMIT', USAGE=I9, ACTUAL=A3, $ FIELDNAME=LIABILITY_PREMIUM, ALIAS='LIABILITY PREMIUM', USAGE=I9, ACTUAL=A9, $ FIELDNAME=MAKE, ALIAS=MAKE, USAGE=A255, ACTUAL=A255, $ FIELDNAME=MODEL, ALIAS=MODEL, USAGE=A255, ACTUAL=A255, $ FIELDNAME=OTHER_DRIVER, ALIAS='OTHER DRIVER', USAGE=A255, ACTUAL=A255, $ FIELDNAME=OWNER_POLICY, ALIAS='OWNER POLICY', USAGE=A6, ACTUAL=A6, $ FIELDNAME=PRINCIPAL_DRIVER, ALIAS='PRINCIPAL DRIVER', USAGE=I9, ACTUAL=A9, $ FIELDNAME=SURCHARGE%, ALIAS=SURCHARGE%, USAGE=A255, ACTUAL=A255, $ FIELDNAME=TRANS, ALIAS=TRANS, USAGE=A2, ACTUAL=A2, $ FIELDNAME=USAGE, ALIAS=USAGE, USAGE=A255, ACTUAL=A255, $ FIELDNAME=VEHICLE_PREMIUM, ALIAS='VEHICLE PREMIUM', USAGE=I9, ACTUAL=A9, $ FIELDNAME=VEHICLE_RATING, ALIAS='VEHICLE RATING', USAGE=A1, ACTUAL=A1, $ FIELDNAME=VEHICLE_USE_CLASS, ALIAS='VEHICLE USE CLASS', USAGE=A2, ACTUAL=A2, $ FIELDNAME=VIN, ALIAS=VIN, USAGE=A10, ACTUAL=A10, $ FIELDNAME=YEAR, ALIAS=YEAR, USAGE=A255, ACTUAL=A255, $
Generated Access File:
SEGNAM=VEHICLES, CONNECTION=M204, FILE=VEHICLES, PASS=WHEELS, $ FIELD=BODY, TYPE=ORA, $ FIELD=COLLISION_PREMIUM, TYPE=ORN, $ FIELD=COLOR, TYPE=ORA, $ FIELD=DEDUCTIBLE, TYPE=ORN, $ FIELD=GARAGING_LOCATION, TYPE=ORA, $ FIELD=LIABILITY_LIMIT, TYPE=ORN, $ FIELD=LIABILITY_PREMIUM, TYPE=ORN, $ FIELD=MAKE, TYPE=ORA, $ FIELD=MODEL, TYPE=ORA, $ FIELD=OTHER_DRIVER, TYPE=KEY, $ FIELD=OWNER_POLICY, TYPE=ORA, $ FIELD=PRINCIPAL_DRIVER, TYPE=ORN, $ FIELD=TRANS, TYPE=ORA, $ FIELD=USAGE, TYPE=ORA, $ FIELD=VEHICLE_PREMIUM, TYPE=ORN, $ FIELD=VEHICLE_RATING, TYPE=ORA, $ FIELD=VEHICLE_USE_CLASS, TYPE=ORA, $ FIELD=VIN, TYPE=ORA, $
M204 fields may have KEY and ORDERED attributes at the same time. In such cases, the field in the Access File has TYPE=KEY(IVK for invisible field) and a comment with information about another possible TYPE:
SEGNAM=RNG, CONNECTION=M204, FILE=RNG, $ FIELD=FKEY, TYPE=KEY, ATTRIBUTE=FRV, $ FIELD=FORC, TYPE=KEY, $ $ Field has KEY and ORC attributes. KEY is chosen. $ FIELD=FORN, TYPE=KEY, $ $ Field has KEY and ORN attributes. KEY is chosen. $ FIELD=FRNG, TYPE=RNG, $
Once you have created a synonym, you can right-click the synonym name in the Adapter navigation pane of either the Web Console or the Data Management Console to access the available options.
For a list of options, see Synonym Management Options.
WebFOCUS | |
Feedback |