cancel
Showing results for 
Search instead for 
Did you mean: 

Data Preview on Intermediate node of calculation view in SAP Web IDE is not working

0 Kudos
1,108

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

0 Kudos

Hi

What is the version of SAP Web IDE you are using. Did you try with latest version SP04 Patch 04?

Regards

Raghavendra

murllimaraati
Participant
0 Kudos

I tried the above but its not working for me.

I am getting the same error. How did you solve this ?

Please guide.

Best Regards

Murlli Maraati

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member637650
Discoverer
0 Kudos

i have the same error, can somewone help with this?

former_member637650
Discoverer
0 Kudos

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: