I'm trying to run the code from
http://www.greenfieldtech.com/downloads/files/dl07.tar but I get errors on non-existing tables.
---------------------------
Error
---------------------------
Unknown or ambiguous table dlmstr. (725)
** .\dotp\config.p Could not understand line 25. (196)
---------------------------
OK
---------------------------
The df contains only one table, dlctrl.
does someone have a the correct df ?
http://www.greenfieldtech.com/downloads/files/dl07.tar
May be .df needs correction from dlctrl to dlmstr?
You can reach Tom directly at:
Tom Bascom
On Mon, Jun 15, 2015 at 8:32 AM, Dileep Dasa
wrote:
> RE: Correct df for Tom Bascom's D&L
> Reply by Dileep Dasa
>
> May be .df needs correction from dlctrl to dlmstr?
>
> Stop receiving emails on this subject.
>
> Flag this post as spam/abuse.
--
Tim Kuehn: Senior Consultant - TDK Consulting Services
President - Ontario PUG
Program Committee Chair - PUG Challenge Americas,
Course Instructor: Intro to OO Concepts for Procedural Programmers
Skype: timothy.kuehn
Ph: 519-576-8100
Cell: 519-781-0081
It is an oversight. Here is the missing .df:
ADD TABLE "dlmstr"
AREA "Schema Area"
DUMP-NAME "dlmstr"
ADD FIELD "dlproc" OF "dlmstr" AS character
FORMAT "x(30)"
INITIAL ""
POSITION 2
MAX-WIDTH 60
ORDER 10
ADD FIELD "max_threads" OF "dlmstr" AS integer
FORMAT ">,>>9"
INITIAL "0"
POSITION 3
MAX-WIDTH 4
ORDER 20
ADD FIELD "policy" OF "dlmstr" AS character
FORMAT "x(30)"
INITIAL ""
POSITION 4
MAX-WIDTH 60
ORDER 30
ADD FIELD "start_time" OF "dlmstr" AS integer
FORMAT ">,>>>,>>>,>>9"
INITIAL "0"
POSITION 5
MAX-WIDTH 4
ORDER 40
ADD FIELD "end_time" OF "dlmstr" AS integer
FORMAT ">,>>>,>>>,>>9"
INITIAL "0"
POSITION 6
MAX-WIDTH 4
ORDER 50
ADD FIELD "bdTemplate" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
LABEL "Bin Dump Template"
POSITION 7
MAX-WIDTH 120
ORDER 60
ADD FIELD "blTemplate" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
LABEL "Bin Load Template"
POSITION 8
MAX-WIDTH 120
ORDER 70
ADD FIELD "bd-dir" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
POSITION 9
MAX-WIDTH 120
ORDER 80
ADD FIELD "binary" OF "dlmstr" AS logical
FORMAT "yes/no"
INITIAL "no"
LABEL "Binary"
POSITION 10
MAX-WIDTH 1
ORDER 90
ADD FIELD "readOnly" OF "dlmstr" AS logical
FORMAT "yes/no"
INITIAL "no"
LABEL "Read-Only"
POSITION 11
MAX-WIDTH 1
ORDER 100
ADD FIELD "src-db" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
POSITION 12
MAX-WIDTH 120
ORDER 110
ADD FIELD "dst-db" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
POSITION 13
MAX-WIDTH 120
ORDER 120
ADD FIELD "tabanal" OF "dlmstr" AS logical
FORMAT "yes/no"
INITIAL "no"
POSITION 14
MAX-WIDTH 1
ORDER 130
ADD FIELD "tabTemplate" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
POSITION 15
MAX-WIDTH 120
ORDER 140
ADD FIELD "log-dir" OF "dlmstr" AS character
FORMAT "x(60)"
INITIAL ""
LABEL ""
POSITION 16
MAX-WIDTH 120
ORDER 150
.