cancel
Showing results for 
Search instead for 
Did you mean: 

RDE setup in trial account

oliver_kraemer
Discoverer
0 Kudos

Hi,

I have a general problem with the configuration of RDE in my trail account.

I have created the destinations:

  1. ui5dist
  2. ui5dist-test-resources

as described in setup document.

I have subscribed rde and rdetesting:

When clicking on rde link I would expect the ui5dist under referenced destinations. But I have the following setup which is done automatically and can not be changed by me:

I'm able to start River app. But I have some errors especially when calling odata services via gateway or other services like the northwind example.

Can anyone help!?

Thanks, best regards

Oliver

Accepted Solutions (1)

Accepted Solutions (1)

Margot
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Oliver,

Set-up looks good.

It's ok that UI5dist is not displayed in the refernced destination as this is integrated now.

How is the set-up for your odata services and what kind of errors do you get?

Regards, Margot

oliver_kraemer
Discoverer
0 Kudos

Hi Margot,

I just created a new App with the Northwind example. Running the app with "Mockdata" works. I have changed the component.js and neo-app.json and created a new destination "northwind".
When I run the App I got the following errors:
Failed to load resource: the server responded with a status of 404 (Not Found)
https://rdetestingmfzgdr-d048809trial.dispatcher.hanatrial.ondemand.com/Component-preload.js
Failed to load resource: the server responded with a status of 404 (Not Found)
https://rdetestingmfzgdr-d048809trial.dispatcher.hanatrial.ondemand.com/V3/northwind/northwind.svc/$...

I have attached the screenshot.

Regards, Oliver

oliver_kraemer
Discoverer
0 Kudos

Hi Vasu,

thank you for sharing the link. I have configured everything (hopefully ) as described there. But got the error above.

/Oliver

oliver_kraemer
Discoverer
0 Kudos

Hi Vasu,

as discussed. The error occurs because of my wrong configuration in the neo_app.json. Now it's working. Thanks for your support!!!

Best regards

Oliver

0 Kudos

Just a FYI for the bloggers on SCN:

1. component-preload.js not found is a common error in the log, we can ignore that error

2. The $metadata issue was because the serviceURL in Component.js and path in net-app.json was

"/v3/northwind/northwind.svc" instead of "/V3/northwind/northwind.svc". The paths are case-sensitive

Cheers,

Vasu

Answers (0)