Quantcast
Channel: Project Server - Setup, Upgrade, Administration and Operation forum
Viewing all 802 articles
Browse latest View live

The Project Detail (drill down) webpart in PS2010 does not identify the project when used in a project site template

$
0
0

This is for Project Server 2010. I need to have a Project Schedule of the project at the Home Page of the Project site, so I inserted the Project Detail web part (that view when you drill down from Project Center page) in a standard Project Server site created from a project with one task and one resource (as it was in 2007). I cleaned up the home page from existing web parts and inserted this web part. In this case the web part identifies the correct url and the name of the project is the project I used to create the site. There is not any other option to change or type on it. I saved the site as template and it appeared activated at the solution gallery. Then I configured as default template and made all adjstments on corresponding PDPs.

When I publish a new project the web part appears in the home page, but with the schedule of the original site. So I need to manually edit the web part to change to the site's schedule. In the 2007 web part, it worked automatically.

I tried to create a site from a new project unrelated site, but using the Project Server site template, but the result was worst. When used in site template, it appeared as Error and it could not be edited but deleted. The problem is that you could not associate the web part to an existing project (the url or Project Server you need to fill in) before saving it as site template.

Am I doing anything wrong?

Thank you.


Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

Secure Store Service is not accessible

$
0
0

Hello,

I'm trying to configure secure store service on my Sharepoint environment. I did all the steps mentioned in microsoft guide. However, when I try to access Secure Store Service instance from Central Administration -> Application Management -> Manage Service Applications -> Secure Store Service Application instance, it gives me 

Cannot complete this action as the Secure Store Shared Service is not responding. Please contact your administrator.

So I decided to view ULS log to more digging and found following log : 

The Secure Store Service application Secure Store App 2 is not accessible. The full exception text is: The HTTP service located
 at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable.  This could be because the service is too busy or because no endpoint was found listening
 at the specified address. Please ensure that the address is correct and try accessing the service again later.

Logging unknown/unexpected client side exception: ServerTooBusyException. This will cause this application server to be removed from the load balancer queue. Exception: System.ServiceModel.ServerTooBusyException: The HTTP service located
 at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable.  This could be because the service is too busy or because no endpoint was found listening
 at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
 at System.Net.HttpWebRequest.GetResponse()
 at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)     -
 -- End of inner exception stack trace ---    Server stack trace:
 at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
 at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
 at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
 at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
 at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
 at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
 at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
 at [0]:
 at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
 at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
 at Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication.IsMasterSecretKeyPopulated()
 at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.<IsMasterSecretKeyPopulated>b__5c(ISecureStoreServiceApplication serviceApplication)
 at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation).

Logging unknown/unexpected client side exception: ServerTooBusyException. This will cause this application server to be removed from the load balancer queue. Exception: System.ServiceModel.ServerTooBusyException: The HTTP service located
 at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable.  This could be because the service is too busy or because no endpoint was found listening
 at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
 at System.Net.HttpWebRequest.GetResponse()
 at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)     -
 -- End of inner exception stack trace ---    Server stack trace:
 at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
 at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
 at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
 at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
 at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
 at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
 at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
 at [0]:
 at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
 at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
 at Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication.IsMasterSecretKeyPopulated()
 at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.<IsMasterSecretKeyPopulated>b__5c(ISecureStoreServiceApplication serviceApplication)
 at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation).

I've checked certificate assigned to Sharepoint Web Service and it seems ok. The certificate used in Sharepoint Web Service is it's own certificate. Also restart service several times and recreated service instance several times. But any of them didn't make it work. Please share your thoughts on this. 

Thanks guys.

Microsoft Office Kurulumu Sırasında Hata Alıyorum

$
0
0

Merhaba,

Yeni Asus marka bir bilgisayar aldım içerisindeki office deneme sürümünü kaldırdım. Bir süre sonra Microsoft Office Professional Plus 2016 kurmak istedim ama hata alıyorum. Arkadaşım aynı hatayı office 2013 kurarken kendisininde aldığını söyledi. Bende kurarken " Kurulum sırasında bir hatayla karşılaşıldı." şeklide bir hata alıyorum. Fix it programını indirmeyi denedim ama indirirken o da hata veriyor sanırım kullanımdan kaldırıldı. Microsoft'un yönlendirdiği birkaç program daha denedim ama sorun çözülmedi. Lütfen yardımcı olur musunuz?

Teşekkürler. 

Duplicate user with different domain

$
0
0

Hi All 

I have a couple of users that are creating some issues.

When i look in the Admin center the user only exists once and sync's with AD

Username@domainname.com

When selecting the user to give them permissions the user appears twice - Same spelling but different domains 

username@domain.onmicrosoft.com

The Onmicrosoft.com user is from when we were setting up Project Online, Before SSO. 

How do I remove this account (onmicrosoft.com) as it doesn't exist in Admin center.

Many Thanks

Alex

False Overdue and Incomplete Reminder – Project Online

$
0
0

I use Project Online and Project 2016.

I am receiving false reminders for two resources (Fred & Barney) that report they have overdue task assignments for the same task in the same project (See below). In the Project Online Resource Center, Resource Assignments, under the column “%Work Complete”, the task shows 100% complete. The task is shown as 100% complete in the column “% Complete” within “Project-A” in Project.  

The task name is identical to a task name in another project where the same two resources are assigned.

Reminder from SharePoint Online:

The following tasks could be overdue and incomplete:

  Project-A  
  Assigned to: Fred
  Task Name: Task-1
  Start: Friday, January 1, 2016
  Finish: Saturday, December 31, 2016
  Work: 204.8h  Remaining Work: 104.8h  Percent Complete: 49

  Project-A
  Assigned to: Barney
  Task Name: Task-1
  Start: Friday, January 1, 2016
  Finish: Saturday, December 31, 2016
  Work: 204h  Remaining Work: 209.6h  Percent Complete: -3

How do I stop the “false” overdue reminders?


roberto @ work

Project Server 2010 Approval Center: An unhandled exception occurred in Microsoft.Office.Project.Server.BusinessLayer.Statusing.StatusingReadStatusApprovalsForProjectForGridJson when one user access to Approval Center

$
0
0

Hi all,

One user receive an error when he access to "Approval Center":

An unhandled exception occurred in Microsoft.Office.Project.Server.BusinessLayer.Statusing.StatusingReadStatusApprovalsForProjectForGridJson

I have detected this error in Project Server Logs:

Exception occurred in method Microsoft.Office.Project.Server.BusinessLayer.Statusing.StatusingReadStatusApprovalsForProjectForGridJson 
System.ArgumentException: Object must be of type String.     
at System.Double.CompareTo(Object value)     
at System.StringComparer.Compare(Object x, Object y)     
at Microsoft.Office.Project.Server.Utility.PJLocalStringComparer.Compare(Object x, Object y, Boolean strict)     
at Microsoft.SharePoint.JSGrid.GridField.Compare(Object left, Object right, Boolean strict)     
at Microsoft.SharePoint.JSGrid.GridSerializer.DataRowComparer`1.Compare(T x, T y)     
at System.Linq.EnumerableSorter`2.CompareKeys(Int32 index1, Int32 index2)     
at System.Linq.EnumerableSorter`1.QuickSort(Int32[] map, Int32 left, Int32 right)     
at System.Linq.EnumerableSorter`1.Sort(TEle.ment[] elements, Int32 count)     
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()     
at Microsoft.SharePoint.JSGrid.GridSerializer.GroupedSet..ctor(GridSerializer serializer, IEnumerable`1 unfilteredRows, IEnumerable`1 filteredRows)     
at Microsoft.SharePoint.JSGrid.GridSerializer.ExpandRows(IEnumerable`1 unfilteredRows, IEnumerable`1 filteredRows, Boolean onlyMakingAutoFilterEntries, HierarchySet& hierarchySet)     
at Microsoft.SharePoint.JSGrid.GridSerializer.BuildOutput()     
at Microsoft.SharePoint.JSGrid.GridSerializer.ToJson(Serializer s)     
at Microsoft.SharePoint.JsonUtilities.Serializer.SerializeToJson(Object o)     
at Microsoft.Office.Project.Server.BusinessLayer.Statusing.ReadStatusApprovalsForProjectForGridJson(JsGridSerializerArguments gridSerializerArgs, String fromDate, String toDate, Int32 durationFormat, Int32 workFormat)     
at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.StatusingReadStatusApprovalsForProjectForGridJson(JsGridSerializerArguments gridSerializerArgs, String fromDate, String toDate, Int32 durationFormat, Int32 workFormat)

I searched orphans projects (https://social.technet.microsoft.com/Forums/en-US/cbca6bac-6199-4707-b2e9-a88573793581/projec-server-2010-error-in-approval-center) and have found none.

Has anyone had the same issue?

Thank you in advance and best regards,

Sunil Kumar G.

Sub-Projects Visbility

$
0
0

Hi,

I have four projects I own. In one of them I added two others as a sub-project. I now can't see those two in Project Centre as separate project workspaces.

The administrator of PS can see them but I, as an owner, cannot.

I still need to access those workspaces for document storage and resource plans....any ideas?

Generic Resource Contouring

$
0
0

Hi,

Can I assign a contouring to generic resources in Resource Centre? i.e. without the need to apply different contours to each separate project plan?


Project Site is not creating

$
0
0

I created a new project site template and then assign it Enterprise Project TYpe  and i published the project from MS Project .But when i published the project then project is created but site is not created and it shows message like this

There is no site configured for this project

                       Close 

And in queue itshows message like this.

General•The template _{0}_ was not found in any installed language:◦EnterpriseProjectTypeInvalidWorkspaceTemplateName (35208). Details: id='35208' name='EnterpriseProjectTypeInvalidWorkspaceTemplateName' uid='01067fa1-9cd6-e411-b766-005056ae58ae'. 

•Queue:◦GeneralQueueJobFailed (26000) - CreateWssSite.CreateWssSiteMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='02067fa1-9cd6-e411-b766-005056ae58ae' JobUID='38f15f77-9cd6-e411-b766-005056ae58ae' ComputerName='4b834aa8-a255-4d14-923c-012ffcceca61' GroupType='CreateWssSite' MessageType='CreateWssSiteMessage' MessageId='1' Stage='' CorrelationUID='cab4f79c-220b-00eb-eca6-1d8cdee55d97'. For more details, check the ULS logs on machine 4b834aa8-a255-4d14-923c-012ffcceca61 for entries with JobUID 38f15f77-9cd6-e411-b766-005056ae58ae. 

Please reply .

Project Extensions to Visio, Excel, and Word

$
0
0

I installed Project & Visio 2016. However, when I want to generate a template to take Project info into Visio, Project claims that I do not have Visio installed. How do I get Project to see Visio? Will I need to do the same Vice Versa?

Migrate windows Server 2008R2 to Windows Server 2012 Sise by side.

$
0
0

Hi Team,

My Current existing environmente:
I have Two primary DC in one site name DC1 & DC2 and another site DC3 For disaster recovery.
There are windows Server 2008R2 on DC1 & Dc2 and windows Server 2003SP2 on DC3.
All FSMO roles are installed on DC1, also DNS and DHCP is installed on DC1.
Domain are "abc.com".

Now I want to migrate windows Server 2008R2 to Windows Server 2012 Sise by side.
After migration on another server i want the configuration as same, like:
1. computer name would be same.
2. DC name would be same.
3. Domain name would be same
4. dns and dhcp would be on same DC1
5. all configuration and all group policies would be migrate from old server to new server.

how can we proceed. please let me know step by step process.

Project Server 2013 copy values from one custom field to another

$
0
0

Hi All,

We have Project Server 2013 we have two enterprise custom fields, need to copy the values from one filed to another for each project. What the best and easiest method to do that.



Thanks in advance, Taj


ReportingProjectChangeMessageFailed (24006) - Queue service

$
0
0

Hello,

Starting a few days ago we started getting random errors when attempting to check in/publish projects within PWA/PS2013

  • ReportingProjectChangeMessageFailed (24006) - Queue service identity does not have enough permissions to be able to write to the project server database. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='8947b6f6-58df-e611-9a96-005056812e21' QueueMessageBody='Project UID='60d130da-58df-e611-b0b5-0050b6c0de1b'. PublishType='ProjectPublish'' Error='Queue service identity does not have enough permissions to be able to write to the project server database'. 

From what we can tell so far, it seems to happen to projects that have been using a specific project template. 

In addition, these errors also contain a (26000) as well

  • Queue:
    • GeneralQueueJobFailed (26000) - ReportingSummaryPublish.ReportSummaryProjectPublishMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='626d1030-51df-e611-9a96-005056812e21' JobUID='9cf29429-51df-e611-9a96-005056812e21' ComputerName='dcd53064-da1f-4eaf-a979-5c9af11d5561' GroupType='ReportingSummaryPublish' MessageType='ReportSummaryProjectPublishMessageEx' MessageId='1' Stage='' CorrelationUID='bffccc9d-0421-d055-d556-125ccb502546'. For more details, check the ULS logs on machine dcd53064-da1f-4eaf-a979-5c9af11d5561 for entries with JobUID9cf29429-51df-e611-9a96-005056812e21

I was hoping to get some possible direction and searching around hasn't netted much.

Thank You in advance for the help.

Document library link is not open Word document Hyperlink : Server Error in '/' Application - The resource cannot be found

$
0
0

Hi,

Project site document library link is not open by hyperlink in word document,Few projectmanager putting EPM documentlibrary link on word file and try toopen directly by clicking on hyperlink,unable to open,some error coming but when same url copy and paste in url,its working fine.same hyperlink workingfine forsome users.

you can find below link after clicking on hyperlink in IE web url-This link is given error

http://xxx/PWA/test%20epm/_layouts/15/start.aspx%20-%20/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2FPWA%2FWorkflow%20tests%2FShared%20Documents%2F003%20Project%20Schedule&FolderCTID=0x0120006E6848A86676934ABBD689436570C4EA&View=%7B3D367BD4%2DDE58%2D4E1F%2D8B67%2DA9DEDA126A8F%7D

Hasna Jamal Siddiqui

but once i copy the hyperlink and paste in url is working fine

http://xxx/PWA/Test epm/_layouts/15/start.aspx#/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2FPWA%2test%20epm%2FShared%20Documents%2F003%20Project%20Schedule&FolderCTID=0x0120006E6848A86676934ABBD689436570C4EA&View=%7B3D367BD4%2DDE58%2D4E1F%2D8B67%2DA9DEDA126A8F%7D


Kindly suggest.

 


Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS




Project 2016 Resource Max Units versus PWA 2016 On-Line Resource Capacity

$
0
0

We are running PWA On-Line 2016 with Project 2016 on the desktop.  When a project is first created and resources are known a Resource Engagement request is sent to the Resource Manager and upon approval we start building the schedule.  Here is the dilemma:

If a resource has 100% capacity in PWA and I request 25% of their time on a specific project I think I should see 25% as the resource's max unit in Project 2016 since this was approved.  However I still see the 100% capacity as defined in PWA.  If I attempt to change the resource's max units to the approved amount in Project 2016 I get a message that the value will be overridden when I log out.

My questions are:

a) Does the Engagement process establish max units for the specific project?  If it doesn't what good is the process?

b) How do I change the max units in Project 2016 to reflect the actual time that the resource will spend on the project?  If it always reverts back to PWA this is an administration nightmare since the PWA value is the resourcestotal capacity not a specific project capacity.


Error message - this project cannot be opened in read-write mode because a previous checkin for this project is not complete.

$
0
0

Hi,

I have read the previous posts about this error message and I have tried all resolutions suggested but to no avail.

This week 4 Project Managers have reported this error message to me. Each time I have checked the Force Check-In Enterprise Objects, the queue and also the cache. None of the projects can be found anywhere. This is obviously frustrating for them and for myself.

If anyone has any advice on where to find these project and check them in properly, and also how to avoid this happening going forward, I would be greatful.

Thanks,

Clair.

January 3, 2017, update for Project Pro 2016 (KB3141459)

$
0
0

Hi,

I was interested in this update because it announced: 

In Project Professional, you can now add theLocked field to a task view to facilitate closing tasks to update.

But when I try to install this update, I get the message:There are no product affected by this package installed on this sytem".

And of course I don't have the locked field available.

What I'm missing?

Request Reminders button in PWA Resource Center (Online)

$
0
0

Hi,

What is the use of the Request Reminders button in the PWA Resource Center. How does it work?

Thanks

Routing and Remote Access

$
0
0

Hello,

Sorry for my bad english!!

I try to make a VPN server on my Windows 10 Pro insider preview build 15019.RS_PreRelease170121. 

i want to work with my PC everywhere where i come

for this i need an incoming connection. but the service Routing and Remote Access start and stopt. 

in the log i found this: ''GeneralAccess Violation''

with ID:7024

when i delete all WAN Miniport i can start the service. but when i try to make an incoming connection the service is stoping with the same error.

al the services he need is running.

someone knows what is can be?

Erik

Project Server 2013 copy PWA site

$
0
0

Hi All,

We are using project server 2013, we have configure the PWA site with PDP, views ,custom fields and reports. We need to have another PWA site for other section, which need to be a different site. Is it possible to copy or clone the existing PWA site and create a new site with the same configuration (PDP, views , custom fields and reports).


Thanks in advance, Taj

Viewing all 802 articles
Browse latest View live


Latest Images