Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

To maintain the connection data you have to change the appsettings.json file.
Per default the appsettings.json file is empty, but the two connection possibilities are shown (see below).

...

Code Block
languagexml
{
  "BwErpSystemConfigurations": [
    {
      "BwErpSid": "",
      "Languages": [ "", "" ],
      "Server": "",
      "SystemNumber": "",
      "Client": "",
      "User": "",
      "Prefix": ""
    }
  ],

  "HanaSystemConfigurations": [
    {
      "BwErpSid": "",
      "HanaSchema": "",
      "SchemaBlacklist": [ "", "" ],
      "Languages": [ "", "" ],
      "Server": "",
      "Database": "",
      "SqlPort": "0",
      "UseSsl": "false",
      "User": "",
      "ConnectionString": ""
    }
  ]
}

If you decided on the RFC connection you use the properties below BwSystemConfiguations. If you decided on the HANA SQL connection you use the properties below HanaSystemConfiguations.

...