Skip to main content

设置新的 MongoDB 凭证

按照以下步骤,使用 MongoDB 的嵌入式版本重置您在 Server 上的 MongoDB 凭证。

  1. 停止 AlteryxService。

  2. 通过命令行找到 Alteryx Server 安装文件夹(例如,D:\Program Files\Alteryx\bin)。

  3. 执行以下命令以更新非管理员密码:

    alteryxservice setemongopassword={password}

  4. 执行以下命令以更新管理员密码:

    alteryxservice setemongoadminpassword={password}

  5. 启动 AlteryxService。