Consultor Eletrônico



Kbase 6339: CONNECT {node-name}[vol-name]<dir> doesn't work on CTOS
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
CONNECT {node-name}[vol-name]<dir> doesn't work on CTOS

901009-slk01Connecting to databases on another node in BTOS/CTOS requires that you
use a special character in front of the node name. For example, if
I want to connect to a database named alpha on node A, I would
normally say:

CONNECT {A}[sys]<sys>alpha.

However, PROGRESS thinks that the {} (curly braces) indicate an
include file reference and looks for a file named A. To get around
this problem, put a tilde (~) in front of the first curly brace ({):

CONNECT ~{A}[sys]<sys>alpha.

This "escapes" the interpretation of the left brace as the include
file designator.

Progress Software Technical Support Note # 6339