zoukankan      html  css  js  c++  java
  • 如何处理SAP云平台错误消息 there is no compute unit quota for subaccount

    当我试图部署一个应用到SAP云平台的neo环境时:

    指定Compute Unit Size为Lite:

    点击Deploy按钮,遇到如下错误消息:there is no compute unit quota for subaccount:

    解决方案

    使用命令行neo set-quota --account wc4e460ce --user i042416 --host int.sap.hana.ondemand.com --amount lite:1
    给subaccount分配一个计算单元:


    分配之后,使用如下命令查看subaccount状态,确保分配成功:

    neo account:list-accounts --account wc4e460ce --user i042416 --host int.sap.hana.ondemand.com


    之后即可成功部署:

    neo的console客户端命令参考SAP help

    要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:

  • 相关阅读:
    SCUT
    模板
    重链剖分
    树的重心
    SCUT
    SCUT
    SCUT
    SCUT
    SCUT
    SCUT
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/9218492.html
Copyright © 2011-2022 走看看