Programaticly Backup projects storaged in the Project Server

B

Bruno Lagos

Hi,

I'm using MS Project 2003, and I'm trying to create a Macro that will backup
to a local folder all the projects that are stored in the Project Server.
Have anyone already done this in the past?

Thanks in advance for you help.

Kind regards,

Bruno Lagos
 
R

Rod Gill

Only VBA can do this as only VBA can create .mpp files.

Your code needs to read the VIEW_project table in the database to get a list
of all published projects. Use OLEDB to do this.

Then loop thru each record, open the project from project Server, save as
..mpp, close and repeat.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com




Bruno Lagos said:
Hi,

I'm using MS Project 2003, and I'm trying to create a Macro that will
backup
to a local folder all the projects that are stored in the Project Server.
Have anyone already done this in the past?

Thanks in advance for you help.

Kind regards,

Bruno Lagos

__________ Information from ESET Smart Security, version of virus
signature database 4640 (20091126) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4640 (20091126) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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