Project Server 2013 - Cannot see project schedule in PWA

Project Server 2013 and Project Pro 2013
I have admin authority but for some of the projects loaded to the server, and published, i cannot see the Schedule option in the left frame. At least on project has this option available but several others do not. For the projects where I can't see the schedules:
- Some of these projects were created with imported MPP files from Project 2010, and imported using the wizard,
- Some were created with imported XML files from Project 2010, and imported using the wizard
- Some were created with Project Pro 2013 and saved, published to the P13 server.
Are there some obvious things that I should check as a new admin to this version of Project Server? I'm stumped.
For all of the above projects (with the issue or not) I can succesfully see everything in Project Professional 2013, and everything seems to function normally in the publish process.

Hi,
the first thing to check would be the EPT (Enterprise Project Type) of those projects. Go to server settings, Enterprise Project Types, select the appropriate project type and ensure that the Schedule page is on the left side of the section "New Project
Page/Project Detail Pages".
Hope this helps,
Guillaume Rouyre, MBA, MVP, MCP |

Similar Messages

  • Project Server 2013, cannot open project plan in pwa

    I have a clean installation of Project Server 2013 and am able to save project plans, send assignments and receive task updates.
    The one error so far i'm running into is when I try to open any project plan from PWA - I get the following error:
    "we couldn't find the project detail page for this project. see the system administrator."
    Can someone assist in resolving this issue?
    Thank you,
    Damon Curtin | New Signature

    Damon,
    Navigate to Project Web App>>PWA Settings
    Select Enterprise Project types option from "Workflow and Project Details Pages" section
    Validate "available project details page section" by default schedule and project details should be selected in right hand side column, if it is not then add these two pages and click save.
    Hrishi Deshpande – Senior Consultant DeltaBahn
    Blog | < |
    LinkedIn
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you.This can be beneficial to other community members reading the thread.

  • Project Server 2013: customize JSGrid (Project Center, MyTasks, etc...) ?

    Hi,
    In Project Server 2010, it was possible to customize the JSGrid, thanks to the tutorial included in the SDK "Walkthrough:
    Customizing the PWA Ribbon and Accessing the JS Grid". It works really fine, and I used this possibility in many Project Server 2010 implementation for Customer.
    I would like to make it on Project Server 2013, but the same code doesn't work. I found some posts
    here, where people had the same issue, but no clear answer.  
    The Project Server 2013 SDK does not contain the same tuto upgraded for 2013, and I hope that this possibility still exists.
    If somebody has a very basic example to show how to execute some custom code on Focus Change event, or clic, or what ever event happening on this JSGrid, it would be very nice to share.
    My installation is On Premise, not in On Line.
    Thank you for your help !
    Sylvain

    Hi,
    In fact for filtering, you have to use delegate.
    The "HandleFilter" function must be created by you. You have to bind this function to the correct delegate. 
    For filtering, the main delegates are:
    SP.JsGrid.DelegateType.AutoFilter
    SP.JsGrid.DelegateType.LaunchFilterDialog
    SP.JsGrid.DelegateType.GetAutoFilterEntries
    The post
    here explains the process for 2010. For Project Server 2013, the difference is that we don't have the same objects.
    Here you can find the way to declare the delegate in Project Server 2013, with the SetDelegate method:
    var pc; // Contains the Project Center extension object.
    var JsGridControlInstance;
    var JsGridSatellite;
    _spBodyOnLoadFunctionNames.push("ProjectCenterMain");
    function ProjectCenterMain() {
    pc = new ProjectCenterExtension();
    function ProjectCenterExtension() {
    if (typeof projectCenterComponent === 'undefined')
    return;
    JsGridSatellite = projectCenterComponent.get_GridSatellite();
    JsGridControlInstance = projectCenterComponent.get_GridSatellite().GetJsGridControlInstance();
    JsGridSatellite.get_tableViewParameters().bAutoFilterableColumns = true;
    JsGridControlInstance.SetDelegate(SP.JsGrid.DelegateType.AutoFilter, HandleFilter);
    JsGridControlInstance.SetDelegate(SP.JsGrid.DelegateType.LaunchFilterDialog, FilterDialog);
    JsGridControlInstance.SetDelegate(SP.JsGrid.DelegateType.GetAutoFilterEntries, FilterMenu);
    function HandleFilter(newState) {
    alert("Filter !");
    function FilterDialog(param) {
    alert("FilterDialog !");
    function FilterMenu(param) {
    alert("FilterMenu !");
    My advice to search, is to put a break point on the ProjectCenterExtension function, and through debugger, tou can drill down in the main methods and properties. 
    Often you will see functions with get_XYZ(), and then be able to make the matching with the Project Server 2010 syntax.
    For the filtering implementation, I beleive that you can deal with your article based on 2010: it should work as soon as you will get the equivalent objects in 2013.
    Hope it helps !
    Sylvain

  • Project Server 2013 SSRS with Project Site

    Hi All,
    We are using Project Server 2013. We have developed a SSRS report by accessing Project Site lists. It was working fine for some time, now when we try to access the report it is showing loading. The data source itself is not working, we used http://<servername>/PWA
    as URL for the data source . The reports developed without Project Site list are working fine. 
    After 5 to 10 minutes it is showing the below error.
    An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'dtRisk'. (rsErrorExecutingCommand)
    An error occurred when accessing the specified SharePoint list. The connection string might not be valid. Verify that the connection string is correct. (rsSPDataProviderError)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors
    When we try to test the datasource connecting string, after 5 minutes showing the below error.
    An error occurred when accessing the specified SharePoint list. The connection string might not be valid. Verify that the connection string is correct. (rsSPDataProviderError) Get Online Help For more information about this error navigate to the report server
    on the local server machine, or enable remote errors 
    Below connection setings
    Thanks in advance , Taj

    Hi Taj, 
    Your list is in PWA? is a global list?, if not, try to make a connection with http://server/PWA/SiteProject may this can resolve, because when you do some DS with a SPList, your need to stablish that connection directly at site path where you have the list.
    I hope this help
    Ray

  • Project Server 2013 - Cannot Create Site

    When creating and publishing a project, Project Server is set up to create a site URL as part of the process. Since the middle part of this week 12/16/14 this functionality
    stopped working and we need it to be working.
    Here are the error messages and logs pulled from Project Server and SharePoint Central Admin
    Project Server Manage Queue Jobs
    Queue:?GeneralQueueJobFailed (26000) - CreateWssSite.CreateWssSiteMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='5461af96-1787-e411-80e9-001dd8b71f51' JobUID='aa2d518a-1787-e411-80e9-001dd8b71f51'
    ComputerName='bbe43e90-a923-40ac-8ca7-e8953ab95807' GroupType='CreateWssSite' MessageType='CreateWssSiteMessage' MessageId='1' Stage='' CorrelationUID='9722d79c-33d8-a082-9580-749b949e39eb'. For more details, check the ULS logs on machine bbe43e90-a923-40ac-8ca7-e8953ab95807
    for entries with JobUID aa2d518a-1787-e411-80e9-001dd8b71f51.
    ULS Logs from SharePoint
    Standard Information:PSI Entry Point: <unknown>
    Project User: <unknown>
    Correlation Id: <unknown>
    PWA Site URL:
    SA Name: <unknown>
    PSError: <unknown>
    A queue job has failed. This is a general error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more
    specific error messages (if any), the Operations guide (which documents more details about queued jobs) and the trace log (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: aa2d518a-1787-e411-80e9-001dd8b71f51.
    Name of the computer that processed this job: bbe43e90-a923-40ac-8ca7-e8953ab95807 (to debug further, you need to look at the trace log from this computer). Failed job type: CreateWssSite. Failed sub-job type: CreateWssSiteMessage. Failed sub-job ID: 1. Stage
    where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages).
    Any assistance you can provide at this point will be key as our services are impacted with this error.

    Hi Mike. Have you changed / modified the project site template recently? If you set the EPT to use the default project site template does it work? Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • Project Lite users cannot see Project link on Office365 toolbar

    Our Project Lite users do not see the PROJECT link in the Office365 toolbar.
    All other roles can see the link - these have either Project Online subscription or Project Pro for Project Online subscription.
    I have verified the following:
    These users have Project Lite and SharePoint online licenses assigned in the Office365 portal - user license area
    We are using Project Server permissions mode - with a custom Team Members group - that maps to the OOB Team Members group and My Task category permissions.   There are no custom category permissions set on the Resource- only custom Team group
    membership
    We even shared the PWA site with the members (Team Members for Project Web App)
    We are using ADSynch to synch users to the custom Team Members group via an O365 group.
    We are using the default \PWA - it is the only instance of PWA in the Office365 environment (E3 subscription
    These users can access the PWA by entering the URL in their browser - they just cannot see the Project link on the 0365 menu bar.
    Note:  The Office365 SharePoint online administrators have created a custom master page - but the PROJECT menu item is rendering for non-Project Lite licensees.
    Any ideas on the cause or how to get Project Lite users to see the PROJECT link on the O365 toolbar?
    LB

    Hello,
    Please can you confirm they are using the correct URL?
    It should be along the lines of https://<Company_Name>.sharepoint.com/sites/pwa/
    I ask you to check this as I have seen previously users not seeing the Project link when using a different URL.

  • Matching resources based on skill profile (Project Server 2013 Online and Project Pro 2013)

    Hey gang,
    Has anyone seen any reported bugs surronding the resource matching feautre in Project 2013 (On-Line)?
    I have done this before, so I know how this works.  In fact, I get different results when I try the Match button in Project Professional 2013 (on premise), versus when I try to use it via Build Team from Enterprise in PWA Project Details.  i.e.,
    when setting up the custom enterprise resource field for matching I have selecting the option to use this field for matching, then I populated my resources' profile with a value accrodingly.
    Also noted that I do not see the matching button when using the Build Team from Enterprise for Resource plans, is this normal?
    Thanks in advance,
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    I didn't have a chance to test it. Nevertheless I can confirm that at least for PS2010, the "match" feature was not available for the resource plan "build team". In my point of view, that makes sense since the resource plan is not intended to micro-manage
    activities but more for planning generic skills demand.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Project Server 2013 on premises Project Archiving not happening

    Dear All
    I have a small problem, in that my overnight jobs are not kicking off.  Things like the Scheduled Project Backups and the OLAP cube.  The cube builds ok if I do it manually, it just doesn't even start overnight.
    I've had a look in the Time Job Status page in Sharepoint, but simply can't see anything there that indicates there is a scheduled job for the backups or the archive.  Nothing appears to be failing, it's just not there.
    If anyone has any ideas I'd very much appreciate it.
    John.

    Hi Paul
    I used one of my calls with MS for this in the end, and after much checking and deliberating they came up with the same solution as you did.  Thought you'd like to know.
    The actual issue was that my PWA instance had no WebAppUsername account against it, quite how I managed to do that I don't know.  The following Sharepoint Powershell commands identified that little problem.
    $serviceapp = get-spserviceapplication | ? {$_.TypeName –like “*Project*”}
    $pwainstances = $serviceapp.Sitecollection
    $pwainstances
    The final command prints out a table of information for each PWA instance, thought it might be useful for someone if they experience a similar problem.
    John.

  • Project Server 2013 administrator account unable to access PWA site

    I've just finished installing and configuring all the appropriate pieces to get PS2013 up and running along with a pwa site. The problem I'm running into is that my designated administrative account for the pwa site is unable to login at all. I receive
    the "Sorry this site hasn't been shared with you." error. The domain account has all the appropriate permissions according
    to the PS2013 guide, the services are all up and running, and the pwa site is provisioned. I'm at a loss as to what to change to access the pwa site.

    Using SharePoint Central admin navigate to PWA site provisioning page
    Hover the mouse point over provisioned PWA site and select view.
    Review Primary administrator's field.
    Let me know if this does not help, we can also find out using querying database but only with SELECT query.
    Since this is brand new PWA, you can delete the PWA site make sure to uncheck the check box delete site collection and re-provision PWA site using same name and database but this time you can either use old account or use new account
    Hrishi Deshpande – Senior Consultant DeltaBahn
    Blog | < |
    LinkedIn
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.This can be beneficial to other community members reading the thread.

  • Lync Server 2013 cannot see people from Internet

    Hello All,
    When i want to find users from our domain (Internet) and send message i cant do this. I want to find this address:
    [email protected]
    Picture below present error. my address [email protected]
    What i need to configure to corretly connect with other people?
    Best Regards
    Łukasz Cholewa

    This looks similar to the error that is presented when you attempt to send a message to a non federated domain/user. As the others have stated without this federation this is no way that this message can make it to the user. 
    Conversely you can get a simlarly worded error message if you are not using the Primary address assigned to the user hence it can't be resolved. Example:
    Exchange user Joe Bloggs has
    primary Email address [email protected]
    Secondary Email [email protected]
    SIP [email protected]
    The SIP address [email protected] then becomes the Lync sign in adress but in order to send a message to the user you need to send it to [email protected]
    Hope this helps. Apologies if I am telling you how to suck eggs.

  • Project Server 2013 : Edit "In Browser" more than 500 line throws "An unexpected error occurred" Error, something went wrong.

    Dear Experts,
    I have got Project Server 2013. These projects are migrated from 2007 to 2010 and to 2013. All the functionality working fine as expected, But few schedule got more than 500 lines of Task, We are unable to "Edit" those projects "In Browser".
    We have tried in both IE and Chrome, When you try Edit it throws error "Something went wrong, I checked the co relation Id in the logs. I get the below,
    02/09/2015 15:08:32.84
    w3wp.exe (0x16D8)
    0x04EC 0xB217023
    ahjqp High
    [Forced due to logging gap, cached @ 02/09/2015 15:08:32.70, Original Level: Verbose] SQL connection time: 0.0809460420248942
    75f5e79c-783e-a090-5f32-f52e977a9b62
    [Forced due to logging gap, cached @ 02/09/2015 15:08:32.85, Original Level: Verbose] The SecurityTokenServiceHeaderInfo including the correlation ID was added.
    Batch request was created without a batch name, specify a batch name for better telemetry. 
        at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) 
        at System.Environment.get_StackTrace() 
        at Microsoft.Office.Project.Server.DataAccessLayer.DAL.SubDal.GetSqlBatchRequest(String batchName) .....
    [Forced due to logging gap, cached @ 02/09/2015 15:08:33.89, Original Level: VerboseEx] PWA:, ServiceApp:Project Server Service Application... 
    the above error repeated more than 100 times
    Same thing goes to the below error also
    Entering Function=TTaskTable::GetElemProp   DynamicLogging triggered SessionID = {EE8AD295-E5AD-E411-943A-005056A95E5E}
    Leaving Function=TTaskTable::GetElemProp returning HRESULT:8C010003 SessionID = {EE8AD295-E5AD-E411-943A-005056A95E5E}I really appreciate and thank for
    the support. Thanks
    Jacob Michael

    Hi Jacob,
    Have you tried re-publishing the projects from MS Project and see if that helps?
    500 tasks are quite a lot for the browser to deal with; I usually recommend switching to MS Project when you have that number of tasks for a project
    Paul

  • Issue while installing Ms Project Server 2013 on MS Server 2012 R2 with Sharepoint Server 2013

    Hello MS Support Team,
    I installed SQL server 2012 & Sharepoint server 2013 and after that the MS project Server 2013 is not installing on the same server -- pls hv a look the enclosed screenshot. sent at [email protected] and guide me to resolve it on priority.
    A windows poped up - Installation Error - This Project requires MS Sharepont Enterprise edition... (Which is not available on the MSDN Server)..only standard edition available.
    Please reply asap @ [email protected] - Call @ 0120471384
    Kind Regards,
    Vinay Bhardwaj
    Network System Administrator - GREC (IN)
    Rockwell Automation | A-66, Sector 64 | Noida | India
    LISTEN. THINK. SOLVE
    IP : 71384 | E : [email protected] | W : www.rockwellautomation.com

    Hi Siriosus,
    Indeed you do need Sharepoint Server 2013
    Enterprise for Project Server 2013.
    See article below where it is mentionned:
    Project Server 2013 requires the Enterprise edition of SharePoint Server 2013. Prior versions of SharePoint Server and SharePoint Foundation 2013 are not supported.
    http://technet.microsoft.com/en-us/library/ee662114(v=office.15).aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Project Server 2013 AD Enterprise Resource Pool Synchronization Exception

    Hello,
    I am looking for assistance from the project server community.
    When I click “Save and Synchronize” on the Active Directory Enterprise Resource Pool Synchronization page nothing happens and the status does not change.
    This is a new instance of PWA and I am preforming this task using the farm admin account. The farm admin account can read AD.
    Error 1:
    w3wp.exe (0x1B98) 
    0x0B8C       Project Server              
    General      aeby7         
    Exception [bucketHash:F08803DE] Exception occured in method 'Admin.ResolveActiveDirectoryGroups' System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.    
    at Microsoft.Office.Project.Server.ClaimsHelper.GetFormsAuthenticationProviderName(Uri context, SPUrlZone zone)    
    at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfo(String searchRoot)    
    at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()    
    at System.Linq.Buffer`1..ctor(IEnumerable`1 source)    
    at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)    
    at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClassf2.<AdminResolveActiveDirectoryGroups>b__f1()    
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions) StackTrace: 
    at Microsoft.Office.Project.Server.Native.dll: (sig=[sig]|2|microsoft.office.project.server.native.pdb, offset=3C1E) at Microsoft.Office.Project.Server.Native.dll: (offset=1254D)                       
    d360539c-6d89-70e7-c077-92da686b0689
    Error 2:
    Error is: GeneralUnhandledException. Details: General Unhandled Exception in _Admin.ResolveActiveDirectoryGroups_ Attributes: 
    System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.   
     at Microsoft.Office.Project.Server.ClaimsHelper.GetFormsAuthenticationProviderName(Uri context, SPUrlZone zone)   
     at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfo(String searchRoot)   
     at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()   
     at System.Linq.Buffer`1..ctor(IEnumerable`1 source)   
     at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)   
     at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClassf2.<AdminResolveActiveDirectoryGroups>b__f1()   
     at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName,
    IEnumerable`1 actions)  . Standard Information: PSI Entry Point: 
    Project User: i:0#.w|[DOMAIN\UserID] Correlation Id: f1f1a77f-6b45-e311-9407-00155d2abe21 PWA Site URL: [PWA URL] SA Name: Project Server Service Application PSError: GeneralUnhandledException (42), LogLevelManager Warning-ulsID:0x00101622 has no entities
    explicitly specified.

    Hi,
    I also get the same error when I'm trying to do the synchronization between Enterprise Resource Pool and Active Directory.
    I am in a single domain topology between Project Server 2013 and AD, and I'm doning the synchronization with the farm admin account, who has read/write access to AD.
    Here are the last relevant messages I see:
    w3wp.exe (0x2BE8) 0x1568 Project Server General aeby7 Exception
    [bucketHash:F0FACBDF] Exception occured in method 'Admin.ResolveActiveDirectoryGroups' System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
    at Microsoft.Office.Project.Server.ClaimsHelper.GetFormsAuthenticationProviderName(Uri context, SPUrlZone zone)
    at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfo(String domain, String searchPath, String searchFilter)
    at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfoByClaim(String encodedClaim)
    at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
    at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
    at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClass10a.<AdminResolveActiveDirectoryGroups>b__109()
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions) StackTrace:
    2b3d83ee10e5|2|, microsoft.office.project.server.native.pdb, offset=3C1E)
    at Microsoft.Office.Project.Server.Native.dll: (offset=1255D)
    w3wp.exe (0x2BE8) 0x1568 Project Server Unified Logging Service c91s Monitorable
    Watson bucket parameters: Microsoft Project Server 2013, ULSException14, 070f6ea0 "project server",  0f001181 "15.0.4481.0", 6962a0f6 "microsoft.office.project.server.administration", 0f0011ad "15.0.4525.0", 51ade0c4 "tue jun 04 14:42:44 2013",  0000020f
    "0000020f",  0000003b "0000003b",  0560164b "keynotfoundexception", 00101621 "aeby7"
     w3wp.exe (0x2BE8) 0x1568 Project Server General aeby8 Medium
    Error is: GeneralUnhandledException. Details: General Unhandled Exception in _Admin.ResolveActiveDirectoryGroups_ Attributes:  System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
    at Microsoft.Office.Project.Server.ClaimsHelper.GetFormsAuthenticationProviderName(Uri context, SPUrlZone zone)
    at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfo(String domain,  String searchPath, String searchFilter)
    at Microsoft.Office.Project.Server.BusinessLayer.ActiveDirectoryUtility.TryGetGroupInfoByClaim(String encodedClaim)
    at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()     at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
    at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClass10a.<AdminResolveActiveDirectoryGroups>b__109()
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions)  . Standard Information: PSI Entry Point:  Project User: LUXAIRLG\SQLADMIN2012
    Correlation Id: 6cef3814-b3a2-e311-93f9-005056921080 PWA Site URL: xxx SA Name: PS2013 - Project Server Service Application PSError: GeneralUnhandledException (42). LogLevelManager Warning-ulsID:0x00101622 has no entities explicitly specified.
    w3wp.exe (0x2BE8) 0x1568 Project Server Project Web App af04k Medium
    Void SaveButtonClick(System.Object.System.Web.UI.WebControls.CommandEventArgs) : GeneralUnhandledException
    Any ideas?
    Thanks in advance

  • Excel 2010 reporting with Project Server 2013

    Our company purchased SharePoint Server 2013 and Project Server 2013, mainly for the reporting/BI attributes. I read that the report templates, etc. that can be used by Project Server web app can only be accessed with Excel 2013?? Does that mean that our
    group/customers have to upgrade to Excel 2013 to take advantage of the Excel Services? This is a huge deal. Can you please let me know as soon as possible? Yikes!! :-O

    Hi,
    As far as I know, Excel 2010 is still supported by Project Server 2013.
    See here:
    https://technet.microsoft.com/en-us/library/ee683978.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Steps to take in case of any emergency... Project Server 2013 backup and restore

    Hi There !
    We have a Project Server 2013 environment which is scheduled for daily backup on a recovery server. Just wanted to know what will be steps  that we should follow if we were to face a situation in which production is down and we have to look to recovery
    server.
    Your help is much appreciated !
    Thanks

    This will do the Project Sever 2013 rollover -
    https://pwmather.wordpress.com/2013/05/02/projectserver-2013-environment-migration-rollover-steps-powershell-ps2013-msproject-sp2013/
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

Maybe you are looking for

  • Could you give some advice on creating a logo?

    Hi! I wonder if anyone would have a moment to give me a few pointers... I'm a competent amateur photoshop user with a good background in design, and I'm about to create the branding, website and brochure for a small company I'm starting up with my pa

  • Logistics Invoice verification MM - tolerances for lower limits and Credits

    Hello, My end-user is wondering why the system does not re-act/block on the lower limits of the price tolerance. I have checked several SAP document and found: 1. Blocking Invoices If a tolerance limit is exceeded, you receive a system message. You c

  • Java Applet Window showing on signed applet popups

    I have an applet deployed that is signed, but I'm experiencing a very annoying problem with JPopup windows that cross outside the border of the JFrame created by the Applet. Those pop-up windows still show the warning at the bottom "Java Applet Windo

  • Why are the text and graphic elements are not showing on the iPad

    I have a slideshow of pictures full bleed on my inDesign document with text and graphics on top of the pictures (not part of the slideshow). When I preview on the iPad all I can see is the gallery of images? Is it not possible to put text on top of a

  • Deactivate Sandbox Solution in Office 365 with no access to SharePoint UI

    I have a sandbox solution custom action deployed to my Office 365 site. The custom action is a simple ScriptLink that points to a script. After I activated the feature, every page in the entire Site Collection comes back as a blank page. Every page.