Dear HANA Express experts,
I have downloaded and installed the HANA Express image. Now I am following the SAP HANA Developer Guide for SAP HANA XS Advanced Model and I'm running into an issue when deploying the .mtar.
Note all is working in WebIDE and I can start the app and test. After creating the mtar and saving it locally I run following command
xs deploy tinyworld_1.0.0.mtar --use-namespacesWhich results in this error
ERR Failed to abort conflicting operations
ERR while trying to invoke the method com.sap.cloud.lm.sl.cf.core.dto.serialization.OngoingOperationsDto.getOngoingOperations() of a null object loaded from local variable 'ongoingOperations'I have tried various things like deleting and recreating the services but the error stays the same.
XS target
API endpoint: https://hxehost:30030 (API version: 1)
User: DEVUSER
Org: devteam1
Space: DEVXS space-users
Listing users in space "DEV" of org "devteam1" by role ...
role users
------------------------
SpaceManager
SpaceDeveloper DEVUSER
SpaceAuditorXS services
name service plan bound apps
------------------------------------------------------
tiny_uaa xsuaa default
tiny-hdi-container hana hdi-sharedmta.yaml
_schema-version: '2.0'
ID: tinyworld
description: First HXE application
version: 1.0.0
modules:
- name: tinydb
type: hdb
path: tinydb
requires:
- name: hdi-container
- name: tinyjs
type: nodejs
path: tinyjs
requires:
- name: tinydb
- name: hdi-container
provides:
- name: tinyjs_api
properties:
service_url: ${default-url}
- name: tinyui
type: html5
path: tinyui
requires:
- name: tinyjs_api
group: destinations
properties:
name: tinyjs_be
url: ~{service_url}
resources:
- name: hdi-container
properties:
hdi-container-name: ${service-name}
type: com.sap.xs.hdi-containerThanks,
Nic
Request clarification before answering.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.