cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to run MDK application through run as local web app option

madhav15
Participant
0 Kudos
233

Hi All,

We are working on MDK application using OData service, while running the application on Your Dev Space (run as local web app) option in Business Application studio, we are facing some issues as mentioned in below screenshot:

madhav15_0-1746009505057.png

This error not only belongs to that particular app, we are facing this one for others apps also.

Along with it when we try to run the app on Mobile Svcs app in Android we are not able to fetch data and getting this error:

 

madhav15_2-1746009891652.png

 

Any help would be appreciated on this.

@bill_froelich 

Thanks and Regards,

Madhav

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Here is my Northwind BTP destination.  I created a new MDK application (List Detail template) using this as the source and was able to deploy and test as expected for the Web Client.

{
    "exportTime": "2025-05-05 16:17:17.107974972",
    "destination": {
        "Name": "Northwind",
        "Type": "HTTP",
        "URL": "https://services.odata.org/V2/Northwind/Northwind.svc",
        "Authentication": "NoAuthentication",
        "ProxyType": "Internet",
        "HTML5.DynamicDestination": "true",
        "Description": "northwind odata",
        "MobileEnabled": "true",
        "WebIDEEnabled": "true",
        "WebIDEUsage": "odata_gen"
    }
}

 

madhav15
Participant
0 Kudos

Hi @bill_froelich ,

Here is our Northwind destination, but still having the same issue.

Type=HTTP
HTML5.DynamicDestination=true
Authentication=NoAuthentication
MobileEnabled=true
WebIDEEnabled=true
ProxyType=Internet
URL=https://services.odata.org/V2/Northwind/Northwind.svc
Name=Northwind
WebIDEUsage=odata_gen

 

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos
And when you create your MDK application are you selected the BTP destination as the source in the wizard? Does it correctly retrieve the list of entities?
madhav15
Participant
0 Kudos

Hi @bill_froelich ,

Sorry for the late reply, Yes we have selected BTP destination and we are getting the list of entity sets but still having the similar issue.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

In the first screenshot the red lines are Warnings and are not impacting the runtime.

The error at runtime is an authentication error.  You should check the configuration of your BTP destination used by the metadata.

madhav15
Participant
0 Kudos

Hi @bill_froelich ,

Thanks for responding, We are getting the similar error while using Northwind Services or any other Sample Service. And Could you please detail out like what we need to check in BTP configurations or Mobile Services.

Thanks and Regards,

Madhav