Hello,
We're having problems restoring data into newly created Informix database. Here is the situation. We're building brand new database, it would run on Windows NT. The series of steps is as follows:
Install Windows NT4.0
Install IDS 7.3
Add additional db space, using onspaces command.
Run onload command to load the data into the new database from file, not from tape
onload -t f:\dbinformix\dbfile.unl -b 16 -s 65536000 -d dbspace custdb
There are several strange results:
Prior to starting onload, I checked the connection to db via IESS and there were 2 events, critical errors: 1 - multiple sessions, 2 - logging full to 77% capacity.
Second, after onload finished, it returns to Informix prompt with the message "Invalid tape". How to check if any data actually got loaded?
I would like to 1 - disable logging. Any recommendations on that? I don't understand multiple sessions message, because there was only one informix user.
Does anyone have any ideas? Maybe I missed some steps, please ask me questions.
Thank -- Anna