Consultor Eletrônico



Kbase P22125: Error: Insufficient access privilege for table [table]. (234), occurs when compiling Win32 characte
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/14/2010
Status: Unverified

SYMPTOM(s):

Error: Insufficient access privilege for table <table>. (234)

Error occurs compiling Win32 character code.

The original database is created from a .DF on a Windows 2000 Advanced Server via a terminal services connection from another client machine while logged in as the Windows 2000 local administrator.

Neither the Progress blank userID nor the Windows 2000 local administrator account could access the Progress Administration Tool's "User List" option.

FACT(s) (Environment):

Windows
Progress 9.1D

CAUSE:

The exact cause is unknown at the time of this writing

FIX:

Rebuild the database again (either on the Windows 2000 Advanced Server itself or via a terminal services client connection to the Windows 2000 Advanced Server) using the following method via a PROENV window:

1) PROSTRCT CREATE DBname DBname.ST
2) PROCOPY %DLC%\empty .\DBname
3) Connect to the DB single user mode (_progres DBname -1) and use the Data
Administration tool to load the .DF file.
4) Compile the 4GL source code against the newly created database.