Skip to content
  • Categories
Collapse
Solibri Society Forum
  1. Home
  2. General Discussion
  3. SAP integration setup

SAP integration setup

Scheduled Pinned Locked Moved General Discussion
1 Posts 1 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tonigyllenbergT Offline
    tonigyllenbergT Offline
    tonigyllenberg Solibrians
    wrote on last edited by
    #1

    Connecting to SAP

    SAP integration is available from Solibri 25.6.0. In order to connect to and use SAP integration, a configuration file is needed. This configuration file needs to be provided by the SAP admin in each organization.

    This is an example file:

    {
    	"name": "SAP",
    	"baseUrl": "https://copin-api.cfapps.eu10.hana.ondemand.com/",
    	"authorizationUrl": "https://my-sub-domain.authentication.eu10.hana.ondemand.com/oauth/authorize",
    	"tokenUrl": "https://my-sub-domain.authentication.eu10.hana.ondemand.com/oauth/token",
    	"refreshTokenUrl": "https://my-sub-domain.authentication.eu10.hana.ondemand.com/oauth/token",
    	"clientId": "my client id",
    	"clientSecret": "my client secret"
    }
    

    The baseUrl in the config file is equal to the service/application URL in SAP.

    The configuration file is selected in the Solibri UI:

    005288d4-d85c-40da-869d-a39a5372c525-image.png

    Once the configuration file is loaded, authentication will commence in the same fashion as any other integration within Solibri by turning the integration on. As an important note, the Solibri SAP client uses OAuth Authorization Code Grant to obtain access token. The redirect URL needs to be setup when configuring access for Solibri. The default redirect URL is: http://localhost:10556

    More information about setting up a service instance is available here.

    VM Options for SAP Integration

    These changes can be made in the vmoptions file located in the program files folder of Solibri (C:\Program Files\Solibri\SOLIBRI\Solibri.vmoptions).

    This option sets the frequency to check for SAP file updates. Default value is set to 5 minutes (if no value is provided at runtime).

    -DSAP-update-interval-ms=300000
    

    This option sets the SAP callback server port. The server is OAuth2 redirect endpoint for SAP integration.

    -DSAP-callback-server-port=10556
    

    The company admin can use these options to disable the SAP integration that are not allowed to be used in the company.

    -DSAP.enabled=false
    
    1 Reply Last reply
    0
    • tonigyllenbergT tonigyllenberg pinned this topic on

    Copyright © 2025 Solibri Inc. | Powered by NodeBB

    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories