Exec.properties file

# Map project specification
# Note. This file can be generated by the run-time tool for XML<->XML maps
# The run-time tool will overwrite this file.

# Details: the system looks for maps in:
# <root>/<package>/<versionDirectory>/<projectname>
# where <root> is set by maps.file.directory (often simply "." the current dir)
# <versionDirectory> is set by maps.version with the "." changed to a path
# separator (for example V1.m0 maps to V1/m0)
# <projectname> is set by maps.project and is the name of the map project
# specified in the auth. tool
# for example:
# maps.version=V1.m0
# maps.project=simple
# maps.file.directory=.
# the maps will be found in the directory:
# ./com/prismt/transform/maps/simple/V1/m0
# Java requires that these names are case sensitive, even on Windows platforms.
# if you specify v1.m0 as a version, or the case of the project name is
# incorrect, the maps will not run.

maps.version=V1.m0
maps.project=<projectname>
maps.file.directory=<root>

### XML Source ---

source.url=<sourceInstance Url>
source.type=XML
source.adapter=com.prismt.transform.run-time.adapter.XMLReadAdapter

### XML Target ---

target.url=<targetInstance Url>
target.type=XML
target.adapter=com.prismt.transform.run-time.adapter.XML.XMLTWriteAdapter
assistant.user=n/a
assistant.password=n/a
assistant.type=XML
seq.start = 10000
seq.name = transformseq
seq.reset = yes


##### DB source ----
source.user=<username>
source.password=<password>
source.url=<jdbc url>
source.type=JDBC
source.adapter=com.prismt.transform.run-time.adapter.OracleReadAdapter

##### DB target ----
target.user=<username>
target.password=<password>
target.url=<jdbc url>
target.type=JDBC
target.adapter=com.prismt.transform.run-time.adapter.OracleWriteAdapter
assistant.user=t
assistant.password=t
assistant.type=JDBC
seq.start = 55555
seq.name = transformseq
seq.reset = yes
newrun=true
transactionlength = 1
savepermap = yes
allowsconstraintavoidance = yes
maxcursors = 1
strictjdbcrules=yes
default.process=false

lookup.class=com.prismt.transform.run-time.exec.EmptyLookUpTable

# file logging
# set to false to turn off file trace
log.file.enabled=true
# name of file to write log to
log.file.name=exec.log
# 100 = most detailed log
log.file.level=100
# JDBC Driver trace output
log.file.jdbctrace=true
# Whether trace is indented
log.file.indent=false

# console output
# false means no console output
log.console.enabled=true
# basic log output
log.console.level=1
log.console.jdbctrace=false
log.console.indent=true

# misc.

# set to true to stop whole mapping process on first error
stoponerror=false
# yes means compile generated code if necessary
build = yes
# show statistics
showtimes = yes
# mainly for internal trace output
fullreport = yes

# Date formatting

Date.Format = DATE
Date.ISO639Code = en
Date.ISO3166Code = GB
Date.LenientDate = true

# properties to use for example if no target.driver is set

default.driver=sun.jdbc.odbc.JdbcOdbcDriver
default.url=jdbc:odbc:<ODBCName>