ORUTL4 DLL (3428)    REMOTE PROCEDURE (8994)

Name Value
NAME ORUTL4 DLL
TAG DLL
ROUTINE ORUTL4
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
DESCRIPTION
This RPC will check the version of the user's DLL against the current 
version defined on the server for compatibility.
INPUT PARAMETER
  • DLLNAME
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the name of the DLL file to perform a compatability check on.
    
  • DLLVERSION
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the version of the DLL on the user's machine.
    
RETURN PARAMETER DESCRIPTION
If the version of the DLL on the user's machine is compatible with the 
version defined on the server, this RPC will return a 1. Otherwise the 
following string format is returned depending on the DLL: 
-1^<message string> or -1^<required server version>^<message string>.