home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!emory!emory!not-for-mail
- From: lei@mtcdev.MEDIATECH.COM (Charles Lei)
- Newsgroups: comp.databases.informix
- Subject: A few Questions
- Date: 23 Dec 1992 13:13:04 -0500
- Organization: Mailing List Gateway
- Lines: 42
- Sender: walt@mathcs.emory.edu
- Distribution: world
- Message-ID: <1haa7gINNduu@emory.mathcs.emory.edu>
- Reply-To: lei@mtcdev.MEDIATECH.COM (Charles Lei)
- NNTP-Posting-Host: emory.mathcs.emory.edu
- X-Informix-List-ID: <list.1736>
-
- Hello Netland:
-
- We just installed On-Line 4.1 UD3 on our SCO 3.2.4 box. On-Line has
- been initialized fine (we think) and everything seems to run O.K.
-
- The problem is that we're having a heck of a time getting our main
- database transfered from the SE engine to the On-Line engine.
-
- This is what we use to dbexport:
-
- dbexport -c -t /dev/rct0 -b 20 -s 2000000 -f standard.sql standard
-
- This is what we use to dbimport:
-
- dbimport -c -d uss1dbs -t /dev/rct0 -b 20 -s 2000000 -f standard.sql standard
-
- We've bcheck'ed our SE database before the dbexport and it comes out fine.
- The problem is that the import craps out with errors like:
-
- create table mtxsecrd
- (
- login_id char(8),
- access_level smallint
- );
- revoke all on mtxsecrd from "public";
-
- *** load table ***
- Load file has different number of columns than table
-
- We've checked the data in mtxsecrd and there are no "|" symbols
- anywhere. In addition, the same tape is dying at different places during
- different dbimport attempts. We've tried using a different tape and
- the problem just moves to a different table.
-
- What are we doing wrong?
-
- Thanks in advance for any replies...
-
- Charles Lei
- Mediatech, Inc.
- E-Mail: lei@mediatech.com
- Voice: (312) 828-9223 x.202
-