-
Notifications
You must be signed in to change notification settings - Fork 3
NormConfiguration
Before actually configuring the Normalization Service, the reader is expected to have read the previous sections explaining how to set up the MST to harvest records and pass them into Metadata Services.
The Normalization Service is configured by a properties file in the MST-instances/MetadataServicesToolkit/services/Normalization/serviceConfig directory. This properties file contains information on which Normalization Steps the Normalization Service should run and which ones it should skip. This file contains several lines of the format:
<normalization_step_name> = 1
Where <normalization_step_name> is the name of the step and "1" indicates that the step is enabled (set this value to "0" to disable a step and "1" to enable it.)
It also contains sections that define the properties used by the step. The sections are defined like so:
#-----------------------------------------
<Section name>
#-----------------------------------------
These pages show all the properties defined in this file:
There is a property that you MUST change or the normalization service will not run. Find this line in MST-instances/MetadataServicesToolkit/services/marcnormalization/META-INF/classes/service.xccfg and put in your organization code:
OrganizationCode = CHANGE_ME
CHANGE_ME to the value needed for your institution.
It is possible to change the configuration of steps in the Normalization Service by turning them on and off. However, adding new steps to the service and changing the definition of existing steps requires changes to the configuration file as well as to the Normalization JAR file.
Whenever a change is made to any of these, all data must be reprocessed through this service and through all succeeding MST services to enable the OAI-PMH processing of updated records to continue to be handled automatically.
We advise libraries who wish to make changes to the Normalization Service (or to any other MST metadata service) to collect several changes and implement them all at the same time, thereby minimizing the number of times that the data will need to be reprocessed.
- Downloads
- Installing the Toolkit
- Hardware Requirements
- Installing 3rd Party Tools
- Installing the Metadata Services Toolkit
- Configuring
- Starting the MST
- Uninstalling and Reinstalling the MST
- Upgrading the MST
- Useful Info
- Using the Toolkit
- Services
- What is a service?
- What are Configuration 1 and Configuration 2?
- XC MARCXML Normalization
- MARCXML to XC Transformation
- DC to XC Transformation
- MARC Aggregation
- Multiple Instances of the Same Service
- Harvesting from an MST Service
- How To Implement a Service
- About the XC Schema
- MST Frequently Asked Questions
-
Performance Results
- RecordBreakdown
- MySQLCustomizations
- Release Notes
- Next Coding Period Summary
- Glossary
- Developer ScratchPad
- ServerChart
- Transformation 1.0
- TransformationDocumentationNotes
- new
- TransformationDocumentation
- old
- AdditionalWorksAndExpressions
- Transformation Service Documentation
- TransformationServiceSteps
- XcRoleTranslationTable
- AggregationServices
- MarcAggregation
- TransformationTwoPointOh
- old
- FirstIteration
- PriorDesign
- PackagingMST
- 1.0 Decisions
- ReleaseWork
- QuickInstallNotes
- MST Implementation Details
- OaiIdIndexAlgorithm
- CacheDetails
- MessageHandling
- ServiceTests
- ProcessingStepsExplained
- ResumptionToken->completeListSize
- UpdateDelete
- OaiPmhImpl
- record counts
- RecordCountsOnePtTwoPtOne
- in production
- how to log and display
- RecordCountsOnePtZero
- RecordCountTestRestarted
- UrRecordCounts
- RecordCountTesting
- TransformationWackiness
- OaiImplementation
- Testing
- randys-30
- RegressionTests
- QuickRef
- UnicodeNormalization
- LoggingHelp
- CodeFormatPolicy
- SvnBranchingStrategy
- MultipleEclipseWorkspaces
- DeleteReaddServiceForRetest
- FileHarvests
- CharsetEncodingWithEric
- DrupalSolrOptimization
- WorkPlan
- MetricsForAssessment
- IdeasForImprovement
- RandomNotes
-
Wiki en español
- Servicios
- Qué es un Servicio de Metadatos?
- Servicio de Normalización XC MARCXML
- Servicio de Transformación MARCXML a Esquema XC
- Servicio de Agregación MARC
- Servicios