PSI from 3rd Part application

J

JB

I have a request to pull time worked on tasks in a 3rd party tool and load
the time into buckets on Project Server. I'm trying to determine if this is
feesible utilizing PSI and how. Would this be through .Net code behind a
button to pull the information from the 3rd Party DB. Or is it possible to
build an SSIS package that runs periodically to refresh the data?

We would currently use Project Server 2007

I need help in determining if I am at least heading in the right direction.

Thanks,
JB
 
T

Tao of Project

I have a request to pull time worked on tasks in a 3rd party tool and load
the time into buckets on Project Server. I'm trying to determine if this is
feesible utilizingPSIand how. Would this be through .Net code behind a
button to pull the information from the 3rd Party DB. Or is it possible to
build an SSIS package that runs periodically to refresh the data?

We would currently use Project Server 2007

I need help in determining if I am at least heading in the right direction.

Thanks,
JB

I would
1. write a PSI extension for updating the task status with
impersonation.
2. write a console application to get the data from your 3rd party DB
and call the PSI extension.
3. Put the application on a server and schedule it to be ran.
 

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