If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Error 458: Long transaction aborted when import Informix DB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-21-11, 04:26
kuden kuden is offline
Registered User
 
Join Date: Sep 2011
Posts: 1
Red face Error 458: Long transaction aborted when import Informix DB

Dear all,
I have problem when execute command to import Informix db.

- Step 1: Create Instance Server with name: smt (all steps successfull)
- Step 2: Create folder to import db:
Example : create "C:\smt"
- Step 3: Set location by command promt
C:\Program Files\IBM\Informix\11.70\smt.cmd
- Step 4: Set command C:\smt> dbimport databaseName -d smt -l bufferd.

When excuting - > appear errror: Long Transaction Abort.

Could all of you help me to solve it.?
Thanks so much.
Reply With Quote
  #2 (permalink)  
Old 09-22-11, 06:30
douglawry douglawry is offline
Registered User
 
Join Date: Feb 2011
Location: London
Posts: 6
Tell "dbimport" to create the database without logging by omitting the "-l" option:

dbimport databaseName -d dbspaceName

On completion, run a backup (using TAPEDEV /dev/null if you just want to fake it) to add logging as follows (or equivalent command if you use "onbar"):

ontape -s -L 0 -B databaseName

Regards,
Doug Lawry
www.oninitgroup.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On