SAP HANA Cloud and CAP to Build Full-Stack Applications Using VSCode

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 30

  • @ashutoshtube1983
    @ashutoshtube1983 Рік тому

    very in depth and in understandable language by TJ sir. Its very nice tutorial to begin with CAPM full stack development.

  • @1234Guha
    @1234Guha 11 місяців тому

    Hello Team, I have a query. When I deploy all the setup to SAP BTP, the Odata is not returning any output. I dont have any app router added to my project.

  • @chantelesmith5673
    @chantelesmith5673 Рік тому

    I can't seem to get generator-fiori to install on VS code any ideas why?

  • @somnathbhattacharya2819
    @somnathbhattacharya2819 Рік тому

    Can achieve same using managed approuter

  • @fmarifmahamud9405
    @fmarifmahamud9405 Рік тому

    Thanks for preparing this video. its really helpful.
    The issue is, i have followed the full process without any issue but after executing the command "hana-cli dbx" browser open but I can not see the container which i have created using hana-cli.
    I clicked on + button to ad but there is no container.
    Could you please help?
    Also i am getting Certification Expired error when executing "hana-cli createModule"
    Thank you.

    • @sapdevs
      @sapdevs  Рік тому

      Perhaps it would be best if you enter an issue at the github repo github.com/SAP-samples/hana-developer-cli-tool-example
      It's much easier to exchange information there.
      For the Database Explorer, that is perfectly normal that you must add the container to the Database Explorer after opening it. It the plus button and search for your HDI container instance using the Cloud Foundry Org and Space where you created it.

  • @nidhisehgal7993
    @nidhisehgal7993 2 роки тому

    I have followed this tutorial and deployed the application on cloud foundry environment. The UI is not visible when I click on Application Routes in the standalone app router application. Any help would be appreciated.

    • @sapdevs
      @sapdevs  2 роки тому

      Please consider posting a question in the SAP Community Q&A. More details about what you have built and how it is structured would be needed.

  • @anniep4901
    @anniep4901 Рік тому

    Table details is not appearing in hana cloud HDI containers. Please help me for that.

    • @sapdevs
      @sapdevs  Рік тому

      Can you be more specific about what isn't appearing or at what stage. By table details do you mean you can't see the tables at all in the HDI container? Are they not filled with data? Are you looking at them in the Database Explorer? [Thomas Jung]

    • @sapdevs
      @sapdevs  Рік тому

      You have the same problem as what exactly? Original commentor never returned to describe the problem. You say you can use hana-cli dbx. Does that open Database Explorer? But then you have problems adding your HDI container to the explorer? Please describe what problem you are having.

  • @user-qc9gl6up7e
    @user-qc9gl6up7e 6 місяців тому

    what is HANA server you write in vscode

    • @sapdevs
      @sapdevs  6 місяців тому

      You can connect to any kind of HANA server from VSCode as long at the network allows the SQL port access. In this video I'm connecting to SAP HANA Cloud on SAP BTP.

    • @user-qc9gl6up7e
      @user-qc9gl6up7e 6 місяців тому

      @@sapdevs it always shows error like cant resolve host name

    • @sapdevs
      @sapdevs  6 місяців тому

      With HANA Cloud or an on premise HANA?

    • @user-qc9gl6up7e
      @user-qc9gl6up7e 6 місяців тому

      @@sapdevs HANA Cloud

    • @user-qc9gl6up7e
      @user-qc9gl6up7e 6 місяців тому

      please check this

  • @mateocano7548
    @mateocano7548 2 роки тому

    I have followed the Add User Authentication to Your Application part and my response on the windows is: "Bad gateway"...Someone can help me?
    If I use user-api/attributes it returns the correct data and scope...

    • @sapdevs
      @sapdevs  Рік тому

      Can you give a little more details around the Bad Gateway? What URL are you trying to access? You say the user-api URL works - so it seems your App Router is correctly setup and is connected to the XSUAA instance. Is it just having problems forwarding the request to the CAP service? Would need to know a little bit more about what you are seeing. [Thomas Jung]

    • @amarubhe2381
      @amarubhe2381 Рік тому

      @@sapdevs Its happening to me as well when I am running an application with 5000 port its giving a Bad Gateway error: in log 0#ERROR#/Handler#####1bcaa813-9de0-452e-b583-b8958f5ec417####GEgmxrqvQ8nYyAV9CviwKg6UjwLtjoGq######l8dulqes#PLAIN##GET request to / completed with status 502 error while forwarding request to localhost:4004/: connect ECONNREFUSED 127.0.0.1:4004 correlation_id = 1bcaa813-9de0-452e-b583-b8958f5ec417 stack: VError: error while forwarding request to localhost:4004/: connect ECONNREFUSED 127.0.0.1:4004

    • @amarubhe2381
      @amarubhe2381 Рік тому

      Do we need to run the cds watch --profile hybrid in another command prompt?

    • @sapdevs
      @sapdevs  Рік тому

      @@amarubhe2381 Yes that command needs to be ran from the command prompt.

    • @sapdevs
      @sapdevs  Рік тому

      Join us in this GitHub issue where we are trying to troubleshoot that error. github.com/sap-tutorials/Issues/issues/707
      I've been unable to recreate the error - even when cloning the exact project from the original user reporting this. It runs fine in my account. Curious are you using BTP trial or free tier? [Thomas Jung]