how to create/save workspace for a project by PSI?

C

Chris

I can create a project and publish it by using PSI methods. I do everything
step by step as it is written in MSO Project 2007 SDK:

string wssUrl = "";
jobGuid = Guid.NewGuid();
ProjectWebSvc.ProjectRelationsDataSet dsProjectRelations = new
ProjectWebSvc.ProjectRelationsDataSet();
dsProjectRelations = project.QueuePublish(jobGuid, projectGuid, true, wssUrl);

After that the project has been published but there is no its workspace. I
am getting errors:
WSSURIInvalidFormat = 16409 - Invalid format for SharePoint Web URI.
GeneralQueueJobFailed = 26000 - The queue job failed

Any help will be really appreciated
 

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