dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.47k stars 550 forks source link

SIMPLE-ERROR: not supported type SYB-MSUDT #1445

Open TooComplex opened 2 years ago

TooComplex commented 2 years ago

LOAD DATABASE
FROM mssql://***:***@***:1433/AdventureWorks2019
INTO postgresql://***:***@***:5432/***

WITH include drop, create tables, no truncate,
      create indexes, reset sequences, foreign keys

CAST type udt to text drop default drop not null

before load do $$ drop schema if exists dbo cascade; $$
;
......

SIMPLE-ERROR: not supported type SYB-MSUDT
An unhandled error condition has been signalled: not supported type SYB-MSUDT

What I am doing here?

not supported type SYB-MSUDT

pgloader: mem.c:1202: tds_free_connection: Assertion `conn->in_net_tds == NULL' failed.
fatal error encountered in SBCL pid 3117709(tid 0x7efc9d84f700):
SIGABRT received.

Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb>
  No data loaded
PeaceDeveloper commented 3 months ago

HI @TooComplex.

Have you found a solution for this?