Consultor Eletrônico



Kbase P25542: Pro*Spy Plus gives error 4083
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/8/2010
Status: Verified

SYMPTOM(s):

Unable to assign UNKNOWN value to attribute on widget.(4083)

**Unable to assign UNKNOWN value to SENSITIVE on MENU-ITEM m_Save_log.(4083)

Pro*Spy Plus gives error 4083

FACT(s) (Environment):

Progress 9.1D
Windows

CAUSE:

Under specific circumstances, Pro*Spy Plus is not able to determine whether the "Save Log" menu-item should be active or not.

FIX:

Upgrade to 9.1D06 or later release.

When using Dynamics, the following additional steps must be performed to update the Dynamics environment:

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.