メイン コンテンツをスキップする 補完的コンテンツへスキップ

Talend MDM Serverのデータベースを移行(非推奨)

Availability-note非推奨
情報メモDeprecated: Talend Master Data Management (MDM)は非推奨であり、2024年12月31日にサービス提供中止となります。Talend MDMからの移行の詳細は、Talendプロフェッショナルサービスにお問い合わせください。

手順

  1. Talend MDM Serverを停止します。詳細は、チートシートをご参照ください: Talendサーバーモジュールの開始/停止コマンドをご覧ください。
  2. 関連するデータベース外部キーを削除します。外部キー名はTalend MDM Serverのバージョンによって異なる場合があります。
    MySQL
    alter table srcrecords drop foreign key FK3012B7DEF33FEA26;
    alter table tgtcolumns drop foreign key FKA373D85CF84CB18;
    alter table taskcollayout drop foreign key FK6B328CC5BA76F0CB;
    alter table tasklinelayout drop foreign key FK8707B763BA76F0CB;
    
    MSSQL
    alter table srcrecords drop constraint FK3012B7DEF33FEA26
    alter table tgtcolumns drop constraint FKA373D85CF84CB18
    alter table taskcollayout drop constraint FK6B328CC5BA76F0CB
    alter table tasklinelayout drop constraint FK8707B763BA76F0CB
    
    Oracle, DB2, Postgres
    alter table srcrecords drop constraint FK3012B7DEF33FEA26;
    alter table tgtcolumns drop constraint FKA373D85CF84CB18;
    alter table taskcollayout drop constraint FK6B328CC5BA76F0CB;
    alter table tasklinelayout drop constraint FK8707B763BA76F0CB;
  3. Talend MDM Serverを再起動します。

このページは役に立ちましたか?

このページまたはコンテンツに、タイポ、ステップの省略、技術的エラーなどの問題が見つかった場合は、お知らせください。改善に役立たせていただきます。