Kbase 19652: Error 8454 occurs when attempting to connect WS agents to ORACLE via sql/net or Net8
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
WebSpeed 3.1x
Oracle DataServer
SYMPTOM(s):
WebSpeed broker hangs in STARTING mode
Getting error 8454 occurs when attempting to start the WebSpeed broker
ERROR : property (<propertyName>) is not defined for broker (<brokerName>) in properties file (<propertiesfilename>). (8454)
Error 8454 in WebSpeed broker.log
WebSpeed agent connecting through ORACLE DataServer
Agents are using SQL*Net and/or Net*8 to connect to ORACLE
Agent's connection string entails; -U username@oraclesid
CAUSE:
The issue here is the -U username@oraclesid. To use the @ symbol as a literal character from within the Progress Explorer, it is necessary to use the tilde (~).
FIX:
The connection string should be in format -U username~@oraclesid.