dalibo/db2topg

Tablespace error

kirankumar9859 opened this issue · 2 comments

Hi Damien,

We are getting below error while running db2topg.pl to migrate our existing db2 schema to PostgreSQL server.
Error message:

I don't understand FILE '/A300202i/DLIINFO.f3' 52752) in a CREATE TABLESPACE section at ./db2topg.pl line 441, line 504.

We are getting error while executing the script with three table spaces. Please find the below schema.

CREATE LARGE TABLESPACE "TEMINFO" IN DATABASE PARTITION GROUP LTGROUP PAGESIZE 4096 MANAGED BY DATABASE
USING (FILE '/A300202i/DLIINFO.f1' 52752,
FILE '/A300202i/DLIINFO.f2' 52752,
FILE '/A300202i/DLIINFO.f3' 52752)

any update ? i had same issue while i ran the db2topg in non DB2 server .