Consultor Eletrônico



Kbase P10113: RB: error when try to run a sample procedure rbfilt1.p, rbpr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/14/2003
Status: Unverified

SYMPTOM(s):

Error when try to run a sample procedure rbfilt1.p, rbprint1.p or rbfilt2.p

Unable to initialize the database engine: PROTOCOL networktype is not supported in this version of PROGRESS. (1431) Already logged out of Embedded SQL interface. Request ignored. (2605), Terminating report Builder.

Report Builder

CAUSE:

The -N parameter of the RUN _prore.p() is wrong.

FIX:

The right syntax is:

RUN aderb\_prore.p(false,
"-db database -S servername -H hostname -N networktype -rbdel").

where "networtype" is the -N parameter with which is started the database server. So it must be changed (for example: TCP, etc).