This function is used to update the definition of a physical server in the list of physical servers read in the client configuration file.
Warning: this function must be used in the client part of the program.
Context
Windows client,
Java client,
Adelia Web client,
Adelia Cloud client.
Parameters
ALPHA(30) |
ServerName |
Name of the physical server. |
ALPHA(70) |
Host |
TCP/IP address (or host name) of the physical server or '*SAME'. |
ALPHA(8) |
PortNumber |
Number of the access port to the physical server or '*SAME'. |
ALPHA(10) |
Profile |
Connection profile or '*SAME'. |
ALPHA(10) |
Password |
Connection password or '*SAME'. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Note: value '*SAME' : The parameter value is not modified by the function.
Example
ServerName = 'PARIS_SITE'
Host = '*SAME'
PortNumber = '*SAME'
Profile = 'NEW_PROFILE'
Password = 'NEW_PWD'
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxUpdatePhysicalServerEx' ServerName Host PortNumber Profile Password ReturnCode
List of the VaToolBx functions by topic