Kbase 17442: Error 4296: Authorization error updating Virtual Table
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress AS400 Dataserver
SYMPTOM(s):
Error when updating a Virtual Table (either Join Logical File, Limited Logical File or Multiple Record Logical File)
Authorization error attempting to <create> <filename> (4296)
** No <file-name> record is available. (91)
FIX:
In the server job log you will see the respective AS/400 error message:
PRO9031 - The file <virtual-table> is READ-ONLY. Create, Update, or Delete operations cannot be performed on it.
It is documented in Progress/400 DataServer Guide that access to Virtual Tables is READ-ONLY. If you want to update its contents, you have to find and update the corresponding record in the physical file.