Kbase P34740: Error 8028 when executing remote procedure on the AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/1/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Error 8028 when executing remote procedure on the AppServer
Table <table name> mismatch: The client data type of field does not match the definition on the AppServer. (8028)
Using temp-table to pass the data across the AppServer boundary.
CAUSE:
Temp-table definition on the client procedure does not match the one
on the calling AppServer procedure.
FIX:
It is required to use the same definition for the temp-table in the
client procedure as on the AppServer procedure. If you are using an Open Client Proxy, you may need to regenerate your proxies.