Quantcast
Channel: Project Server General Questions and Answers forum
Viewing all 7942 articles
Browse latest View live

ProjectServerError(s) LastError=ProjectDoesNotExist - Project Server 2010

$
0
0

We have an application that builds projects via the psi web services. The application:

1. Deletes the existing project if it exists

2. Creates a new project from a template

3. Adds tasks

4. Publishes and checks in

Everthing has been working perfectly in our dev and test systems but on our production system the process dies with the following error:

ProjectServerError(s) LastError=ProjectDoesNotExist Instructions: Pass this into PSClientError constructor to access all error information (Fault Detail is equal to SvcProject.ServerExecutionFault).

Our code is designed to handle the fact that a project might not exist when attempting to delete, so this error should never kill our process (and it doesn't in our other environments). So it must be something environmental. 

Any ideas if there is a environmental setting that could be causing this error to kill our project generation process?

This is what I see in the ULS logs, no errors:

  • PWA:http://*****/PWA, ServiceApp:Project Server Application, User:*****, PSI: Start checkout of project 'a550fb68-161a-4a24-b5a3-02b95f469f64' by resource 'c8434eff-da3a-477a-9333-b3e2b67fb690' to store 'WorkingStore'.
  • request channel state after Close(): Closed

Edit. Project server was returning the guid for the archive database and this was causing the error when trying to delete.



Project Server Custom fields - People Picker

$
0
0

Dears,

i want to add a new custom field of type people picker to use it in a project details page using project fields webpart

any advice about this type of field or any work around???

thanks in advance

How to show only two weeks of tasks in calendar view

$
0
0

Hi everyone,

I'm stuck for several days with the calendar functionnality with Project Server.

I would like that the calendar shows only two weeks instead of 4.

Could you tell me if it is possible? if yes, how?

Thank you in advance.

Enterprise Custom Field Char Limitations - Cannot be longer than 4000 characters

$
0
0

Hello,

I have a client wanting to use the entire 4,000 char limit applied to ECFs Project fields.

The field is an 'Initiative Comments History' field, config as an ECF of type Text, custom attributes = Multi lines of Text.

The problem our users have noticed is that what is entered into this field doesn't always relate to the error message, i.e. 'Initiative Comments History field cannot be longer than 4000 characters. When using rich text formatting, this limit depends on the extent of the formatting and may be less than 4000 characters.'

E.g. If a user pastes text from a word doc (ie. 3,344 chars inc spaces) into a PDP containing the field the system will accept the update when you hit the save button.  However if you add a couple of chars, the error message above is displayed.

Anyone noticed this behaviour before?    Many thanks in advance.

Capping hours worked

$
0
0

Hello,

I have baseline a resource to work 4 hours per day, to a maximum of 20 hours for the week.

I do not want the resource to be able to log any more than 4 hours per day.

Is seems that resources can work as many hours per day as they want, as long as they are assigned to the task.

Is this the case?

Thanks

Jeff

Project Server 2013 PSI error ProjectDoesNotExist after March 2016 CU Update.

$
0
0
I am using Project Server 2013 on-premise, Custom pages created using PSI, were working fine but after CU deployment of March 2016, create project page has stopped working and gives below error message. Error occurs during project creation PSI Function "Project.CheckoutPorject(---)", It says can't checkout, ProjectDoesNotExist. Please Help.



System.Web.Services.Protocols.SoapException: ProjectServerError(s) LastError=ProjectDoesNotExist Instructions: Pass this into PSClientError constructor to access all error information
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at SvcProject.Project.CheckOutProject(Guid projectUid, Guid sessionUid, String sessionDescription)
   at EPMCreatePage.VisualWebPart1.VisualWebPart1.ProCreate_Click(Object sender, EventArgs e)

sandeep



Project Server 2013 Custom Fields valued database

$
0
0

Hi,

I am using Project Server 2013. I want to query data for project level enterprise custom fields. I need to know the table I should query to.

Project Online Reports

$
0
0

I have my instance of Project Online and I can see some pre-loaded Excel based reports in the PWA Reports library - I can also see the Data Connections when I access Site Content. When I try to view the default reports without making any kind of change to them they fail to load or display any data - I thought there might be a problem with the Data Connection files but opening any of them in Excel displays plenty of relevant data.

I thought I might need to put the correct URL into the OData connection in the Excel files but this looks to be fine too.

I have experimented by creating new O Data Connections with a connection URL that ends with pwa/_api/projectdata/ and get a dialog box that permits me to select one or more tables of data from the Project Data Source.

Am I missing something elementary in trying to get what is provided out of the box to display meaningful data?


Refreshing oData reports via powerpivot on Project Server 2013 (on-premise)

$
0
0
Dear Project Server users,

Quick question: Can I refresh an excel workbook, which has an oData data feed imported via PowerPivot, online via excel services, through powerpivot gallery?
I am using Project Server 2013 on premise.

Sincerely,
Petar 

Permission denied to inactivate resource

$
0
0

All details about the problem are here:

https://www.dropbox.com/s/uemtwa34pcfw3c4/Guarani%20-%20F%C3%B3rum%20Problema%20Permiss%C3%A3o.pdf?dl=0

Could you help me?


Kadu - kadu@nst.com.br

Insifficient permissions to inactivate a resource

$
0
0

The following user is getting an “insufficient permissions” message trying to change a resource to inactive.

But all permissions to manage resources are granted to him, see below.


He is in the PROJECT MANAGERS group:

There is only one category in this group: "My Projects"


This category is configured to see ALL RESOURCES:


Permissions by category:

And global permissions:

I'm trying to understand why this user can change resource information but can't change active field in resources.

Could you help me?


Kadu - kadu@nst.com.br

Sub Projects doesnt show in project center after the master project gets published

$
0
0

Hi,

   When I save and publish a project it shows in project center separately but when i add it to a master project and publish the master project it gets removed from the main view unless you open master project. Is this behavior logical because my client wants it to be shown on the project center and however you are able to open the master project and sub project individually in Professional.

Regards
Adil


From Microsoft Forums

Page Load Issue

$
0
0

When loading project centre/PDP pages contextual tab names appear incorrectly like $Resource:Core.TimeLineTabTitle  etc.. Also some times page stops loading half way and or it just displays sprite images. Please help me out.

There is no site configured for this project after changing EPT site template

$
0
0

Hi,

I get the "There is no site configured for this project" after changing EPT site template. With the normal site template it works fine.

The template i am using was migrated from another site collection.

Update a task using CSOM

$
0
0

Hi everyone,

I want to modify a specified task using CSOM into C#.

So i developed a method that can do the work but no modifications are made after calling this method.

This is the code that i am using:

using (csom.ProjectContext cc = new csom.ProjectContext(pwaPath))
            {

                cc.Load(cc.Projects,
                c => c.Where(p => p.Id == guidIdProject).IncludeWithDefaultProperties(
                    pr => pr.StartDate, pr => pr.Id, pr => pr.ProjectResources, pr => pr.Assignments, pr => pr.FinishDate, pr => pr.Owner.LoginName, pr => pr.Tasks, pr => pr.ProjectSiteUrl, pr => pr.PercentComplete, pr => pr.ProjectResources, pr => pr.CustomFields, pr => pr.EnterpriseProjectType
                    )
                );
                cc.ExecuteQuery();

                foreach (csom.PublishedProject pubProj in cc.Projects)
                {

                    csom.DraftProject projCheckedOut = pubProj.CheckOut();

                    var tasks = projCheckedOut.Tasks;
                    var draftProject = pubProj.CheckOut();
                    cc.Load(draftProject.Tasks, c => c.Where(field => field.Id == guidIdTask));

                    cc.ExecuteQuery();

                    foreach (var task in draftProject.Tasks)
                    {
                        task.Start = Convert.ToDateTime(txtDateStart.Text);
                        task.Finish = Convert.ToDateTime(txtDateFinish.Text);

                    }
                    projCheckedOut.Publish(true);
                    csom.QueueJob qJob = cc.Projects.Update();
                    csom.JobState jobState = cc.WaitForQueue(qJob, 200);
                }
            }

Do you have a solution?

Thank you,





Percent complete information in Project Server Sql Database

$
0
0

Dear Project Server users,

I want to include an information about percent complete of various projects in my reports, but cannot find this information in the  MSP_EPMProject table. Can somebody tell me a table where this info can be found? 

Sincerely,
Petar

Synchronizing data to server

$
0
0

I have searched several different forums and have found this issue recurring over several years. I am encountering the issue as well.

Scenario:

Project checked out in Microsoft Project Professional (replicate issue in both version 2013 and 2016) and made updates.  When clicking the Publish option (either through quick access bar or through File > Publish) the status bar hangs with "Synchronizing data to server...".

The system never returns a successful publish.  The system never returns a successful save.  It just hangs with "Synchronizing data to server..."  Cache has been cleared and the issue still occurs.

When I close out of MSP it asks if I want to check the project back in.  After check in I check the project out again and find the updates that were applied are in fact on the project BUT the successful publish status bar is not returned.

I have a user base that want crisp and clear instructions.  Waiting for File was Published Successfully in the status bar is clear instructions.  If we are not receiving the published successfully status bar then end users are questioning if their updates are published appropriately and questioning the effectiveness of the application itself.

Has anyone else encountered this issue and found resolution?  Should I enter a Service Ticket for research? 

Help.

OData table to query Calendar Exceptions

$
0
0

Hello,

Is there any OData table that will allow me to query calendar exception s for a resource?

IO would like to pull holiday/vacations data for each resource.

Thnx

Jeff

"External Data Refresh Failed" using Interactive Data Refresh via "Use the authenticated user's account"

$
0
0

Hi All,

Please suggest for the below:

external data refresh failed sharepoint 2013 an error occurred while working on data model in the workbook

we are trying to refresh our report on browser getting below, we are using SharePoint 2013.

This happens when you choose Data > "Refresh Selected Connection" or "Refresh All Connections"

If we are trying to refresh data from browser getting error even we are opening the same report in excel getting different error.

We have review below link but still problem is exist:

http://sharepoint.stackexchange.com/questions/92882/external-data-refresh-failed-which-setting-is-causing-this-error

https://technet.microsoft.com/en-us/library/hh525341(v=office.15).aspx#part4

http://sharepoint.stackexchange.com/questions/98070/sharepoint-2013-excel-services-external-data-refresh-failed

https://blogs.technet.microsoft.com/excel_services__powerpivot_for_sharepoint_support_blog/2013/02/01/powerpivot-2013-for-sharepoint-external-data-refresh-failed-using-interactive-data-refresh-via-use-the-authenticated-users-account/

https://social.technet.microsoft.com/Forums/office/en-US/f1149737-15f3-4bf6-8fe6-a6668c7baaee/external-data-refresh-failed-in-excel-workbook-in-sharepoint-2013?forum=sharepointgeneral

Please suggest for further step to solve this issue.

Thanks & Regards,

Prashant 

Displaying Sub Prjects in the Project Center

$
0
0

I have 3 subprojects under a master project.  When in Project Center I click Show/Hide Subprojects, but it does not seem to do anything. 

The 3 projects are all still listed, but they do not display in a way that indicates there are 3 projects under the main one.

Viewing all 7942 articles
Browse latest View live




Latest Images