Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CREATE PRIMARY XML INDEX not understood #180

Open
zarzgalom opened this issue Sep 22, 2023 · 0 comments
Open

CREATE PRIMARY XML INDEX not understood #180

zarzgalom opened this issue Sep 22, 2023 · 0 comments

Comments

@zarzgalom
Copy link

zarzgalom commented Sep 22, 2023

Attempting to migrate an ArcGIS database from MSSQL to PGSQL. Created the SQL dump, configured a conf file for the conversion script with all default behaviors. I did configure connection parameters to create the Kettle job. Pass the script the .conf file and it fails pretty quickly after with the following:

Line <CREATE PRIMARY XML INDEX [xmlprim_GDB_ITEMRELATIONSHIPS_Attributes] ON [sde].[GDB_ITEMRELATIONSHIPS]
> (16468) not understood. This is a bug at ./sqlserver2pgsql.pl line 2551, <$file> line 16468.

Looking at the SQL dump, the line mentioned (16468) is the very first instance of CREATE PRIMARY XML INDEX. It only appears a few times afterwards, but it seems to be a deadstop for sqlservertopgsql.pl.

I'm not sure what other information you might need. Let me know and I will do my best to provide it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant