home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / informix / 2784 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!emory!emory!not-for-mail
  2. From: lei@mtcdev.MEDIATECH.COM (Charles Lei)
  3. Newsgroups: comp.databases.informix
  4. Subject: A few Questions
  5. Date: 23 Dec 1992 13:13:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 42
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1haa7gINNduu@emory.mathcs.emory.edu>
  11. Reply-To: lei@mtcdev.MEDIATECH.COM (Charles Lei)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1736>
  14.  
  15. Hello Netland:
  16.  
  17. We just installed On-Line 4.1 UD3 on our SCO 3.2.4 box.  On-Line has
  18. been initialized fine (we think) and everything seems to run O.K.
  19.  
  20. The problem is that we're having a heck of a time getting our main 
  21. database transfered from the SE engine to the On-Line engine.
  22.  
  23. This is what we use to dbexport:
  24.  
  25.    dbexport -c -t /dev/rct0 -b 20 -s 2000000 -f standard.sql standard
  26.  
  27. This is what we use to dbimport:
  28.  
  29.    dbimport -c -d uss1dbs -t /dev/rct0 -b 20 -s 2000000 -f standard.sql standard
  30.  
  31. We've bcheck'ed our SE database before the dbexport and it comes out fine.
  32. The problem is that the import craps out with errors like:
  33.  
  34.     create table mtxsecrd 
  35.       (
  36.         login_id char(8),
  37.         access_level smallint
  38.       );
  39.     revoke all on mtxsecrd from "public";
  40.  
  41.     *** load table ***
  42.     Load file has different number of columns than table
  43.  
  44. We've checked the data in mtxsecrd and there are no "|" symbols 
  45. anywhere.  In addition, the same tape is dying at different places during
  46. different dbimport attempts.  We've tried using a different tape and
  47. the problem just moves to a different table.
  48.  
  49. What are we doing wrong?
  50.  
  51. Thanks in advance for any replies...
  52.  
  53. Charles Lei
  54. Mediatech, Inc.
  55. E-Mail: lei@mediatech.com
  56. Voice: (312) 828-9223 x.202
  57.