cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad Module will not build

mrwong05
Participant
0 Kudos

Hi,

I have a fresh install of Hana express 2.0 upgraded with a development key through our partner program with SAP. I am trying to simply follow this tutorial https://blogs.sap.com/2017/04/24/fiori-launchpad-in-sap-hana-2.0-sp01/ to get my demo FLP up and running.

I am logging in as XSA_DEV. Space is set to SAP

When i goto build the project, i get this error

Build of ProjectName02 failed. Internal server error

If I use incognito tab on chrome I get this error:

Build of ProjectName02 failed. Not found task 16. It may be canceled by timeout.

If I use XSA_ADMIN user, same errors.

Accepted Solutions (0)

Answers (3)

Answers (3)

achim_vogel2
Explorer

Hi Matthew, I had some trouble with the fiori lauchpad, too. My problem was, that the package.json file was not generated in the

side Content module. After creating one manually, the delopyment with xs - deploy was successful.

But after successful deployment the result was not as expected. The launchpad contains an empty Group, but no apps.

Please let me know if the package.json hint was helpful, and if you see some apps in the lauchpad after this.

Best regards,

Achim

mrwong05
Participant
0 Kudos

Hi Achim, Thank you for your response. what methods did you use to get Fiori Launchpad deployed on HANA Express XSA?

mrwong05
Participant
0 Kudos

for hostname:51004, hostname:50015, hostname:51027 I am not able to access any of these with my hana express. using user xsa_admin, all applications roles assigned.

achim_vogel2
Explorer
0 Kudos

Hi Matthew,

please let me know when you got the launchpad with the demo site content running.

Thanks

Achim

mrwong05
Participant
0 Kudos

sure. actually I am back where I started. After the HXE install was completed, i immediately tried to build a template project with XSA_ADMIN, and was successful, even deployment. And after i started adding users and roles, errors started to appear. I hope i dont have to reinstall. Also my Administrator changed the password of XSA_ADMIN from the original installation password. do you think this would cause errors?

achim_vogel2
Explorer
0 Kudos

Hi Matthew,

  • 1. Build the whole project to create a mtar file.
  • 2. Export mtra file.
  • 3. Deplay with xs deploy <filename>.mtar
mrwong05
Participant
0 Kudos

So for some reason, I had added duplicate roles to my XSA_ADMIN User. I removed all the duplicate roles, and the build was successful. I understand your deploy method, but i just tried it and it failed for me. Time to debug.