PDSOE: Error - Invalid Version, 1100 (expected 1005) (2888)

Posted by Andrew Stalker on 22-Sep-2014 09:22

Ive been trying to create a client server system. When trying to access the service interfaces i have created i get the error "Invalid version, 1100 (expected 1005) in object file (2888).


the client uses a handle to connect to the appserver, however its when i try to run a service interface that the error is thrown.

Ive checked the service interface procedures on the server project and they work fine. Tried recompiling entire project also.

All Replies

Posted by James Palmer on 22-Sep-2014 09:37

This is a versioning issue. The rcode you have is compiled for version 11 of Progress, but your AppServer is running on a flavour of version 10.

Posted by TheMadDBA on 22-Sep-2014 09:37

You have mixed versions of Progress/OpenEdge. The compiled code is not compatible across all versions. You either need to make sure they are all the same version or have different compiled directories per version.

Posted by Anil Kumar on 22-Sep-2014 10:13

Hi,
 
This seems to be version incompatibility between the Server and Client programs. I tried to run a client with 10.2B against server code of 11.2 version and resulted in same error as follows:
 
                Invalid version, 1100 (expected 1005) in object file .\mydebug.r. (2888)
 
RCode version of 10.2B - 1005
RCode version of 11.x    - 1100
 
Can you please check the rcode at the Appserver side and the client.
 
Hope this helps.
 
Thanks and Regards,
Anil Kumar.
 
[collapse]
From: ajstalker14 [mailto:bounce-ajstalker14@community.progress.com]
Sent: Monday, September 22, 2014 7:53 PM
To: TU.OE.Development@community.progress.com
Subject: [Technical Users - OE Development] PDSOE: Error - Invalid Version, 1100 (expected 1005) (2888)
 
Thread created by ajstalker14

Ive been trying to create a client server system. When trying to access the service interfaces i have created i get the error "Invalid version, 1100 (expected 1005) in object file (2888).


the client uses a handle to connect to the appserver, however its when i try to run a service interface that the error is thrown.

Ive checked the service interface procedures on the server project and they work fine. Tried recompiling entire project also.

Stop receiving emails on this subject.

Flag this post as spam/abuse.

[/collapse]

Posted by Andrew Stalker on 23-Sep-2014 02:48

ok, that makes sense. all my code has been written in 11.4, as i just newly installed PDSOE i was assuming the appserver would also run in 11.54.

Do you know how to change the AppSever version?

Posted by James Palmer on 23-Sep-2014 03:06

The machine that is hosting the AppServer needs to be upgraded to 11.4.

This thread is closed