Kbase P44544: Pro*Spy Plus gives error 4083 when using Dynamics
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/11/2010 |
|
Status: Unverified
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
Pro*Spy Plus gives error 4083 when using Dynamics
Unable to assign UNKNOWN value to attribute on widget.(4083)
**Unable to assign UNKNOWN value to SENSITIVE on MENU-ITEM m_Save_log.(4083)
CAUSE:
Under specific circumstances, Pro*Spy Plus is not able to determine whether the "Save Log" menu-item should be active or not.
FIX:
You must perform these steps:
1. Upgrade to 9.1D06 or later progress release.
2. Extract the _psplus.r, _psvaldlg.r and _psfiltwin.r from the ProgressInstallation/gui/protools.pl file and insert them into the DynamicsInstallation/gui/protools.pl file. This will update the Dynamics protools.pl file with the fixed files from the Service Pack.
Do NOT replace the entire protools.pl file as it will likely break other tools.
To extract the files, run ProEnv from the Progress icon group and run the commands:
cd into your DynamicsInstallation\gui directory
mkdir protools
cd protools
prolib %DLC%\gui\protools.pl -yank protools\_psplus.r
prolib %DLC%\gui\protools.pl -yank protools\_psvaldlg.r
prolib %DLC%\gui\protools.pl -yank protools\_psfiltwin.r
cd ..
prolib protools.pl -replace protools\_psplus.r
prolib protools.pl -replace protools\_psvaldlg.r
prolib protools.pl -replace protools\_psfiltwin.r
delete protools\*.*
rmdir protools
Done.