cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Descriptors found Error

former_member383720
Participant
0 Kudos

Hello Experts,

I have imported a standard FIORI Application in WebIDE and modified it (I know it's not recommended) and then deployed back to ABAP Repository. However, due to some reasons I had to deploy original app to repository (I had a copy). Now, if I access this app from FIORI Launchpad, It is showing Error "Multiple descriptors found".

Please help here.

jocelyn.dart

Regards,

Ankit Garg

Accepted Solutions (0)

Answers (3)

Answers (3)

mathewzdavis
Active Participant
0 Kudos

Hi Ankit,

Please change the app id in component.js file and rest of app files in webide and deploy it as new app. Configure the tile and target mapping with new app(Do not forget to change new app id) .

Clear the cache in browser, run cache reports.

Regards

TheGokke
Active Participant
0 Kudos

you know it's not recommended but still you do it and now you have problems. Stop and do it the correct way or don't do it at all. There is absolutely no possible reason to do this. None

former_member383720
Participant
0 Kudos

Hi Andy,

As I already accepted that it's not recommended. Any solution for this will be much appreciated.

TheGokke
Active Participant
0 Kudos

Delete everything you did so far, extend the app like you should and your problems are solved.

former_member383720
Participant
0 Kudos

Please let me know what you mean by "delete everything"

As I deployed original app (having no custom code) back, even that is showing above error.

TheGokke
Active Participant
0 Kudos

So you did an overwrite of the standard BSP or dit you deploy the standard BSP to a Z one? If the first one, undo your modifications (transaction SE95 maybe).In case of this, you had to request repair keys for the objects right? I can hardly imagine you did ask repair keys for all those objects... If the second one, delete the Z BSP.

former_member182874
Active Contributor
0 Kudos

Hi Ankit,

When you imported standard app in webide and want to deploy the same standard app without any changes, then why did you deploy ? Do you mean that you extended the standard app and deployed back ?

Multiple descriptor may come, since you have deployed with same name. Check component.js file and the tile configuration of the app on what id has been used. make sure the id is same. Else your app is calling multiple names.

Regards,

Tejas

former_member383720
Participant
0 Kudos

Hi Tejas,

Yes, I modified standard app and then deployed it to ABAP server(in first attempt)

Now, during deployment of this modified application I am getting this error (basically deployment is performed with same application name without 'Z' and none of other IDs changed.). Please suggest solution for this.