Identity_insert set to off error, while its not

Export can be executed without identity column - in such case news value will be generated for the identity column. But its highly possible that this workaround will mix up your identity values so I strongly suggest against using it.

You can try to use BULK INSERT command. This help page contains a short description on how to use it from EasyMorph (see chapter Bulk loading data into a database table).