cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business Application Studio - Run Configuration not working

mohit_dev
Contributor

Hi All,

I hope you all are doing great!!

Since today, we are experiencing an issue related to Run Configuration Tab in SAP Business Application Studio.

We are not able to see our previous run configurations and moreover, when we press the "Add" Run Configuration button, we are getting an error "There are no runnable resources".

0 Kudos

Hi,
Thanks for reporting us the issue. We're currently checking that and we update you once we have a resolution.
Thanks,
Alex

Accepted Solutions (1)

Accepted Solutions (1)

By the way, in which landscape did you experience the issue? can add a link?

vicenteveiga
Participant
0 Kudos

I'm experiencing this same issue at eu10cf.applicationstudio.cloud.sap

mohit_dev
Contributor
0 Kudos

Hi Alex,

I am still facing the same issue. my Trial accounts provider is Microsoft Azure in Singapore Region, domain: eu10.hana.ondemand.com

I am using the SAP BAS for Building UI5/Fiori Applications.

0 Kudos

I am checking...

0 Kudos

can you please attach the entire link of your BAS Web IDE?

0 Kudos

ok, thanks! I'm checking ...
I checked already the trial.eu10cf.trial.applicationstudio.cloud.sap/index.html and it was updated and working.
not sure about ap21.

mohit_dev
Contributor
0 Kudos

ok thanks, Alex, please do let me know, once it is fixed. 🙂

0 Kudos

The issue should be solved in ap21 as well. Please verify.

mohit_dev
Contributor
0 Kudos

I am sorry to say, but this is not yet fixed for us.
Moreover for EU10 also, it is not working. We just checked now.

0 Kudos

Did you restarted (do stop and start) your dev space?

mohit_dev
Contributor
0 Kudos

Thank you so much Alex, After doing STOP and START my dev space, the "Run configuration" is working as expected in AP21CF.

Answers (8)

Answers (8)

armandohmateu
Member
0 Kudos

Hi all,

I am facing the same issue after cloing project from GitLab but I found one way to let it run using my below JSON file configuration ....

CODE Template that I am using just chaning the "Name" and the run.config adding the right path of the project.

Kindly make sure that you have the properly configuration in the UI5.yaml file and the index.html into you SAPUI5 Project

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Start Hero Local",
      "type": "node",
      "request": "launch",
      "cwd": "${workspaceFolder}/",
      "runtimeExecutable": "npx",
      "windows": {
        "runtimeExecutable": "npx.cmd"
      },
      "runtimeArgs": [
        "fiori",
        "run"
      ],
      "args": [
        "--config",
        "./ui5.yaml",
        "--open",
        "index.html"
      ],
      "console": "internalConsole",
      "internalConsoleOptions": "openOnSessionStart",
      "outputCapture": "std",
      "port": 9229,
      "env": {
        "FIORI_TOOLS_URL_PARAMS": "sap-ui-xx-viewCache=false",
        "run.config": "{\"handlerId\":\"fiori_tools\",\"runnableId\":\"/home/user/projects/superhero\"}"
      }
    }
  ]
}

Regards,

Armando Hdez Mateu

0 Kudos

Hi all,

after altering the CDS package version in my project on BAS, I could create a run configuration again.
Navigate into your project folder and alter the package with: npm i @sap/cds@5.4.6.

former_member751591
Participant
0 Kudos

Please post your question as a new question here. Please note, that your post here won't be answered.

0 Kudos

Hello,

I am also facing the same error. Is there any update on this issue?

former_member751591
Participant
0 Kudos

Thanks for coming to SAP Community for answers. Please post your question as a new question here:

Since you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our members.

Please note, that your post here won't be answered.

raphael_marques
Discoverer
0 Kudos

HI!

I'm still having this problem.

0 Kudos

Hi

I have the same issue, I already created this project and I not able "Add" Run Configuration button, we are getting an error "There are no runnable resources".

0 Kudos

Hi Elizabeth Gutt

why it happened today? because the app was working a few weeks ago and we have no changes in our detinations?.

0 Kudos

I have the same problem...

Lisi
Advisor
Advisor

Hi Fadel,

We are aware of the issue and working to solve it ASAP. When we have an update we'll share it.

Apologize for the inconvenience.

Lisi

0 Kudos

What time will be resolving this issue?

Javi_MG
Discoverer
0 Kudos

I have the same problem...

Lisi
Advisor
Advisor

Hi Javier,

We are aware of the issue and working to solve it ASAP. When we have an update we'll share it.

Apologize for the inconvenience.

Lisi

0 Kudos

The issue should be solved already. Please update me if you experience otherwise.

mohit_dev
Contributor
0 Kudos

Hi Alex,

Not solved for me. 🙂

palmarino
Discoverer
0 Kudos

Hello , we are facing the same issue

thanks

Bye

palmarino
Discoverer
0 Kudos

Hello , i create my space and my application again and now i can add again the run configuration

thanks

0 Kudos

In which landscape, please attach link to your BAS Web IDE.

0 Kudos

copy them from Launch.json file

Wings_Lee
Explorer
0 Kudos

HI, it is still happening, I was testing my own app in preview, everything works fine. Then I imported a template, then preview doesnt work anymore and tried run with the same message no resource ...seems like a bug . please help