Schema Remove Example Configuration File

The following is an example of a Schema Remove configuration file with values set to allow you to remove specific formats using the NNTSchemaLoader:

Adapter

mode=SCHEMA_REMOVE	
repository.dir=c:\nnsy\NNSYContentRepository
prefix=aaa
test.drive=false
session=ADKSession
#To remove schemas by prefix
#remove.by.prefix=true
#remove.schema.keys=(N1,N2)
#To remove specific schemas
remove.by.prefix=false
remove.schema.keys=(cc.IC.N1,cc.IC.N2,cc.OC.N1,
						cc.OC.N2)     
SchemaLoader.Factory=NNTSchemaLoader_Factory
#For all database types
SchemaLoader.Library=adk39nnt56sl

Session.ADKSession

#for MSSQL
NNOT_SHARED_LIBRARY      =dbt26sql65
NNOT_FACTORY_FUNCTION    =NNSesMS6Factory
#for Oracle 8
#NNOT_SHARED_LIBRARY      =dbt26or806
#NNOT_FACTORY_FUNCTION    =NNSesOra8Factory
#for DB2
#NNOT_SHARED_LIBRARY      =dbt26db250
#NNOT_FACTORY_FUNCTION    =NNSesDB2Factory
#for Sybase
#NNOT_SHARED_LIBRARY      =dbt26syb11
#NNOT_FACTORY_FUNCTION    =NNSesSybCTFactory

#as required by the database type
NN_SES_SERVER            =test
NN_SES_USER_ID           =testuser
NN_SES_PASSWORD          =userpswd
NN_SES_DB_NAME           =dbms56