「Destination returned error status = 500」というエラーメッセージが表示されるため、クローンを要求できません。Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 正しいユーザー名とパスワードが指定されていても、新しいクローンを要求できません。 ユーザー名とパスワードを入力すると、「宛先がエラーステータスを返しました = 500」というエラーメッセージが表示されます。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この問題は、複数の問題が原因で発生する可能性があります。 クローンを要求しているユーザーには、 admin ロールも clone_admin ロールもありません。認証に使用されるターゲットインスタンスのユーザーに admin ロールがない。 システムプロパティglide.soap.require_ws_securityが true に設定されています。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ソースインスタンスでクローンを要求するユーザーに admin または clone_admin ロールがあり、認証に使用されるターゲットインスタンスのユーザーが admin ロールを持っていることを確認してください。ターゲットインスタンスの構成の詳細については クローンターゲットの作成 を参照してください。システムプロパティglide.soap.require_ws_security が true に設定されている場合は、「サービスアカウントを内部統合ユーザーとしてマークする」に従って、クローンユーザーの内部統合ユーザーフラグを有効にする必要があります 「WS-Security が有効になっている場合、MID サーバー、ODBC ドライバー、リモート更新セット、 高可用性クローン作成などの内部統合通信を含むすべての SOAP 要求に認証が必要です。に対する SOAP 要求 これらの内部統合通信では、技術的な影響により WS-Security を実装できません。 インスタンスでこれらの SOAP インターフェイスを使用している場合は、ユーザーアカウントを内部統合ユーザーとしてマークすることで、WS-Security 認証要件をバイパスできます。」