vip2k
06-17-2007, 05:24 PM
Hi all,
I am new to Project Server programming. currently, i want to first learn
how to write PSI calls, such as automatically updating a field to a reporting
DB when there is a change from the master DB. I do not know which Web
Services i will need to write such kind of PSI calls. If you can point me to
the right direction or write me some code to help me get started will be
greatly appreciated.
Thanks a lot
Michael
Rod Gill
06-17-2007, 09:40 PM
Hi,
The only resource is the Project SDK. It has descriptions of each web
service and sample code. The reporting db gets updated when a project is
published, either via Project Prof or the publish PSI call.
--
Rod Gill
Project MVP
Project VBA Book, for details visit:
http://www.projectvbabook.com
NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
----------------------------------------------------------------------------------------------------
"vip2k" <vip2k@discussions.microsoft.com> wrote in message
news:96DE279E-AB73-4F2F-B2E7-27A289F5C322@microsoft.com...
> Hi all,
>
> I am new to Project Server programming. currently, i want to first learn
> how to write PSI calls, such as automatically updating a field to a
> reporting
> DB when there is a change from the master DB. I do not know which Web
> Services i will need to write such kind of PSI calls. If you can point me
> to
> the right direction or write me some code to help me get started will be
> greatly appreciated.
>
> Thanks a lot
>
> Michael
vip2k
06-18-2007, 04:00 PM
Hi
Thanks
i always get confused reading the SDK, maybe because i'm still new. so do
you mean i need to use the QueuePublish method from the Project webservice?
also, how to relate the changes from the "Master DB" to update the "Reporting
DB" in the function?
Thanks
Michael
"Rod Gill" wrote:
> Hi,
>
> The only resource is the Project SDK. It has descriptions of each web
> service and sample code. The reporting db gets updated when a project is
> published, either via Project Prof or the publish PSI call.
>
> --
>
> Rod Gill
> Project MVP
>
> Project VBA Book, for details visit:
> http://www.projectvbabook.com
>
> NEW!! Web based VBA training course delivered by me. For details visit:
> http://projectservertraining.com/learning/index.aspx
>
>
> ----------------------------------------------------------------------------------------------------
>
>
> "vip2k" <vip2k@discussions.microsoft.com> wrote in message
> news:96DE279E-AB73-4F2F-B2E7-27A289F5C322@microsoft.com...
> > Hi all,
> >
> > I am new to Project Server programming. currently, i want to first learn
> > how to write PSI calls, such as automatically updating a field to a
> > reporting
> > DB when there is a change from the master DB. I do not know which Web
> > Services i will need to write such kind of PSI calls. If you can point me
> > to
> > the right direction or write me some code to help me get started will be
> > greatly appreciated.
> >
> > Thanks a lot
> >
> > Michael
>
>
>
Rod Gill
06-19-2007, 12:16 AM
I don't know the PSI interface well, so if you can't interpret the SDK (I
struggle big time as well!) you will need to get professional programmer
support. This is my biggest complaint about the PSI; it is written for
professional programmers and is totally unsuited to skilled professionals
working for Project Offices (my role).
--
Rod Gill
Project MVP
Project VBA Book, for details visit:
http://www.projectvbabook.com
NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
----------------------------------------------------------------------------------------------------
"vip2k" <vip2k@discussions.microsoft.com> wrote in message
news:4738C113-0C1B-45BF-9118-9E444ECC57BF@microsoft.com...
> Hi
>
> Thanks
>
> i always get confused reading the SDK, maybe because i'm still new. so do
> you mean i need to use the QueuePublish method from the Project
> webservice?
> also, how to relate the changes from the "Master DB" to update the
> "Reporting
> DB" in the function?
>
> Thanks
> Michael
>
> "Rod Gill" wrote:
>
>> Hi,
>>
>> The only resource is the Project SDK. It has descriptions of each web
>> service and sample code. The reporting db gets updated when a project is
>> published, either via Project Prof or the publish PSI call.
>>
>> --
>>
>> Rod Gill
>> Project MVP
>>
>> Project VBA Book, for details visit:
>> http://www.projectvbabook.com
>>
>> NEW!! Web based VBA training course delivered by me. For details visit:
>> http://projectservertraining.com/learning/index.aspx
>>
>>
>> ----------------------------------------------------------------------------------------------------
>>
>>
>> "vip2k" <vip2k@discussions.microsoft.com> wrote in message
>> news:96DE279E-AB73-4F2F-B2E7-27A289F5C322@microsoft.com...
>> > Hi all,
>> >
>> > I am new to Project Server programming. currently, i want to first
>> > learn
>> > how to write PSI calls, such as automatically updating a field to a
>> > reporting
>> > DB when there is a change from the master DB. I do not know which Web
>> > Services i will need to write such kind of PSI calls. If you can point
>> > me
>> > to
>> > the right direction or write me some code to help me get started will
>> > be
>> > greatly appreciated.
>> >
>> > Thanks a lot
>> >
>> > Michael
>>
>>
>>