|
|
Archives of the TeradataForum
Message Posted: Tue, 27 May 2003 @ 15:37:13 GMT
Subj: | | ARCMAIN Problems/Errors |
|
From: | | Paul Swier |
Here is a little background. We are in development and are using WIN2K and V2R5. We have two Teradata databases, one is our main and
then we have an alternate database. With ARCMAIN, we have archived a database on our alternate database and are trying to copy/recreate it
on our main database. When we try to copy it from the file archive, to our main database we get the following error: Failure
8210:Improperly formatted directed request. Below are our archive and copy scripts, that we are running from a command prompt.
logon tddevela/username,password;
archive data tables (dbname) all,
release lock,
file=archive;
logoff;
logon tddevelm/username,password;
copy data tables (dbname) all,
release lock,
file=archive;
logoff;
Any help would be appreciated.
| |