新規の MongoDB 資格情報を設定
埋め込みバージョンの MongoDB を使用して Server の MongoDB 資格情報をリセットするには、次の手順を実行します。
AlteryxServiceを停止します。
From the command line, navigate to the Alteryx Server installation folder (for example,
D:\Program Files\Alteryx\bin
).次のコマンドを実行して、非管理者パスワードを更新します。
alteryxservice setemongopassword={password}
次のコマンドを実行して、管理者パスワードを更新します。
alteryxservice setemongoadminpassword={password}
AlteryxService を起動します。