Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Specifying Servers, Nodes and Ports
By default, when you run MFDAS from the command line it uses the server, node and port most recently specified by the Drag and Drop interface. You can, however, specify different settings to be used by the MFDAS command line by setting the MFA_SERVER_PARMS environment variable before running mfdas.exe. The format of this environment variable is as follows:
SET MFA_SERVER_PARMS=MFSRV:name,MFNODE:node,MFPORT:portnum
where:
| name | is the name of the server to use. The example below specifies a server called MVSSRV. |
| node | is the URL to use or IP address to use. The example below specifies a URL of MVS.SERVER.COM. |
| portnum | is the port number to use. The example below specifies port number 6000. |
Example:
SET MFA_SERVER_PARMS=MFSRV:MVSSRV,MFNODE:MVS.SERVER.COM,MFPORT:6000