Kbase 20806: 'Unmapped error (PROGRESS default)' Using WebSpeed Workshop
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.x
SYMPTOM(s):
Error creating <path/filename> Unmapped error (PROGRESS default)
Error occurs when saving a file from the WebSpeed Workshop editor
CAUSE:
Following line is missing from the PROPATH in the WebSpeed Broker Definition:
Windows: @{WinChar Startup\PROPATH};@{WorkPath};
UNIX: ${PROPATH}:${WRKDIR}
FIX:
Editing from the Progress Explorer:
1) Connect to the host where the WebSpeed broker is located.
2) Go to the properties for the broker and add the missing line
in Agents > General > PROPATH.
Editing ubroker.properties directly:
Go to the definition, [Broker.WS.<brokername>] of the current broker and add the following line:
Windows: PROPATH=@{WinChar Startup\PROPATH};@{WorkPath};
UNIX: PROPATH=${PROPATH}:${WRKDIR}
If you have several brokers, put the line in the [UBroker] section that is inherited by all brokers (if not overwritten by a 'local' definition).