cancel
Showing results for 
Search instead for 
Did you mean: 

QaaWS 3.1 SP2 error: incompatible version of host

Former Member
0 Kudos

Environment:

SAP BO Edge BI 3.1 SP2 (only server components are installed, including QaaWS).

Problem description:

I intend to connect to host (SAP BO Edge BI 3.1 SP2) in QaaWS.

But after i input login and password for the host, an error appears: incompatible version (You are trying to connect to a server which version is anterior to XI 3.1. Please select another server.)

This error is very strange for me, because QaaWS was installed during the installation of SAP BO Edge BI 3.1 SP2. So the versions of Edge and QaaWS are the same.

Another strange thing is when i installed SAP BO Edge BI 3.1 (not SP2), QaaWS (that was installed with server components of Edge) connected to Edge normally.

Problem with SP2?

Help, please!

Edited by: Sergey Semenov on Sep 1, 2010 9:48 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

jean_machado
Explorer
0 Kudos

Hello friend, if you want you can also test the logon using the following URL:

http://<name>:<port>/dswsbobje/services/Session?wsdl

Remember to add the string:   ?wsdl

If a default port is only 80, yet it is necessary to specify it.

hugs

Former Member
0 Kudos

Hi, I'm also having this issue.

BO edge 3.1 SP2

I also checked that my version seems to be correct.

I urgently need to use the query as a web service client to correct a bug in my system.

Do you know any workaround I could use for this?

Former Member
0 Kudos

I am having the same issue and posted something similiar (before I found this).

I am using Tomcat and did check and my dsws.version.

It is already 12.2.0, so this does not fix the issue.

It is something with QAAWS...

If I get it to work I'll post the solution.

My Posting:

Former Member
0 Kudos

I am having this same issue. I found some information if you have Edge installed with Tomcat:

http://www.forumtopics.com/busobj/viewtopic.php?p=697083&sid=9b31a3c8f4a07d50907c63d4cf5dbae6

Found the solution to this issue:

Sometimes during the upgrade process the dsws.properties file is not redeployed correctly. If you get this error check to make sure this line appears in the dsws.properties file:

Code:

  1. Do not modify!!! Version number is automatically generated during build time

dsws.version=12.2.0

Once support pointed this out it made sense why it went a way when I copied it over from my working QA Environment.

Where is that file?: Code:

<Install Drive>\Program Files\Business Objects\Tomcat55\webapps\dswsbobje\WEB-INF\classes

IMPORTANT: Always keep in mind the CLIENT software must always match the SERVER software release. Don't try and fake it out using this solution. The above says the server is on SP2 so all client software MUST be on SP2.

However, my installation is Edge with WACS and I am unable to find a solution yet that fixes this issue with WACS.