Consultor Eletrônico



Kbase P105238: What order for parameters to achieve a database's remote connection?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

What order for parameters to achieve a database's remote connection?

FIX:

It is important, except for the first database, that the parameters -H and -S are after the -db parameter as per example:

mpro -db mydb -H myhost -S myservice -db yourdb -H yourhost -S yourservice

or, for version 9 and above:

mpro -db mydb -S 6543 -H 201.77.188.15 -db yourdb -H 202.78.189.16 -S 7654