on 2019 Sep 21 10:25 AM
Dear Experts,
Data Preview on intermediate node (Projection, Join etc.) of calculation view in HDI container is not opening in SAP Web IDE.
The error shows "Intermediate view creation failed", "404 error", "Object is inactive.."
But calculation view build/cativation is successful and data preview on overall calc. view is working fine. But facing issue while checking the data preview on intermediate nodes of calculation view.
Please check the attached docs for error messages and suggest how can we resolve.
Any settings to be made on mta.yaml file?
System Details:
Database : SAP HANA 2.0 SPS 03
Web IDE: SAP Web IDE for SAP HANA 2.0 SPS 04
Regards,
Chandra
i have the same error, can somewone help with this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My Problem was solved by updating the .hdiconfig to the newer database version and detach from each plugins their following versions.
In the folder /db i've created the package.json
{
"name": "deploy",
"dependencies": {
"@sap/hdi-deploy": "3.8.2"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js"
}
}
To use this i have also to create a .hdinamespace file in the /src folder that i have my Entities.hdbcds and build everything.
So That was the final structure:
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.