Kbase P112301: 4GL: Error (8030) when using AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/12/2008 |
|
Status: Verified
SYMPTOM(s):
4GL: Error (8030) when using AppServer
Parameter number (table <table name>) mismatch. Has <field#> fields - client schema has <fields#> fields. (8030)
parameter number 4 (table tt-site) mismatch. Has 106 fields - client schema has 107 fields. (8030)
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CHANGE:
Added a field to the database table involved.
CAUSE:
Not ALL the application source code was recompiled on both the AppServer and the Client after the schema changes.
FIX:
Recompile ALL the application code on both the AppServer and the Client against the new database schema.