将文件上传到服务

在您迁移安全性之前,服务管理员必须将以下文件上传到您要向其迁移内部部署应用程序的 Oracle Enterprise Performance Management Cloud 环境。

使用 uploadFile EPM Automate 命令上传文件。

以下过程假定这些文件存储在 Oracle/EPM Automate/bin 文件夹中。

《在 Oracle Enterprise Performance Management Cloud 中使用 EPM Automate》提供了有关使用 EPM Automate 的信息:

要将文件上传到 EPM 云环境:

  1. 打开命令提示符 (Windows) 或终端窗口 (Linux),然后导航到安装了 EPM Automate 的目录;在 Windows 计算机上通常为 C:\Oracle\EPM Automate\bin 文件夹。
  2. 使用类似下面的命令以服务管理员身份登录:

    epmautomate login example_admin example_password/password_file example_url

  3. 上传用户和角色加载文件,一次上传一个文件。使用以下命令:
    epmautomate uploadfile FILE_NAME
  4. 使用 listFiles 命令,验证已上传的文件在 EPM 云环境中是否可用。
    epmautomate listfiles
  5. 注销。
    epmautomate logout