ConnectionScheme Parameter (Connect-SAPERP Cmdlet)
Specifies whether to connect to an SAP system with a message server (GroupServer) or without one (ApplicationServer).
Syntax
Connect-SAPERP -ConnectionScheme string
Possible Values
ApplicationServer, GroupServerData Type
cstr
Default Value
"ApplicationServer"
Remarks
Set this connection property to one of the following values:
| ApplicationServer (default) | Connect to the SAP system directly without using a message server. |
| GroupServer | Connect to the SAP system using a message server. Choose this option if you are using a load-balancing server. |
This is a required parameter.