K
Kurt Petteloot
We use Project Server 2003 with SP3 installed on Server as well as on MSP
Prodfesiiona clients.
Next to the default 'Published' version, we use a second version (called
'PP') to store and maintain a high level version of each ('*.published')
project.
The problem is that the 'PP' versions are not properly displayed in the
Project Center view in PWA. This used to work before however... since then
SP3 has been installed, but I can not be sure that this is what caused the
problem.
This is how we work to create both version of a project:
First the published project-version is created from an enterprise template
and saved (+published) onto the server. Everything fine so far: the project
shows up in the Project center views in PWA as can be expected.
Then we create a new project and store it with the same name as the
published project. Only this time we save the project as a 'PP' version and
publish it the same way as we did with the published version.
This time however the project does not appear in the project center view!!
So we went digging...and this is what we found...
With each publish of the project an xml file is dropped in and removed again
from the VIEWDROP folder. No errors are found in the eventlog and a trace on
the SQL database didn't reveal any errors. So it looks as if the project is
published properly.
We dug a little deeper....and came up with this...
For both versions of the project, a record had been created in the
MSP_WEB_PROJECTS table. By modifying the URL to show the Project view of the
'PP' version we can even view the project from PWA in a project view.
So we compared both records and found that the field
'WPROJ_Default_WPROJ_ID' for the 'PP' version had a value of -1... and all of
the other 'PP' projects that are missing in the project center views have the
same value, instead of the ID that refers to the default project.
Changing this value to the project ID of its published version, and then
refreshing the project center view and... voila ... there it is. Of course we
reverted the value back to its original value (-1), because we figure that
there has to be some good reason why this field is not set correctly.
Can anyone help us to figure out what is preventing this value to be set
correctly?
Thanks a lot for your help.
Kind regards
Kurt
Prodfesiiona clients.
Next to the default 'Published' version, we use a second version (called
'PP') to store and maintain a high level version of each ('*.published')
project.
The problem is that the 'PP' versions are not properly displayed in the
Project Center view in PWA. This used to work before however... since then
SP3 has been installed, but I can not be sure that this is what caused the
problem.
This is how we work to create both version of a project:
First the published project-version is created from an enterprise template
and saved (+published) onto the server. Everything fine so far: the project
shows up in the Project center views in PWA as can be expected.
Then we create a new project and store it with the same name as the
published project. Only this time we save the project as a 'PP' version and
publish it the same way as we did with the published version.
This time however the project does not appear in the project center view!!
So we went digging...and this is what we found...
With each publish of the project an xml file is dropped in and removed again
from the VIEWDROP folder. No errors are found in the eventlog and a trace on
the SQL database didn't reveal any errors. So it looks as if the project is
published properly.
We dug a little deeper....and came up with this...
For both versions of the project, a record had been created in the
MSP_WEB_PROJECTS table. By modifying the URL to show the Project view of the
'PP' version we can even view the project from PWA in a project view.
So we compared both records and found that the field
'WPROJ_Default_WPROJ_ID' for the 'PP' version had a value of -1... and all of
the other 'PP' projects that are missing in the project center views have the
same value, instead of the ID that refers to the default project.
Changing this value to the project ID of its published version, and then
refreshing the project center view and... voila ... there it is. Of course we
reverted the value back to its original value (-1), because we figure that
there has to be some good reason why this field is not set correctly.
Can anyone help us to figure out what is preventing this value to be set
correctly?
Thanks a lot for your help.
Kind regards
Kurt