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
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