cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hana Express 2 sps 02 VM WEB IDE MTA Issues

0 Kudos

I've been working through examples and have an issue that is causing problems. First I have downloaded latest version of VM and have reinstalled multiple times on two different machines and the result is the same. The MTA editor shuffles around my requires section and totally trashes the code. Please see attached images in order to get an idea.

below I just created a HDB Module named per example and looking at the mta.yaml all is good.

Now when I look at the MTA editor it assigns the web module to the core_db requires section.

and if I expand the hdb resource is not available for selection.

when I click on the web module you see the requires is still okay.

when I click on the selection list for the web module you see my missing HD resource listed as an option for the web module but not the db module.

if you click on resources you see it is there

switching back to code editor everything still looks correct.

Now if I switch back to MTA editor select db module and then select web module everything gets shuffled and the code gets changed backwards. If I add a third module its even worse.

Please any help would be great this makes finishing these examples impossible.

Accepted Solutions (1)

Accepted Solutions (1)

yuval_morad
Employee
Employee
0 Kudos

For the MTA issue until the fix reaches I propose the following workaround:

Make the resource and module name of HDB different (and not matching contains pattern).

e.g. module hdi_core , resource hdi_core_db will fail and mess the MTA.

Try to change in the code editor the resource and its requires to hdb_core_db

Answers (0)