设置新的 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。