cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BAS Error while creating a calculation view : "Error: Not able to find organization:undefined"

sudarshan_raju_17
Discoverer
0 Kudos

I am trying to create a calculation view in the CAP Project using the editor. Even though I have logged into the Cloud foundry and org and dev space set, I am still facing the below error.

Accepted Solutions (0)

Answers (1)

Answers (1)

aviel1
Explorer
0 Kudos

Hi sudarshan_raju_17

it seems that you didn't bind an HANA service to your module.

note that the connection to CF is expired after 1 day (approximately) and you need to reconnect

to check if you are connected you can execute a cf command (e.g: "cf a").

so please do the following actions and let me know if it resolve your issue:

1. Make sure you are connected to your CF space

2. connect to your CF space (cf login)

3. bind the relevant service to your hdb module

4. build/deploy your module to CF

Please let me know if you need more clarifications

Good luck

Avi Cohen

Ahmedkhan29789
Participant
0 Kudos

Hi aviel,

Can you please elaborate your third step, what command to write for binding service to hdb module? are you talikng about "mbt build" command