Consultor Eletrônico



Kbase P106015: What is the predefined WebSpeed environmental variable COMPILE_XCODE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/07/2005
Status: Unverified

GOAL:

What is the predefined WebSpeed environmental variable COMPILE_XCODE

GOAL:

How to define COMPILE_XCODE to the WebSpeed Broker and it's agents

FACT(s) (Environment):

WebSpeed 3.1D
WebSpeed 3.1E
OpenEdge 10.x

FIX:

Decrypts the source code in procedure, and any encrypted include files, using the decryption key expression. Include files that are not encrypted are included and compiled in the standard manner. Decryption is incremental during compilation. Having the decryption key does not allow you to examine a decrypted version of the source code.

The VALUE is either an encryption key or a password.

Activation of this variable can be accomplished either by:

1. Using the Progress Explorer and entering the name of the variable in the NAME field in the brokers' Environment Variable Properties dialog box and the Value in the VALUE field.

2. Manually add to the ubrokers.property file under the Environment section for your broker.
[Environment.wsbroker1]
COMPILE_XCODE=<encryption key or password>