ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Net functions
  • Errors
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
From version 2024, this feature is no longer available.
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Example
RapportOuverture is int = NetOpenRemoteAccess("Ma connexion")
IF RapportOuverture = 0 THEN
	...
	NetCloseRemoteAccess()
ELSE
	Error("Erreur lors de la connexion", NetMsgError(RapportOuverture))
END
Syntax
<Result> = NetMsgError(<Error number>)
<Result>: Character string
Message of the error (see the Notes).
<Error number>: Integer
Error number, returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Remarks

Errors

The error messages that can occur are as follows:
599: RASAPI32.DLL file not found. Check the configuration of the remote access.600: An operation is in progress.
601: Invalid port identifier.602: The port is already open.
603: Buffer too small.604: The specified information is incorrect.
605: Unable to update port characteristics.606: The port is not connected.
607: Invalid event.608: Modem does not exist
609: Modem type does not exist.610: The buffer is invalid.
611: Path not available.612: Path not allocated.
613: Invalid compression.614: No more buffering.
615: Port not found.616: An asynchronous request is in progress.
617: Port or modem disconnection is already in progress.618: The port is not open.
619: The port is disconnected.620: There is no end.
621: Unable to open phonebook.622: Unable to load phonebook.
623: Connection not found in phonebook.624: Unable to write in phonebook.
625: Phonebook information is invalid.626: Unable to load a string.
627: Unable to find key.628: The port is disconnected.
629: Remote machine disconnects.630: Disconnection caused by hardware failure.
631: Disconnection at user's request.632: Structure size is incorrect.
633: Port already in use or not configured for remote access.634: Unable to declare your computer on the network.
635: Unknown error.636: The modem connected to the port is not recognized.
637: The chain could not be converted.638: The time limit for the request has expired.
639: Asynchronous network unavailable.640: NetBios error.
641: The server cannot allocate the NetBios resource for the client.642: One of your NetBios names has already been declared on the network.
643: Failure on a server network adapter.644: You will not receive contextual messages from the network.
645: Authentication error.646: The account is not allowed to connect at this time.
647: The account is deactivated.648: Password has expired.
649: The account does not have remote access rights.650: Remote access server not responding.
651: Modem error652: Modem response not recognized.
653: A macro called by the modem is not found in the modem's .INF file section.654: Macro not defined in modem .INF file.
655: The macro <message> is not in the modem's .INF file.656: The macro <defaultoff> in the modem .INF file is not defined.
657: Unable to open modem .INF file.658: The modem name in the modem .INF or media .INI file is too long.
659: The media .INI file references an unknown device.660: The modem's .INF file does not contain a response for the Command.
661: A command is missing from the modem's .INF file662: Macro not listed in modem .INF file.
663: The media .INI file references a device of unknown type.664: Unable to allocate memory.
665: Port not configured for remote access.666: Your modem is not working.
667: Unable to read media .INI file668: The connection is broken.
669: Invalid parameter in media .INI file.670: Unable to read section name in media .INI file.
671: Unable to read modem type from media .INI file.672: Unable to read modem name from media .INI file.
673: Unable to read operating mode from media .INI file.674: Unable to read maximum transfer rate from media .INI file.
675: Unable to read maximum carrier frequency from media .INI file.676: The line is busy.
677: One person answered in place of a modem.678: No answer.
679: Unable to detect the carrier.680: No tone.
681: General modem error.682: Unable to write section name to media .INI file.
683: Unable to write modem type to media .INI file.684: Unable to write modem name to media .INI file.
685: Unable to write operating mode to media .INI file.686: Unable to write maximum transfer rate to media .INI file.
687: Unable to write maximum carrier frequency to media .INI file.688: Unable to write to macro <defaultoff>.
689: Unable to read from macro <defaultoff>.690: Empty .INI file.
691: Access denied. Invalid username or password.692: Hardware failure on port or connected device.
698: incorrect format in a response key name in the modem's .INF file.699: The modem response has caused a buffer overflow.
700: Command in modem .INF file too long.701: Transfer rate not supported by COM driver.
702: Answer not expected.707: Error indication in X.25 diagnostics.
708: The account has expired.709: Error changing password on domain. The password is too small or it is already used.
710: Overflow error in modem communication.711: Failure to initialize rasman.
712: Biplex port initialization. Wait a few seconds and redial.713: No active ISDN line available.
714: No ISDN channel available.715: Poor quality line, too many transmission errors.
716: Remote access IP configuration unusable.717: No IP address available.
718: Timeout while waiting for PPP correspondent.719: PPP terminated by remote machine.
720: PPP protocol not configured.721: The PPP correspondent does not answer.
722: the PPP packet is invalid.723: The phone number is too long.
724: IPX protocol cannot call.725: IPX protocol cannot receive calls
726: The IPX protocol cannot call on more than one port at a time.727: Unable to access TCPCFG.DLL.
728: Unable to find an IP adapter for remote access.730: IP protocol must be installed to use SLIP.
731: Computer declaration not completed.732: Protocol not configured.
733: PPP negotiation fails.734: PPP not available on server.
735: PPP error.736: The requested address has been rejected by the server.
737: The remote computer has completed the control protocol.738: Loop detected.
739: The server has no address.740: Authentication protocol requested by remote server cannot use Windows NT encrypted password. Uncheck the Authentication option for the username and password for this connection and re-establish the connection.
741: Invalid TAPI configuration.742: Local computer does not support encryption.
743: Remote server does not support encryption.744: Remote server requires encryption.
745: IPX network number conflict.
Component: wd300com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help