Opening a project on Project Server 2003 from another Application

J

Juerg Niederberger

Hi everybody and my favorite MVPs

We would like to open projects from an other application that has project
related information with a button. We figured how to view it in PWA with the
corresponding wproj_id from msp_web_projects using the following URL:

http://server/projectserver/Views/ProjectReport.asp?_projectID=[wproj_id]

But how do we call project pro to open a project from the server directly
without using PWA with the ProjectPortfolio View?

Thanks for some hints or even the entire solution.

--
Juerg A. Niederberger, lic.oec.HSG
_____________________________

Romanshornerstr. 67
CH-9320 Arbon
Switzerland
Office: +41 71 440 26 92
 
G

Gary L. Chefetz [MVP]

If you're asking how to open project programmatically, then you should ask
your question at:
microsoft.public.project.developer
 
J

Juerg Niederberger

Dear Community

Even though the question is asked at the wrong place - here the answer.
Thanks to the MS Support and several friends of mine.

Ich habe es mit folgendem Syntax durch Ausprobieren geschafft:

"C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.EXE" /s
http://pms/projecttest "<>\test.Veröffentlicht"

"C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.EXE" /s
http://pms/projecttest /u "Gerber Markus" /p "1234" "<>\test.Veröffentlicht"
--> bei diesem User kommt die Abfrage nach Read-only öffnen, was erwartet
wurde, da nicht Owner.

Da dieser Syntax absolut nicht logisch ist (so steht es nirgends in den
Tabellen: entweder ohne <>/ oder ohne .Veröffentlicht), schlage ich vor, dass
sie den intern retour-kommunizieren. Erspart MS künftig auch etwas Zeit.

Even in German the syntax should be clear to anyone.

Juerg A. Niederberger, lic.oec.HSG
_____________________________

Romanshornerstr. 67
CH-9320 Arbon
Switzerland
Office: +41 71 440 26 92
 

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