cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation view Editor in SAP Business Application Studio keeps on loading

I am trying to create a calculation view of type cube by creating a Dev space of SAP HANA Native Application on SAP Business Application Studio. I already have created a table for the purpose and deployed it to the HDI container bound to the application. The design time files such as ".hdbtable" and ".hdbtabledata" and the .csv file were made accordingly for the table deployment.

In the same way, for the calculation view deployment, I went for the design time files. I created an SAP HANA database artifact named "temp_cube.hdbcalculationview" , but when I am trying to open the graphical calculation view editor by clicking on the file created, the editor screen just keeps on loading. Can someone help me out with this issue ? Do I need to activate something before opening the editor or does it not work on trial accounts ?

The "temp_cube.hdbcalculationview" window looks like this -

The design-time files for the table that I deployed look like -

And this is the run-time file of the table on the HDI container -

Accepted Solutions (0)

Answers (8)

Answers (8)

jagadeesh247
Explorer

Hi Siddarth,

Even I was also facing the same issue, not able to see anything one we open the view for modelling .

following the thread for solution.

Thanks.

Regards,

Jagadeesh

this_ajaykumar
Discoverer

SAP is becoming crap not of the latest tool functioning correct

0 Kudos

mta-yaml-sample-for-db-module.txtHi lynn.scheinman,

I guess SAP has fixed the issue with workflow extension.

Below is my MTA.yaml changes to fix the DATA Source issue in calculation view.

- name: XXX-db-deployer type: hdb path: db requires: - name: XXX-db properties: TARGET_CONTAINER: ~{hdi-service-name} - name: cross-container-service-1 group: SERVICE_REPLACEMENTS properties: key: ServiceName_1 service: ~{the-service-name} parameters: buildpack: nodejs_buildpack

Sorry about intent space. Attached sample

0 Kudos

Hi,

We have faced the same issue.

Deleting the "Workflow Extension" will solve the loading issue. But after that if you wanted to see your entity in DATA Source. We have to do small changes in mta.yaml like below ( remove gen ).

type: hdb path: db

Now do CDS Build and deploy via SAP HANA Project to local container. we can able to see our DB Artifacts in DATA Source.

Thanks,

Babu

LynnS1
Employee
Employee
0 Kudos

Hi,

I'm have the same issue and can't find where the Workflow extension is to delete it. Secondly, where are you making the change in the mta.yml specifically?

Thank you,

Lynn

former_member280546
Participant
0 Kudos
Remove "Workflow Management" extension, Delete and recreate the DEV Space.
former_member737455
Participant
0 Kudos

same issue here
... did you find any solution?

jagadeesh247
Explorer
0 Kudos

Hi Christian,

Till now no workaroud or solution, I was waiting for the same.

Thanks.

Regards,

Jagadeesh

former_member280546
Participant
0 Kudos

Remove "Workflow Management" extension, Delete and recreate the DEV Space.

jagadeesh247
Explorer
0 Kudos

Hi Witalij ,

Thanks for your reply. I am using trail version of SAP BTP. As mentioned by you I checked the version of chrome, it is Version 91.0.4472.124 (Official Build) (64-bit).

Also attached the browser developer console screens for further investigation.

When we try to open the Calculation view editor will not come up with default sematics/aggregation node it will keeps on running with three dots as highlited in one of the images.

There are no plugins which is stopping the functionality as per my checks.

Please let us know if there is any workaround/fix to progress further.

Thanks.

Regards,

jagadeesh.

Vitaliy-R
Developer Advocate
Developer Advocate
0 Kudos

I checked in both supported Chrome (Version 91) and Firefox (ver. 89) web-browsers, and a calc view opened ok for me. Are you using one of these too?

Could you check there are no browser plug-ins blocking the tool functionality?

Regards.

0 Kudos

Hi Witalij,
I have tried opening it in Chrome, Firefox and Edge as well. I have tried incognito, clearing cache memory but still the calculation view editor doesn't open. The code editor works fine but the graphical editor doesn't.
I also tried disabling browser plugins but it still doesn't work.

Vitaliy-R
Developer Advocate
Developer Advocate
0 Kudos

And are you getting any specific error in the browser's developer console, that would indicate a possible cause of the issue?

0 Kudos

This is what I'm getting