Save As File--How To?

A

akarshad

My requirement is to save a schedule from MR Pro Server 2003 on to
local disc prgramatically. If anyone has the code to do that, pleas
let me kno
 
R

Renke Holert [MVP]

Hi,

you can use the Function FileSaveAs from the Object Model and automate
Project Pro or you can extract data from the Project Server database either
with ADO/ADO.NET or via PDS and create for example a MS Project XML File

Regards,
Renke

--
Allocatus - Linking MS Project with Outlook and Notes
http://www.allocatus.com

Das neue Buch zu MS Project und MS Project Server
http://www.holert.com/project/profibuch
 
J

John Bridgman

How complete is the MS Project XML file created via PDS ? Specifically, is
it sufficiently complete that it could serve as a backup for the situation
where a PM realized they messed up their project plan but didn't realize for
a couple of days afterwards.

I'm guessing this would be the ProjectData method, is that correct ?

The real question we're all asking, I think, is "what are the best practices
for backing up individual projects so that one project can be reverted
without having to revert all of the other projects ?". For now we are just
having the PMs periodically do a "save as" with a timestamp-based unique
file name but there has to be a better way...

Thanks,
JB
 
A

akarshad

I have a project server running at a remote location. Have about 12
real active users accessing it remotely. There are teams outside thi
120 who would like to audit the schedule for completeness, progres
etc. It is not practical to give all these external users permission
as a project manager. The pre project server system was to pull th
latest version from MS VSS and publish the document in Xerox Docushare
as that was the only option at that time. That was faster as VSS an
Docushare was running at the same geographic location.

To do as save as on an MPP with about 4000 Tasks is time consuming an
very mundane every week. If i can run a script that does for me ever
week,i can combine this with another script interfacing the docushar
API's so that every week we have the latest schedule available fo
Audit in docushare.

Can anyone help he with some samples on how to "use the Functio
FileSaveAs from the Object Model and automate Project Pro" or
location to find that?

Arsha
 
G

Gary L. Chefetz [MVP]

Renke:

I recently did some extensive work with Project XML on a some very large
project plans: I'm now thoroughly convinced that this is very badly
implemented in Project. Firstly, the write process is excruciatingly slow.
Secondly, the process of converting MPP to XML and back to MPP has the
lovely affect of inflating the files by 20% or more. I suggest XML be used
for saving small projects only.

--


Gary L. Chefetz, MVP
"We wrote the books on Project Server"
http://www.msprojectexperts.com

For Project Server FAQs visit
http://www.projectserverexperts.com

For Project FAQs visit
http://www.mvps.org/project
 

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