home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1800 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  4.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!mtecv2!root
  2. From: alfonso@mtecv2.mty.itesm.mx
  3. Newsgroups: comp.databases.informix
  4. Subject: Errors -242 and -211 help needed, configuratoin file included
  5. Message-ID: <5994@mtecv2.mty.itesm.mx>
  6. Date: 26 Aug 92 22:33:15 GMT
  7. Sender: root@mtecv2.mty.itesm.mx
  8. Reply-To: alfonso@mtecv2.mty.itesm.mx
  9. Distribution: alt
  10. Lines: 112
  11.  
  12. Hi, I've already sent a message to this list, but in this I include my
  13. configuration file.
  14.  
  15. I have installed informix On-Line 4 on 2 RS/6000 under AIX 3.1. In one machine
  16. there's no problem, but the other.....
  17.  
  18. Suddenly I get this messages while running an application or the isql:
  19.  
  20. SQL error -242
  21. Cannot read system catalog (systables)
  22. SYSTEM error -101
  23. File is not open.
  24.  
  25. Only once I got this:
  26.  
  27. SQL error -211
  28. Cannot read "table name"
  29. SYSTEM error -101
  30. File is not open
  31.  
  32. These errors appear whenever they want, there's nothing special between a query
  33. done when no error appears and when it does appear.
  34. What can I do? I read somewhere in the list that this may be a bug and somebody
  35. supplied some bug numbers.
  36. Can somebody explain this for me?
  37. Here is my configuration file. I'd gladly change it if this is the solution.
  38.  
  39. Tanks in advance:
  40.  
  41.     Alfonso
  42.  
  43.   alfonso@mtecv2.mty.itesm.mx
  44.  
  45. Servicios de Informacion
  46. ITESM
  47.  
  48. #**************************************************************************
  49. #
  50. #               INFORMIX SOFTWARE, INC.
  51. #
  52. #  Title:    tbconfig.std
  53. #  Sccsid:    @(#)tbconfig.std    7.1.1.1    1/4/90  14:19:43
  54. #  Description: INFORMIX-TURBO Configuration Parameters
  55. #
  56. #**************************************************************************
  57.  
  58. # Root Dbspace Configuration
  59.  
  60. ROOTNAME        rootdbs         # Root dbspace name
  61. ROOTPATH        /dev/online     # Path for device containing root dbspace
  62. ROOTOFFSET      0               # Offset of root dbspace into device (Kbytes)
  63. ROOTSIZE        1335296         # Size of root dbspace (Kbytes)
  64.  
  65. # Disk Mirroring Configuration Parameters
  66.  
  67. MIRROR          0               # Mirroring flag (Yes = 1, No = 0)
  68. MIRRORPATH                      # Path for device containing mirrored root
  69. MIRROROFFSET    0               # Offset into mirrored device (Kbytes)
  70.  
  71. # Physical Log Configuration
  72.  
  73. PHYSDBS         rootdbs         # Location (dbspace) of physical log
  74. PHYSFILE        1000            # Physical log file size (Kbytes)
  75.  
  76. # Logical Log Configuration
  77.  
  78. LOGFILES        20              # Number of logical log files
  79. LOGSIZE         500             # Logical log size (Kbytes)
  80.  
  81. # Message Files
  82.  
  83. MSGPATH         /usr/informix/online.log # System message log file path
  84. CONSOLE         /usr/informix/msgol.log # System console message path
  85.  
  86. # System Archive Tape Device
  87.  
  88. TAPEDEV         /dev/rmt0       # Tape device path    
  89. TAPEBLK         16              # Tape block size (Kbytes)
  90. TAPESIZE        2048000         # Maximum amount of data to put on tape (Kbytes)
  91.  
  92. # Log Archive Tape Device
  93.  
  94. LTAPEDEV        /dev/rmt0       # Log tape device path
  95. LTAPEBLK        16              # Log tape block size (Bytes)
  96. LTAPESIZE       2048000         # Max amount of data to put on log tape (Kbytes)
  97.  
  98. # System Configuration
  99.  
  100. SERVERNUM       0               # Unique id corresponding to a TURBO instance
  101. SERVERNAME      info2           #
  102. DEADLOCK_TIMEOUT 60              # max time to wait of lock in distributed env.
  103. RESIDENT        0               # Forced residency flag (Yes = 1, No = 0)
  104.  
  105. # Shared Memory Parameters
  106.  
  107. USERS           50              # Maximum number of concurrent users (processes)
  108. LOCKS           5000            # Maximum number of locks
  109. BUFFERS         2000            # Maximum number of shared buffers
  110. TBLSPACES       500             # Maximum number of open tblspaces
  111. CHUNKS          8               # Maximum number of chunks
  112. DBSPACES        8               # Maximum number of dbspaces
  113. PHYSBUFF        64              # Physical log buffer size (Kbytes)
  114. LOGBUFF         64              # Logical log buffer size (Kbytes)
  115. LOGSMAX         20              # Maximum number of logical log files
  116. CLEANERS        0               # Number of buffer cleaner processes
  117. SHMBASE         0x30000000        # Shared memory base address
  118. CKPTINTVL       300             # Check point interval (in sec)
  119.  
  120. # System Page Size
  121.  
  122. BUFFSIZE        4096            # Page size (do not change!)
  123.  
  124.