biuan SAP® BUSINESS ONE SDK
API Authenticate User Results Enum

Description

The check results of the username and password.

Members

MemberValueDescription
aturNotConnectedToCompany-8033Not connected to the SAP Business One company.
aturUsernamePasswordMatch0The username and the password matches.
aturLogOnUserNotAdmin-8031The logon user is not a superuser.
aturBadUserOrPassword-8023The username and the password do not match, or the username does not exist.
aturUserHasBeenLocked-8024The username is locked.
aturPasswordExpired-8025The password is expired.
aturDBErrors-8032Run time error when you access the database.

SAP® B1 DI-API C# definition

public enum AuthenticateUserResultsEnum { aturNotConnectedToCompany = -8033, aturDBErrors = -8032, aturLogOnUserNotAdmin = -8031, aturPasswordExpired = -8025, aturUserHasBeenLocked = -8024, aturBadUserOrPassword = -8023, aturUsernamePasswordMatch = 0 }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates