Initializing help system before first use

getConnStringXSRV

getConnStringXSRV


Purpose
Generate a connection string for an xprmsrv server.
Synopsis
function getConnStringXSRV(inst:EC2instance):string
Argument
inst 
Target instance
Return value
A connection string suitable for the connect routine of mmjobs.
Further information
The resulting connection string is of the form "xsrv:ipaddr(port)/ctx/pass".
Related topics