Kbase 20534: Lookup for OCIAttrGet Failed with Oracle DataServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/22/2008 |
|
Status: Verified
FACT(s) (Environment):
Oracle DataServer
SYMPTOM(s):
Error received: Lookup for OCIAttrGet failed
Error is seen within dataserv.lg file
Error is seen with debugging; -Dsrv qt_debug
client connecting to Oracle 7
CHANGE:
Increased debugging level for DataServer
CAUSE:
This message does not indicate a problem in the DataServer configuration, it’s only used for internal debugging purposes. OCIAttrGet is an Oracle 8 Oracle Call Interface (OCI) call. As the Dataserver for Oracle supports both Oracle 7 and 8, Progress tries to look up the entry point of OCIAttrGet. If the look up fails, the DataServer knows that it is using Oracle 7 OCI.
FIX:
Do not focus heavily on this message, review other errors within *.lg file regarding the problem. This error will not help identify the problem.