nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Partial DDL gets emitted... #22

Closed rbuck closed 4 years ago

rbuck commented 11 years ago

I have a case where some tables did not have DDL generated for them (from SQL Server), and there was no error. Similarly, a customer in a separate incident has a case where DDL for sequences were not generated at all (postgres).

For both cases the schema dump proceeded without exception. Only when a data load was attempted did the problem manifest.

Please advise on how to proceed. I do have a SQL Server dump for the former case, I can upload it and provide instructions on how to install the dump.

rbuck commented 11 years ago

I uploaded the sql server schema and data to the bigdata machine.

rbuck commented 11 years ago

Note: this is related to issue # 21, same customer data; the schema was not quite right it would turn out.