Strange Revision From Project Server 2007 After Installing SP2

B

BradleyWard

I have discovered an issue related to the version information you get from
Project Server 2007 once you have installed SP2.

I have an application that uses the PSI calls to interact with PS2007. I
need to use some of the calls in the Admin.asmx service that did not exist
until SP2 came out. Since my application would fail if it was run against a
PS2007 installation that is pre-SP2, I use the Admin services
ReadServerVersion() method during application startup to get the version of
PS2007.

When I was running on SP1, I would get a version of "12.0.15" back from the
ReadServerVersion(), or:

WADMIN_VERSION_MAJOR = 12
WADMIN_VERSION_MINOR = 0
WADMIN_VERSION_REVISION = 15

But after I installed PS2007 SP2, I now get a version of "12.0.0", or:

WADMIN_VERSION_MAJOR = 12
WADMIN_VERSION_MINOR = 0
WADMIN_VERSION_REVISION = 0

Anyone know anything about this?

Thanks,

Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top