dashDB 服务计划无法识别 IBM MobileFirst 8.0 提供的配置文件
dashDB service plan was not able to recognise with configuration files provided by IBM MobileFirst 8.0
我们正尝试按照以下 MobileFirst 容器教程为 bluemix 创建 IBM MobileFirst 8.0 容器:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/mobilefirst-server-using-scripts/#setting-up-the-mobilefirst-and-analytics-servers-on-ibm-containers
按照教程,我们已经创建了 MobileFirst 8.0 Analytics 容器,并在 Bluemix 中创建了 dashDB 事务服务。在创建 MobileFirst 服务器映像之前,我们使用 prepareserverdb.sh 脚本设置了 dashDb 服务,以在 server.env 中设置数据库值文件,但这里我们收到一条错误消息,指出当前用户 origanisation/spaces.
中不存在 serevice dashDB
如有任何关于如何连接的建议或解决方案,我们将不胜感激。
谢谢
尝试在您的 prepareserverdb.properties 中使用 DB_TYPE 作为
DB_TYPE=DB2
而不是DB_TYPE=dashDB
我们正尝试按照以下 MobileFirst 容器教程为 bluemix 创建 IBM MobileFirst 8.0 容器:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/mobilefirst-server-using-scripts/#setting-up-the-mobilefirst-and-analytics-servers-on-ibm-containers
按照教程,我们已经创建了 MobileFirst 8.0 Analytics 容器,并在 Bluemix 中创建了 dashDB 事务服务。在创建 MobileFirst 服务器映像之前,我们使用 prepareserverdb.sh 脚本设置了 dashDb 服务,以在 server.env 中设置数据库值文件,但这里我们收到一条错误消息,指出当前用户 origanisation/spaces.
中不存在 serevice dashDB如有任何关于如何连接的建议或解决方案,我们将不胜感激。 谢谢
尝试在您的 prepareserverdb.properties 中使用 DB_TYPE 作为
DB_TYPE=DB2
而不是DB_TYPE=dashDB