N
Nach
Hi, I was trying to ReadProjects from C# code using the following code
fragment in PS 2007. I am able to read from Published and Draft Databases but
not from Reporting database....does anyone have an idea why ? The reporting
DB is populated with all projects...not sure why I'm getting this error.
Code:
try
{
pj = proj.ReadProject(pjGuid,
TestingPS2007.ProjectWebSvc.DataStoreEnum.ReportingStore);
}
---------------------------
GeneralInvalidDataStore
System.Web.Services.Protocols.SoapException: ProjectServerError(s)
LastError=GeneralInvalidDataStore Instructions: Pass this into PSClientError
constructor to access all error information
at Microsoft.Office.Project.Server.WebService.Project.ReadProject(Guid
projectUid, DataStoreEnum dataStore)
fragment in PS 2007. I am able to read from Published and Draft Databases but
not from Reporting database....does anyone have an idea why ? The reporting
DB is populated with all projects...not sure why I'm getting this error.
Code:
try
{
pj = proj.ReadProject(pjGuid,
TestingPS2007.ProjectWebSvc.DataStoreEnum.ReportingStore);
}
---------------------------
GeneralInvalidDataStore
System.Web.Services.Protocols.SoapException: ProjectServerError(s)
LastError=GeneralInvalidDataStore Instructions: Pass this into PSClientError
constructor to access all error information
at Microsoft.Office.Project.Server.WebService.Project.ReadProject(Guid
projectUid, DataStoreEnum dataStore)