Basic Tab
This section documents how to provide authentication for your account type and then connect.
Authenticate a SAPByDesign Account
Set the following connection properties to connect to SAP ByDesign.
Connect to a Analytical Service or a Custom Service
- Url: Set this to the Url of your SAP ByDesign site. For example, https://test.sapbydesign.com. If you want to retrieve the reports of a analytical service, specify AnalyticsService. For example: Url=https://my999999.sapbydesign.com;AnalyticsService=cc_home_analytics.svc; If you have a custom service you want to retrieve data from, specify Url and CustomService.
- CustomService or AnalyticsService: Only none or one of these must be specified. If you're not sure what service to specify, you can always query the Services view to list available services.
- User: Set this to the username of your account.
- Password: Set this to the password of your account.
Query the OData Source API
- Url: If you want to query the DataSources (OData Data Source API -> odata/analytics/ds ), you should specify the whole URL path up to the .svc file. For example: https://my999999.sapbydesign.com/sap/byd/odata/analytics/ds/Customer.svc
- User: Set this to the username of your account.
- Password: Set this to the password of your account.
Add a new custom ODATA service
- In the SAP ByDesign work center view, click on "Application and User Management".
- Select "OData Services".
- In the dropdown list, select "Custom OData Services".
- Now you should see a list of your current custom services. To add a new one click on "New".