ps:escript issue on Progress 9.1C

blackkids

New Member
Hi,
We've got ps:escript working on various different servers all on Progress version 9.1D.
When I try and deploy it on Progress 9.1C I get the following errors in the broker log:

S-0005>(Nov 19, 2008 13:01:20:346) [21600] Unrecognised widget-type in CREATE widget. (3184)
** ./web/escript.p Could not understand line 903. (196)
** Unknown Field or Variable name - FUNCTION-CALL-TYPE. (201)
** ./web/escript.p Could not understand line 905. (196)

Can anyone confirm if this is a 9.1C issue or if I'm barking up the wrong tree and the fix relates to something different?

Any help would be gratefully appreciated.
Regards,
 

comatt1

Member
Hi,
We've got ps:escript working on various different servers all on Progress version 9.1D.
When I try and deploy it on Progress 9.1C I get the following errors in the broker log:

S-0005>(Nov 19, 2008 13:01:20:346) [21600] Unrecognised widget-type in CREATE widget. (3184)
** ./web/escript.p Could not understand line 903. (196)
** Unknown Field or Variable name - FUNCTION-CALL-TYPE. (201)
** ./web/escript.p Could not understand line 905. (196)

Can anyone confirm if this is a 9.1C issue or if I'm barking up the wrong tree and the fix relates to something different?

Any help would be gratefully appreciated.
Regards,

Sounds like a version issue.

9.1D added many new features relating to widgets, invoke, and function call types.

Especially if you are talking about dynamic invoke methods.
 
Top