Skip to Content
0
Feb 09 at 08:37 PM

Failed to load UI5 component com.sap.spa.bpi.process.form.trigger

244 Views

Hi,

I followed steps described in guide:

https://developers.sap.com/tutorials/spa-run-business-process-launchpad.html

Everything good so far, I were able to display my process trigger tile but once I executed it, it is raising an error:

The issue is most likely caused by application com.sap.spa.bpi.process.form.trigger. Please create a support incident and assign it to the support component of the respective application. - Failed to load UI5 component with properties: '{

"name": "com.sap.spa.bpi.process.form.trigger",

"url": "/comsapspaprocessautomation.comsapspabpiprocessformtrigger/~030223152741+0000~/",

"manifest": true, ...

Analysing it I found the problem:

When the trigger is being executed from Launchpad the URL is like this:

https://subaccountid.launchpad.cfapps.us10.hana.ondemand.com/comsapspaprocessautomation.comsapspabpiprocessformtrigger/~030223152741+0000~/Component.js

When it is executed from the SAP Build Process Automation Cockpit the URL is

https://subaccountid.sap-process-automation.cfapps.us10.hana.ondemand.com/comsapspaprocessautomation.comsapspabpiprocessformtrigger/~030223152741+0000~/Component.js

So what I am missing because I followed all the steps, please.RegardsMauricio