Kbase 15866: Which filenumbers correspond to which file names in V6
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Which filenumbers correspond to which file names in V6
INTRODUCTION:
=============
In version 6 you see Progress errors pointing to file descriptor num-
bers, like system errors (290) or (163).
In version 7 this is changed to display the files names in the error
message.
This knowledge base entry is to make clear which file descriptor is
is linked to which file in version 6.
WHY YOU NEED TO KNOW THIS:
===========================
To find out on which file a read, write or seek error has occoured.
PROCEDURAL APPROACH:
====================
If you see a 'file <n>' in the error message find out a few things
more:
- Which executable was running?
- Single user or multi user?
- Single volume database or multi volume database?
Next look in the following list to find out the file name:
Single volume Multi Volume
Module Mode .db .bi .d1 .d2
_proutil single-user 9 5 12 13
_mprosrv multi-user 4 7 7 8
_progres single-user 11 13 13 14
_progres multi-user 12 13 12 13
.db is the file <databasename>.db
.bi is the file <databasename>.bi
etc.
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
System Administration II
Knowledgebase 12630 and 15893
PJO 5 Jul 1996
Progress Software Technical Support Note # 15866