regarding schema only migration from sqlserver to postgres with runmtk.sh

Поиск
Список
Период
Сортировка
От Durgamahesh Manne
Тема regarding schema only migration from sqlserver to postgres with runmtk.sh
Дата
Msg-id CAJCZkoKmWKcREiTjTPy=_1EUXDzeWkKk9cRa2gVVa58K6ozsMQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: regarding schema only migration from sqlserver to postgres with runmtk.sh  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Hi sir

This is mahesh. i got following erro when i ran 

./runMTK.sh -sourcedbtype sqlserver -targetSchema public -schemaOnly -allTables dbo


below error generated as i have given correct credentials to connect respective server & database


 how to rectify this issue sir....please let me know

Running EnterpriseDB Migration Toolkit (Build 49.0.4) ...
Source database connectivity info...
conn =jdbc:jtds:sqlserver://dns name/DataFeed
user =trustfort
password=******
Target database connectivity info...
conn =jdbc:postgresql://dnsname:5432/edb
user =postgres
password=******
Connecting with source SQL Server database server...
Connected to Microsoft SQL Server, version '10.50.1600'
Connecting with target EnterpriseDB database server...
MTK-10045: The URL specified for the "target" database is invalid.
Check the connectivity credentials.
Stack Trace:
com.edb.MTKException: MTK-10045: The URL specified for the "target" database is invalid.
Check the connectivity credentials.
    at com.edb.MigrationToolkit.initToolkit(MigrationToolkit.java:3378)
    at com.edb.MigrationToolkit.main(MigrationToolkit.java:1700)



./runMTK.sh -sourcedbtype sqlserver -targetSchema public -schemaOnly -allTables dbo

В списке pgsql-general по дате отправления:

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Question about RUM-index
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: regarding schema only migration from sqlserver to postgres with runmtk.sh