Project server 2013 csom save and publish

Hi,
In Project server 2013 PWA when you edit project custom fields and save the queue job execute the following jobs: 
- "Project Update from PSI"
- "Project Publish Summary"
- "Reporting (Project Publish Summary)"
In my code (CSOM)  i can only use : " QueueJob Job = projChechedOut.Publish(true);"
which is creating all these jobs:
Project Update from PSI
Project Publish Notifications
Project Publish
Project Checkin
Prepare Project Web App Permission Synchronization For Projects
Reporting (Project Publish)
Project Workflow Check-in
Synchronize Project Web App Permissions to Project Web App
Synchronize Project Web App Permissions to Project Site
Reporting (Project Sync)
Is there way to "simulate" the save from PWA instead of fully publishing the project using CSOM,  because it is a lighter solution since my code is supposed to only set custom field value (if i only update, not publish it is written to the
Draft) and secondly performance (less jobs) is better ?
Thx in advance !!

Hi,
as an update to my post:
- In PSI the method is project.queuepublishsummary(guid jobid, guid projuid)
http://msdn.microsoft.com/en-us/library/office/gg200290.aspx
the description says: Publishes the stage summaries of the specified project, in a partial publish operation.
I am wondering if the equivalent method exists in CSOM. There is this method: PublishedProject.UpdateVisibilityCustomFields() but it seems doing exactly the same thing as publishing a DraftProject.
Any ideas ?
Thx

Similar Messages

  • Project Server 2013 Excel Services and Perfomance Point reporting

    Hi
    Is there a way to show Enterprise Fields that consists of multiple values in Excel Services and Performance Point reports. It seems to be a big product limitation that this cant be done out of the box
    thanks
    Willem
    Willem

    Hi Willem,
    Indeed multi values custom fields are tricky to be managed through reporting.
    Here is a post done by a friend on our blog about
    multi value custom fields in Excel reporting.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Can new PWA views be created whereby a filter can be set and associate to the view by default? (Project Server 2013 ONLINE)

    My main question is: Can new PWA views be created whereby a filter for that view can be set, and associate to the view by default? (Project Server 2013 ONLINE)? and can I have a filter set to filter on person logged on to...
    In previous versions of Project Server, when CREATING a PWA view, we were able to apply/ define a filter for that view.  Does not seem like it is the case in Project Server 2013 Online.  And if I remember, we could also use the URL Guid_view_id. 
    Please confirm; and / or tell me how-to.
    What I was hoping to do is the following... Given that our standard that we have adopted for reporting time is 'My Timesheets' (fyi, Single Mode Entry=ON), we have some resources who have others who do it on their behalf via 'My Tasks' (ie., accomplished
    by using the 'Assignment Owner' field, accordingly).  Therefore, when entering time on someone else's behalf within 'My Tasks', we like to present the user that is logged in only the tasks that they are are assigned to update on others' behlaf.
    I know that there is another more elegant approach to doing this which may be to use the Delegation feature. But since we are trying to stick to Sharepoint Security mode for now, this is not an option for the time being.
    Any help appreciated would be greatly appreciated.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    1- You still can define in Project Online a filter in the view settings, it is located just above the category setting. Here is a screenshot of the summary project center view:
    2- The view GUID is not anymore in the URL, since the URL triggers an action only on the webpart and not on the whole page. I agree this is annoying since it was great to send a URL with a specific view.
    3- Concerning the access to my timesheet versus my task, I'm not sure to get a full understanding but on a general way, it is much more easy to deal with those situation using categories which you cannot do with the SP permission mode.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Timesheet Error with custom Line Classifications in Project Server 2013

    We implemented Project Server 2013 last year and began using timesheets.  We are a billable consulting group.  In order manage our billing, we have created three custom line classifications, "Billable Onsite", "Billable Offsite",
    and "Non-billable".  We do not use "Standard" as a line where time is entered.  We are using SEM.  We have chosen no prepopulation on timesheets.  Our system is updated through the March 2013 update.
    The error we get is presented as "__error Loading" with the title bar of the pop-up reading "Message from webpage".  This occurs when you attempt to add a new line to a timesheet and choose one of the custom line classifications. 
    A confusing aspect to this, while we have prepopulation turned off, the timesheet is populated with "Standard" lines for the tasks that are currently assigned to the user.  We have come up with a workaround that works sometimes but not all the
    time.  When the user receives this error, they move away from the timesheet screen and then return.  They add all of the applicable lines to the timesheet with "Standard" even if they already exist on the timesheet and save.  Then
    they add the lines with the appropriate line classification and the time.  If they receive the "__error loading" error again, then the timesheet can not be corrected.  You must delete the timesheet and recreate.  We have been able
    to recreate the problem in a vanilla install with a custom line classification added.
    Just yesterday, I was able to find a error log entry that may help some of you identify the source:
    General Unhandled Exception in _TimeSheet.GetTimesheetForGridJsonFromViewUid_ Attributes:  System.ArgumentException: Assignment line already exists for assignment uid: d9afeb60-d589-e311-bd64-08edb9dd8afb     at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.VerifyLineIsUnique(Guid
    assignmentUid, Guid taskUid, Guid projectUid, Guid lineClassUid)    
    at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.CreateAssignmentLine(Guid assignmentUid, Guid taskUid, Guid projectUid, Guid lineClassUid, String taskName, String projectName)     at Microsoft.Office.Project.Server.BusinessLayer.TimesheetSEM.CreateAssignmentLine(Guid
    assignmentUid, Guid taskUid, Guid projectUid, Guid lineClassUid, String taskName, String projectName)     at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.AddTimesheetLine(Guid assignmentUid, Guid taskUid, Guid projectUid, Guid
    classUid, ValidationType validationType, Guid lineUid, String taskName, String projectName, String comment)     at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportTimesheetLine(NewTask importedLine)    
    at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.<>c__DisplayClass4c.<AddNewLines>b__49(NewTask line)     at Microsoft.Office.Project.Server.Library.PSUtility.Apply[T](IEnumerable`1 enumerable, Action`1 fn)    
    at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.AddNewLines(IEnumerable`1 newLines)     at Microsoft.Office.Project.Server.BusinessLayer.TimesheetSEM.AddNewLines(IEnumerable`1 newLines)     at Microsoft.Office.Project.Server.BusinessLayer.TimesheetLoaderForGrid.Load()    
    at Microsoft.Office.Project.Server.BusinessLayer.TimeSheet.GetTimesheetForGridJsonFromViewUid(JsGridSerializerArguments gridSerializerArgs, Guid tsUid, Guid viewUid, String changesJson, String viewOptionsJson)     at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClass2f5.<TimeSheetGetTimesheetForGridJsonFromViewUid>b__2f4()    
    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|mayberry\nunderwood
    Correlation Id: 91c4ca27-6492-e311-93ff-00155d149902 PWA Site URL: XXX SA Name: Project Services Application PSError: GeneralUnhandledException (42), LogLevelManager Warning-ulsID:0x00101622 has no entities explicitly specified.
    We have not been able to find any similar timesheet issues here or on other boards.  Our users, as you can imagine, are getting increasingly frustrated.  A ny advice?
    Thanks,
    Nate

    More scenario testing today. Tested with both "No Prepopulation" and populate assigned task options! no difference in our instance. We are only updated through March 2013, waiting for IT support. We have previously tried the deactivation/reactivation
    of custom classifications. Tried with and without template, no difference. So the new scenario and findings:
    1. Create a project with 2 tasks, one assigned and one not. Save and publish.
    2. Create a timesheet, do not use an existing timesheet. Here we found, in spite of population option chosen, the timesheet was populated with a Standard line for the assigned task. With no action taken other than creating timesheet, the reporting assignment
    table showed the new entry.
    3. Add an assignment to the other task in the project, publish.
    4. Open the same timesheet period. Now I saw the other task appear on the screen. It did not show in the database. I could not save to make it appear in the database unless I did something else to the screen to make it "dirty". Once I did that,
    I could save and the second Standard line appeared In the database. 
    If I tried to add a custom line class line to the TS when the Standard line was not in the database, I get the error. It doesn't matter if it shows on the screen.
    If it shows on the screen but not in the db, and I attempt to add a non-standard line, it will error, unless I manually add the standard line first.  The user would not know to do this.
    You will not be able to reproduce if you make the assignments and then create the TS. You need to try in reverse order.
    It appears as though there are issues with both the timesheet population options and the code that runs when the TS loads after it's initial creation. I'm wondering why on creation the standard line is created and committed to the db, but on reload with
    new tasks it doesn't' do the same. Also when No Prepopulation is turned on, why my time sheets are always prepopulated.
    Sorry for any typos, working from my ipad keyboard. Thanks for your help!

  • Project Server 2013 for Resource Planning & Project Portfolio Management

    We are looking to  use project server 2013 for resource and project portfolio management.  We are an IT department of approximately 600 growing to 1,000 within the next several years.
    We would like to us PS2013 to do the following :
    Manage Portfolio of Projects
    Manage Resources against this Portfolio
    Calculate Project Finances using resource roles and rates
    I would be grateful to have both comments on experience , both positive and negative.
    Thank You

    Many teams within organizations are turning to Project Server to help them control resources, deliverables and costs better.    It does resource management very well with work & cost resources, baseline costs, material costs, budget costs and
    out of the box earned value analysis (EV).  The Strategy (portfolio) component is very powerful and it will help you identify project that align to your objects then do what if analysis to find the right mix of projects.
    Here are a couple of things you should think about when moving to PS2013:
    1) Who will be using the tool?  If it is a mix of onsite staff, remote staff, vendors, contractors etc. you may want to think about a hosted solution.
    2) Training.  Don't assume everyone will just magically 'know' how to use the tool.  Train everyone (team members, PMs, Executives) then train them again.  It's the only way to truly get the value out of the tool.
    3) Who will manage the system?  This is not a typical application.  The right administrator needs SharePoint, Project Server, SQL Server,  MS Project, Analysis Services and SQL Report writing skills.  Please note that much of this can
    be learned by the right person but DEFINITELY find the right person.
    4) Don't start customizing right out of the box.  You will get frustrated.  Adjust your organization to the tool early on.  I know that is easier said than done but you need a realistic approach to get tool acceptance moving early.  
    5) Use workflows but don't use them right out of the gate.  Workflows are great but I suggest you wait until phase 2 or 3 to start aligning them to your business processes.  
    6) Lastly and most importantly, you must first establish your own business processes THEN  align them to the tool.  DO NOT assume the tool will create business process for you.  You must think about how you are going to initiate a project,
    how are you going to track deliverables, how will time sheets be managed, etc.  Get to a whiteboard, crack open Visio and start building and establishing your processes now.  PS 2013 is pretty flexible and usually will align well with existing business
    processes.
    And don't forget to hire a good consultant.  They can be brought in during key phases of your roll-out to add value, help you avoid risks, and provide you with best practice advice.
    Good luck.

  • Project Server 2013 licensing

    I was reviewing the Microsoft Project Server 2013 licensing terms and noticed the following:
    PPM solutions require a Project Server 2013 license for each running
    instance of the software
    (source: http://office.microsoft.com/en-001/project/microsoft-project-licensing-project-for-multiple-users-online-and-on-premises-project-management-software-FX103802201.aspx)
    The PUR mentions something similar:
    For each license, you may use one Running Instance of server software
    (source: http://www.microsoftvolumelicensing.com/ProductPage.aspx?pid=443)
    You have to install Project Server on each SharePoint server in your farm. In the past it has always been said that you need one Project Server License for each installed copy (so for every SharePoint server in the farm).
    Has anything changed for Project Server 2013?
    Is a Project Server License only required for the SharePoint Server where you activate the Project Server Application Service?
    Or does running equals installed when it comes to licensing?
    Anyone can shed some light on this? Thank you!

    I agree with Bernhard on this one....there's been no real change for on-prem licensing....you still need a Project Server license for each server in the farm.
    That being said, there was a significant change (and confirm with your local MSFT rep), but in some cases, the online subscription pricing may be used for on-prem installations, i.e. I can pay by user by month instead of buying the CAL.  I don't think
    this impacts the server licensing, but worth noting.
    The "Running Instance" terminology is maybe meant to capture the VM scenario where I have one physical server running multiple VMs, each one running Project Server?
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

  • Project Server 2013 Ribbon Customization using a custom action

    Is it possible to customize the ribbon in the Project Center through a Solution? Is the only way to add a button to the Ribbon through an app?
    I am using Project Server 2013 on Prem and every time I deploy a custom action - button to the ribbon in the Project Center the button becomes greyed out/disabled and says "This control is currently disabled." I haven't been able to find any examples
    of how to do this in Project Server 2013 using a solution.
    Here is the custom action, I have tried with and without the EnableScript attribute but nothing seems to work:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction Id="Ribbon.Library.Actions.AddAButton"
    Location="CommandUI.Ribbon">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location="Ribbon.ContextualTabs.ProjectCenter.Home.Editing.Controls._children">
    <Button
    Id="Ribbon.Library.Share.NewRibbonButton"
    Command="NewRibbonButtonCommand"
    Image16by16="http://s10.postimage.org/lhar0oijp/U16.png"
    Image32by32="http://s17.postimage.org/trf3y2ui3/U32.png"
    LabelText="UniqueId"
    ToolTipTitle="UniqueId Displayer"
    ToolTipDescription="Displays UniqueId for the list item."
    TemplateAlias="o2" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler
    EnabledScript="javascript: function ReturnTrue() { return true; } ReturnTrue();"
    Command="NewRibbonButtonCommand"
    CommandAction="javascript:alert('Hello, world');" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>

    Hello,
    You can add a new button using a SharePoint feature or via an app. If you haven't see the links below already, take a look. These are for 2010 but would be very similar for 2013:
    http://msdn.microsoft.com/en-us/library/office/gg549101(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ff535984(v=office.14).aspx
    http://blogs.msdn.com/b/project_programmability/archive/2011/04/08/trials-and-tribulations-in-customizing-the-project-center-ribbon.aspx
    http://epmsource.com/2012/01/26/adding-print-capabilities-to-project-detail-pages/
    http://epmsource.com/2011/12/07/hiding-disabling-ribbon-items-in-project-server-part-i/
    http://epmsource.com/2011/12/13/hiding-disabling-ribbon-items-in-project-server-part-ii/
    http://msdn.microsoft.com/en-us/library/office/jj873844(v=office.15).aspx#pj15_StatusingApp_ribbon
    Follow
    some of those example to get those buttons working / hiding then modify your code.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Allow collaboration on un-published / checked-in project on Project Server 2013 and Project Online

    Hi All,
    Before a project is officially published specific resources in the project team need to be able to "collaborate" i.e. create tasks, change dates, etc. before the project is published. The complication is that we need this collaboration to happen
    on un-published / checked-in versions of the schedule. For example, the primary Project Manager adds tasks and makes changes to a published version of the schedule, saves and checks-in the project (doesn't publish), tells a secondary PM to go in and review
    the changes, the secondary PM should be able to see the changes the primary PM made, even though the schedule changes weren't published, be able to check-out the schedule, review what the primary PM did, make some more changes, save and check-in the schedule
    (again, without publishing it), and tell the primary PM to review. Then the primary PM could go, check-out the schedule, review it, save it, publish it, and check it in.
    Can Project Server 2013 or Project Online allow to do this? I looked into permissions and Server settings but I couldn't find anything that would indicate it is possible.
    Any help will be greatly appreciated!
    George

    Hi George,
    If you perform some tests, you'll see that even from PWA, the schedule can only be edited from the draft table. When you access the schedule in read only (as a team member for example), you see the published version, but as soon as you edit it (after clicking
    on the edit button assuming you have the appropriate permission), you'll open and update the draft version of the project.
    As far as I can remember (I don't have it in front of me now), you have a "line" in the schedule PDP (don't know how to call it in english) that will tell you if you are accessing either the draft or the publish version.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Difference between save and publish on project professional 2013

    Dear Barbara
    What's difference between save and/or publish tasks from project professional 2013 onto project server 2013 integrated with TFS?
    For me its the same, if you exclude the integration with TFS in this scenario, that demands publishing, the tasks will be saved in project server anyway.
    Its that right? Thank you.
    Adauto

    hi Adauto,
    As a project owner when you create project plan from PWA or from Project Professional Once you save it means it will go to draft database and will be available to you in the server but you can not see it onto Project center.
    Once you Click on Publish then  project get publish and sits in publish database at the same time it will sync reporting database too. Once project get Publish then only all the team member who are associated with project will be able to see the project
    in project center including you .
    Also Users who are having either same RBS assigned to them or heigher to you will be able to see the project onto the project center.
    Also All the resource will get notified and task assignment will be assigned to team members.
    This is a same case for Project server with TFS integration and normal project server without TFS integration
    Main Usability of Save is :
    As a Project owner when you start Project scheduling you take time to finish it so everyday you can save it so that next day you can resume your work but in the middle of the scheduling work you wont want to show the data to your organization until- unless
    you give it final touch .Once you complete it then only publish it so that it would be available to team members.
    kirtesh
    kirtesh

  • Task custom field and formula custom field don't correspond Project Server 2013

    Hi people, I have an interesting case in Project Server 2013 SP1 CU Apr:
    I have a custom task number field called AM. This field get's filled by a PSI action with actual material costs from an external system.
    I also have a custom task cost formula field that is called AM*. This field is a formula field that has the formula [AM]. And summary tasks use the formula field as well.
    As soon as I create a project, assign costs in the external system and let PSI fill the values within AM I get correct values in AM. But nothing is calculated on AM*. If I edit the project in the browser and publish, check in and revisit the project
    AM* still isn't filled.
    If I open the project in MS Project Pro the calculation comes through nicely, however I do not want to use MS project Pro to see correct data in browser.
    Some tests I have already done:
    I have noticed that when I create a new calculated task field AM2*, this get's calculated correctly on the already existing task.
    I have also noticed that opening the custom field in server settings and just saving the field creates correct values on AM*.
    What is going on? I don't want to save the custom formula field every day... There are 11 custom formula fields in the environment at the moment.

    Hi Gary,
    Thank you for the quick response. Please note that the fieldnames are [AM] and [AM*]. There is a difference in field name due to the astrix. However I did think about the situation and changing one of the field names all together didn't do anything for the
    situation at hand.
    It looks like some kind of refresh thing, because without changing anything in the custom field just saving the field in server settings will turn op good values. However, values already turned up good in Project Professional 2013. And that suggest
    that there is a calculation error on the PWA side wouldn't you say?
    Anyway, thank you for taking time to look into this matter.
    Erik

  • Project Server 2013 - Reporting ( Project publish ) Queue Job Error - 24006

    I am trying to publish a project and getting below error
    please provide me a solution your help greatly appreciated
    Reporting ( Project publish ) Queue Job Error - 24006 
    General
    Reporting message processor failed:
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='5a10ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='e412ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.
    ReportingProjectChangeMessageFailed (24006) - Object reference not set to an instance of an object.. Details: id='24006' name='ReportingProjectChangeMessageFailed' uid='6e15ad83-4736-e311-941a-00155d0c1708' QueueMessageBody='Project
    UID='eaf690a4-5fda-e211-af15-b8ac6f50f278'. PublishType='ProjectPublish'' Error='Object reference not set to an instance of an object.'.

    If your farm is not updated please update it  from OCT  CU for 2013 project server.
    Please update it as cumulative update is having hotfix for this issue.
    http://www.intersoft.no/blogg/item/33-april-2013s-cumulative-update-for-project-server-2013
    http://www.datazx.cn/Fv7p5a/xw-US/dc6mbbt6-btss-fxi4-s8c4-8jsribt69m8x/nnn.projectserverexpertrs
    As per the 2nd link Oct Cu for 2013 is fix this issue hence i would suggest you to upgrade from OCT CU.
    kirtesh

  • Project Server 2013 Tasks differ in project site and plan

    I have an Project Server 2013 enterprise plan that I created with an associated project site. The plan has tasks added to the timeline. The project site has a timeline webpart but the problem is the tasks added to the timeline differ.
    Does anyone have any ideas what could be the problem here? I checked the timeline webpart and it's correct.
    Thanks!
    [Images below].
    The following image is taken from the schedule PDP.
    This image taken from the project site depicts what is out of sync.

    Hi Guillaume,
    Yes, I've checked the queue while publishing the project. It's successful without any errors. I don't remember if I checked the ULS logs, but what I suspect is that it will say something along the lines of orphaned tasks in the project site.
    Anyways I've tried a number of things and I think the only 2 options I have are:
    Re-create the project site then sync the plan to it
    Ask MSFT for a script to resolve the orphaned tasks
    For the same of time, I'm going to assess how long it would take to re-create the project site.
    Thanks,
    Roland

  • Project Server 2013 and email notifications

    Hi,
    Newbie's question: is it possible to set email notifications in Project Server 2013 without Exchange Server, just with gmail or hotmail? 
    Is there somewhere a document for that?
    Thanks

    Hi Robert,
    Here is the
    documentation for configuring email notifications. I might be wrong and it has to be tested but the destination email could be any email address, you just have to enter a gmail or hotmail address in the resource
    email field.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How do I create a project site after I publish a project in Project Server 2013?

    How do I create a project site after I publish a project from project pro 2013 in Project Server 2013? I'm trying to look for an option in the ribbon but haven't found any. 
    Thanks
    James T.F

    Hi James,
    See in the article the procedure for site provisionning settings.
    Note that the project site is created based on the template associated to the chosen project type (EPT) when the user first publishes his project. Be aware that if you allow the user to choose weither or not he'll create a sharepoint site when publishing
    his project, he will be prompted in Project Pro with a dialog box giving the choice to create or not the site.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • When attempting to edit a project in the PWA I receive the error: 'An error occurred while opening your project. Give us a few minutes and try again...' Project Server 2013

    Hello,
    I am hoping someone can assist with the error we are encountering when trying to edit a project from the PWA in Project Server 2013.  I can click on the project name and go to the detail page and I can
    click and see the schedule.  However, if I click on a task in the schedule and attempt to edit it, I receive the following error:
    'An error occurred while opening your project. Give us a few minutes and try again. If this happens again, contact your administrator.'
    At this point I must click cancel twice to get rid of the error pop-up message.  At this point, I am no longer able to look
    at the schedule of the project either.  Can someone assist with this issue?
    Thanks

    Hi antonio,
    In addition to Phani's advice, which version of IE are you using?
    Can you reproduce the issue on another mahcine and with another browser?
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • Java Program Using Threads

    Hi there, im really new and have just started programming in Java, i have to create a java program which implement threads. Thread.Wait, thread.start them etc. Here is the problem, any guidance would be great cheers guys The manager of a company empl

  • Granting privilege through role not working for PL/SQL

    Version: 11.2.0.2 In our shop, we don't grant privileges directly to a user, we grant it to a role and grant that role to the intended grantee. Granting privileges through a role seems to be fine with SQL Engine. But it doesn't work from PL/SQL engin

  • IPad will not charge until completely dead

    My IPad 4 will not start charging until its completly dead! Help cause I don't know what to do.

  • Export backup failures:

    We are getting export backup failures here is the export log: Connected to: Oracle9i Release 9.2.0.5.0 - Production JServer Release 9.2.0.5.0 - Production Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set server uses WE8MSWI

  • Is it possible to use parameters as variables in templates?

    Hi there, When you see a statement like the following in your template: <$defaultPageTitle=lc("wwNgEditFolder")$> Is there any way to replace lc("wwNgEditFolder") for something more dynamic? For instance, if I replaced the above with something like t