Kbase P129610: Error 98 when compiling in AppBuilder after adding image to third-party ActiveX (OCX) control
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/13/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows
OpenEdge 10.1B
SYMPTOM(s):
Error 98 when compiling in AppBuilder after adding image to third-party ActiveX (OCX) control
** Unable to open file: <file-name>. Errno=<number>. (98)
** Unable to open file: <file-name>. Errno=2. (98)
Error 98 when compiling or syntax checking in AppBuilder
Error 3173 when opening any other file before AppBuilder has been closed and reopened.
Unable to open ANALYZE output file <filename>. (3173)
Third-party control used is ctTree in Component Toolbox OCX from DBI Technologies Inc.
Problem occurs after adding image to ctTree control using the control's custom properties dialog
CAUSE:
AppBuilder started with -T parameter; the path specification includes "." to represent the current directory, for example ".\tmp"
FIX:
Specify a full pathname for the temporary files directory when using the -T parameter, for example: "C:\OpenEdge\Wrk\tmp"