FAQ


How do I find the right URL?

We need the internal URL of the SAP CPI in the following format:
https://-tenantName-.-nodeName-.cfapps.-region-.hana.ondemand.com
e.g.: https://cpi-ux5p11lj.it-cpi005.cfapps.eu20.hana.ondemand.com

You can find this URL if you log in to your subaccount via SAP BTP, go to `Spaces` and under a `service instance` of type
`Process Integration Runtime` (api) in a `service key` and look for the `url`.

Important: This URL is NOT correct:
https://cpi-ux5p11lj.integrationsuite.cfapps.eu20.hana.ondemand.com/

What login details do I need?

There are two ways to log in to the system:
- Basic Auth with your S-User and Password
- OAuth2

Here is a description of how to log in using OAuth2:
- Assign "Process Integration Runtime" to your subaccount via the entitlements (if not already available)
- Go to "Spaces"
- If you don't have a Space yet, create one or select an existing one.
- Create a new instance via "Create"
- Select "Process Integration Runtime" as the service
- Select "api" as the plan
- Assign the name "CPITransporter" or another name
- Click on "Next"
- Select the following roles:
   - WorkspacePackagesEdit
   - WorkspacePackagesConfigure
   - WorkspaceArtifactsDeploy
   - AccessAllAccessPoliciesArtifacts
   - MonitoringDataRead
- Further settings are not necessary. Now create the instance.
- Then select the new instance and generate a "Service Key"
- Enter the "ClientID" as the username, the "ClientSecret" as the password and the "URL" as the URL. The token URL is not required and is determined automatically.