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 > MySQL > importing mssql data (BLOB)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-07, 15:08
Frosty1 Frosty1 is offline
Registered User
 
Join Date: Jan 2005
Posts: 68
importing mssql data (BLOB)

I am having trouble importing mssqly blobs to mysql. My query imports about 5000 out of 20000. I am wondering if there is some size issue. I used LONGBLOB as the type.

I keep getting the following error:
ERROR: Got error 139 from storage engine

I have seen this error in conjunction with memory errors and foreign keys. deleted all the indexes on the table, and should have plenty of memory. I dropped my query size down to 1 record of up to 12 images and am still having the issue. for comparison sake, i am importing the regular property tables 10,000 at a time.
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