Re: PROJ_INFO_START_DATE issues



Hi ,

Try posting on the server or developer newsgroup as this one is closing
down. Please see FAQ Item: 24. Project Newsgroups. FAQs, companion products
and other useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP


J.A. García Barceló wrote:
Is there any way to update PROJ_INFO_START_DATE from
ProjectWebSvc.ProjectDataSet.ProjectRow class (Project Server 2007,
custom app done in C# using PSI) once the project is already
published?
According to
http://msdn2.microsoft.com/en-us/library/websvcproject.projectdataset.projectrow.proj_info_start_date.aspx
this property is readable/writable but I cannot manage to update it
in my sample project, once it has tasks defined and published.
However, it can be done through Project Professional 2007 and all
tasks are moved along to the new starting date correctly.

All samples that I have found that use PROJ_INFO_START_DATE set it
during the definition of the project (new project) but my case is
that I need to update it once the project is already defined and
published.

[C#]
...
projectRow.PROJ_INFO_START_DATE = newDate;
projectRow.AcceptChanges();
projectSvc.QueueUpdateProject(jobId, sessionId, dsProject, false);
WaitForQueue(q, jobId);
// This piece of code does not throw any exception but does not seem
to update anything either
// When the project is reopened using Project Professional, it still
has the old date
jobId = Guid.NewGuid();
projectSvc.QueuePublish(jobId, projectUid, false, String.Empty);
WaitForQueue(q, jobId);
// I have also tried to republish the project after the update, but
it makes no difference
// The start date is still the old one

Any ideas? Thanks in advance and regards.


.



Relevant Pages

  • Re: MS-PROJECT PROFESSIONAL AND CLIENT/SERVER
    ... Try posting on the server or developer newsgroup. ... Please see FAQ Item: 24. ... Project Newsgroups. ...
    (microsoft.public.project)
  • Re: How to know when the project has been saved in Project Server 2003.
    ... Try posting on the server or developer newsgroup as this one is closing ... Please see FAQ Item: 24. ... Server and a customised external system. ... I have done an external dll ...
    (microsoft.public.project.pro_and_server)
  • Re: Problems Deploying PWA Active X components.
    ... Try posting on the server or perhaps the developer newsgroup. ... FAQ Item: 24. ... I am placing the files in a subfolder of "Program Files" and then ...
    (microsoft.public.project)
  • Re: Access PDS from PHP, login problems
    ... Try posting on the server or developer newsgroup. ... Please see FAQ Item: 24. ... Server, so we've decided to access Project features using PDS ... My first problem is that we can't use windows auth, ...
    (microsoft.public.project)
  • alt.2600 FAQ Revision .014 (1/4)
    ... The "Survival Guide" is a supplement to this FAQ and should be considered to be part of it. ... How do I attack a remote network across the Internet? ... This involves translations in which several different values are represented by the same character, which is why Unix passwords cannot be decrypted. ... The audit server database is called SYS$COMMON:VMS$AUDIT_SERVER.DAT and the audit log file is SYS$COMMON:SECURITY.AUDIT$JOURNAL. ...
    (alt.2600)