T.R | Title | User | Personal Name | Date | Lines |
---|
1463.1 | alert means ^C | GOSTE::CALLANDER | | Sat Sep 07 1991 10:33 | 5 |
| I will send your stuff along to Sam to look at, but as to alert
term request...it is just what it sounds like. The thread that was
running the request received the equivalent of a control C. That
is strange.
|
1463.2 | | TOOK::SHMUYLOVICH | | Tue Sep 10 1991 10:24 | 40 |
|
From .0:
> $ BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE"
> $ BTS "$_DISK1:[REX]MCC_EXPORT.RDB"
> %MCC-E-ALERT_TERMREQ, thread termination requested
From .1:
> ... but as to alert
> term request...it is just what it sounds like. The thread that was
> running the request received the equivalent of a control C. That
> is strange.
The Exporter background process has a child subprocess which is
responsible for writing in the RDB file. A special "control" thread
in the background process is checking periodically if a child process
is running. If a child process is dead this thread forces to terminate
the background process with the above message.
> I now can not re-start the export process.
Why? Does it terminate? What message it gives?
More questions:
1. Is this your first attempt to use Exporter?
2. Did you have at least one successfully running exporting
request ( may be for another entity)?
3. Is file MCC_EXPORT.RDB empty?
To check this you can use, for example, SQL:
SQL> declare schema filename mcc_export.rdb;
SQL> select * from mcc_node4;
This additional information will help to define what is wrong
with your background process.
Sam
|
1463.3 | Hmmmmm ! | WARDLE::REX | Life's not what I thought it was! | Tue Sep 10 1991 13:29 | 25 |
|
re .2
Whenever the EXPORTER background process is initiated it fails with the
thread termination error.
1. Yes, this is my first attempt
2. No exporting taking place anywhere else
3. I get the following message using SQL
SQL> declare schema filename mcc_export.rdb;
%SQL-F-ERRATTDEC, Error attaching to declared schema mcc_export.rdb
-RDB-E-BAD_DB_FORMAT, filename does not reference a database known to Rdb/VMS
-RDMS-F-INV_ROOT, database file has illegal format
any ideas ?
?:*(
Rex
|
1463.4 | check SQL version number | TOOK::SHMUYLOVICH | | Wed Sep 11 1991 18:13 | 10 |
|
What version of SQL is installed on your system?
It must be not earlier that V3.1B.
You can use analyze/image sys$library:sql*.exe command to look at
the SQl version installed on your system.
Sam
|
1463.5 | SQL - V4 | WARDLE::REX | Life's not what I thought it was! | Wed Sep 18 1991 06:46 | 4 |
|
The version is V4 for the SQL images
|