Kbase 16671: AS/400: Errors 2468, PRO9023 and PRO9024
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/21/2003 |
|
Status: Technically Reviewed
FACT(s) (Environment):
AS/400
SYMPTOM(s):
Problems connecting to database.
Unable to open the database file. (2468)
PRO9023 There is a client/server file mismatch for <file>.
PRO9024 There is a server schema/object mismatch for <file>.
CAUSE:
The schema holder doesn't match the server schema, or the server schema doesn't match the object files on the AS/400.
FIX:
If the mismatch is between the schema holder and the server schema, a synchronization or building a new schema holder will solve the problem.
But if you have made modifications over the physical files on the AS/400, you will need to synchronize both schemas. To do it:
1. Execute CHGPRODCT command over the affected files or all of them.
If you are maintaining the schema from the Progress side (using the
Progress/400 Data Dictionary), you need to specify *SAVE in the
"Progress Attributes Option" parameter, otherwise you will loose
all Progress specify attributes.
2. Create a new schema holder and synchronize it.