Anfang des Inhaltsbereichs

Objektdokumentation RfcLogonException Class Dokument im Navigationsbaum lokalisieren

This exception is thrown when the SAP service is available but the user name or password is not accepted by the SAP system.

 

[C#

public class RfcLogonException : SAP.Connector.RfcException

 

Remarks

The most typical causes for this are:

·        Incorrect user name or password specified by the user

·        License has expired on the SAP system

·        The user's account is locked or expired.

 

Example

SAP.NET.Connector.RfcLogonException:

 

Name or password is incorrect. Please re-enter

 

Ende des Inhaltsbereichs