Creating an Enterprise Project with VBScript?

M

mschwade

Is there a way to create an Enterprise Project using VBScript without going
into Project? We have Project Server 2003. Thanks!

MS
 
M

mschwade

Thanks, I've actually had the Project Renaming tool setup before.. what do I
need to do to create projects with the PDS? Which one?
 
C

Chak

Hello,

I hope you already downloaded the documentation from Microsoft. You
will see the HTML file called "pj11PDSref" when you extracted the exe.
Look under API Reference to see the PDS methods.

You have to create the ASP page and call PDS web service and use PDS
methods to create the enterprise project.


Steps:

Programatically Logon to Project Server by using Administrator
account

Call <ProjectCreate> method to create the enterprise project


Thanks
Chak
http://www.epmcentral.com
 
M

mschwade

Thanks Chak, will give it a try!

Chak said:
Hello,

I hope you already downloaded the documentation from Microsoft. You
will see the HTML file called "pj11PDSref" when you extracted the exe.
Look under API Reference to see the PDS methods.

You have to create the ASP page and call PDS web service and use PDS
methods to create the enterprise project.


Steps:

Programatically Logon to Project Server by using Administrator
account

Call <ProjectCreate> method to create the enterprise project


Thanks
Chak
http://www.epmcentral.com
 
R

Rod Gill

Don't spend too much time or money developing in PDS. PDS has been
completely replaced by PSI for Project Server 2007 onwards.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.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