Überblick
Mit dem Befehlstool SAP Solution Manager können Sie den Status Ihrer Integration mit UiPath Studio überprüfen. Sie finden dieses Tool zusammen mit jedem Studio-Build als UiPath.SAP.SolutionManager.CommandLine.exe
im Standard-Installationsordner, wie nachfolgend beschrieben: C:\Program Files\UiPath\Studio\net461
. Alternativ können Sie die ausführbare Datei in Ihrem benutzerdefinierten Installationsordner finden.
Beschreibung der Kommandozeilenargumente
In den folgenden Abschnitten finden Sie Beschreibungen der verfügbaren Parameter und einige Anwendungsbeispiele.
Command | Description |
---|---|
-s, --status | Show the registration status. To understand error codes, see Troubleshooting status error messages. |
-r, --register | Register the communication interface. |
-u, --unregister | Deregister the communication interface. |
-i, --ip | Show the connection IP used in Studio. |
-o, --out | Show the output files. |
--help | Show help. |
--version | Show version number. |
Fehlerbehebung bei Statusfehlermeldungen
In der folgenden Tabelle werden häufige Fehlermeldungen und Maßnahmen zum Beheben dieser Probleme beschrieben.
Error message | Description/Solution |
---|---|
UiPath Plugin not installed | You need to install the UiPath Plugin. |
SAP Connector unavailable | You need to install the SAP Connector. SAP Connector runs only on x86 OS architecture. |
UiPath Plugin uninstalled, SAP Connector installed | Follow the solution presented for the UiPath Plugin not installed. |
UiPath Plugin uninstalled, SAP Connector uninstalled | You need to install both UiPath Plugin and SAP Connector SAP Connector runs only on x86 OS architecture. |
UiPath Plugin installed, SAP Connector is x64 instead of x86 (plugin cannot work) | Follow the solution presented for the SAP Connector unavailable, making sure that you install it on x86. |
Aktualisiert vor 2 Monaten