Regular snapshots of project information for trend analysis

Hi folks,
I am working with a client who wants to take regular (monthly) snapshots of Project Server data, specifically project status, estimated, actuals, resource allocations etc. I note that 2007 and 2010 doesn't have anything OOTB besides BL functionality, does
Project Server 2013 offer anything new in this area?
Example: we want to match SAP actuals with Project Server current/estimates and record monthly snapshots of this information so we can do trend analysis. Is it possible in Project Server 2013 OOTB to take monthly snapshots beyond BL 10+1 ?
Thanks,
Gavin.

Hi Gavin,
As Guillaume and Sachin have correctly stated, there is no monthly snapshotting functionality OOTB. The easiest solution is to do this via SQL. I blogged about a simple example a few years back, see below:
http://pwmather.wordpress.com/2012/04/27/projectserver-data-snapshot-for-reporting-ps2010-msproject-sp2010-excel-ssrs-sql/
That should give you an idea.
Paul
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS

Similar Messages

  • BPMon alert reporting not showing any data for Trend Analysis

    Hi,
    I have setup BPMon and performed the initial setup for BW reporting. There are alerts being generated by the BPMon setup and the data has been transferred to the 0SM_BPM cube.
    But when I start the Trend Analysis report I dont get any Solution for selection to generate the trend analysis chart.
    I have followed all the steps mentioned in the setup guide. Please suggest any remedy.
    Regards,
    Vishal

    Hi ,
    If your query is on multiprovider , then makesure to check there are no restrictions/filters on cubes.
    Also inlcude any keyfigure from the cube,where other characteristics are being assigned from or where u r seeing data, in the query.
    If you dont want to see the Keyfigure, u can hide it using keyfigure display properties in the query designer.
    Hope this helps,
    Aparna Duvvuri

  • Which tabel holds project information for a transport?

    Hello all,
    In which table do i find the connection between a transport and a project?
    If I look in E070, here I see all transports imported to the system, but there is no entry in the table telling which project the different transports are assigned to.
    So which table holds these information?
    Thanks in advance.
    Regards,
    Kenneth

    Hi,
    You can find this information in table TMSBUFREQ
    Regards,
    Gowrinadh

  • How to build bundle information for FFT analysis

    Hi guys
    I'm trying to read information from NI DAQ one data at a time with an interval of 20ms, which is 50Hz.
    I tried to bundle up the information using "bundle" function with the t0 and dt(0.02)
    however, FFT keep showing only one peak at 0Hz
    am I doing this correct?
    Attachments:
    testing NI.vi ‏129 KB

    Also have the result scaled to db. This will give you a far better overview.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • BW Report requirement (Trend Analysis Report (Project Systems))

    Hello, BW experts……
    I need some help….
    This requirement is for Trend Analysis Report (Project Systems)
    I am loading data from ODS to Cube as a Delta Upload
    ODS is getting data from R/3 data source as a full upload (no delta in the Datasource)
    I added one custom field in the cube (0PS_C04) and that custom field (Date field) is going to pick current date (Sys date) through formula in the update rules.
    When I am loading data from ODS to Cube, if the value is coming to the amount field, then the current date field is going to get the current date to the cube
    If there is no record is updated in R/3, then delta is not going to update any record to the Cube.
    If no record is updated to the cube to the particular project number, then Date field is not going to get any data from update rules.
    But I need to see all dates in the cube even though there is no update in the R/3 for that project.
    Example:
    Proj---day1        2       3      4     5      6
    -XYZ---     10        5      --      3     --     2
    In the report now I am able to see some thing like this
    Project   day1        2      4     6
    XYZ        10        5     3     2
    But I am expecting some thing like this…
    Project   day1        2       3      4     5      6
    XYZ        10        15       15     18     18     20
    Can anyone please help me in this…..
    Any input is strongly appreciated
    Thanks,
    Rajesh

    Rajesh,
    Exception aggregation with last value and reference characteristic as calday should solve the problem.
    Cheers
    Aneesh

  • Service Level Reporting - Trend Analysis data missing in the report

    Hi Experts,
    I'm working with sap solution manager and Business Process Monitoring.
    I can't get to know how to configure the system in order to get Service Level Reporting collecting data for "Trend analysis" related to business processes.
    In fact, in my reports each trend analysis graph (last week/month six months) is empty, no matter which aggregation type (AVG, MAX or SUM) I use.
    It seems like the BI within the Solution Manager doesn't collect the data, or doesn't provide them to SL reporting.
    How can I check whether something is missing in my configuration?
    Thanks in advance for your help!
    Regards,
    Paolo

    Hi Paolo,
    Did you check the followings notes:
    1068944     EarlyWatch Alert: Various Smaller Corrections
    1470008     EarlyWatch Alert - Issues in ST-SER 701_2010_1
    If they do not help, what is your solution manager version?? (ST 400 and ST-SER component versions)
    Regards,
    Daniel.

  • Using Project Settings creates an app.config and dozens of errors about "Could not find schema information for the element...

    I am trying to work with Application settings.  I would just like to put together a very simple example of using these, but I can't get the most basic example to work.  Virtually every tag regarding the new Settings produces an Error "Could not find the schema information for the element "applicationSettings". or the element "Settings" etc. etc.  I am not using IIS, this is not a Web Project, and I am not working with User Settings.  Just simple read-only Application Settings.  I've read every MSDN page regarding this subject, I don't see that I am missing a reference - HELP !!!
    REPRODUCING THE PROBLEM:
    Step 1. Create a new C# solution and Windows Forms project. 
    Step 2. Add a reference to System.configuration
    Step 3. Right click the project, choose Properties, then Settings.
    Step 4. Using the Settings Designer, create ONE setting called "MySetting" as a String with the value "MyValue".
    RESULT: Observe the Errors like these, complaining about all of the Settings tags and elements.
    Message 1 Could not find schema information for the element 'applicationSettings'. 
    Message 2 Could not find schema information for the element 'LoadOriginalLists.Properties.Settings'. 
    Message 3 Could not find schema information for the element 'setting'. 
     HERE IS MY APP.CONFIG, AS GENERATED BY THE SETTING DESIGNER TOOL:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="LoadOriginalLists.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <applicationSettings>
    <LoadOriginalLists.Properties.Settings>
    <setting name="MySetting" serializeAs="String">
    <value>MyValue</value>
    </setting>
    </LoadOriginalLists.Properties.Settings>
    </applicationSettings>
    </configuration>

    Ummmm... okay so these are Messages that are in the Error List.  Whether or not they are actually Errors is debatable.  They are in the Error List, so they are errors. 
    The application runs, so my question is slightly changed to the following.
    I would like to use Application Settings.  However, having settings in my app.config pollutes my Error List with a bunch of meaningless messages like "Could not find the schema information for...".  These messages then hide real errors. 
    Am I missing some setting or is there something I can do to make Visual Studio not show me these messages? 

  • The project file is not bound to source control, but the solution contains source control binding information for it.

    This may be more of a SQL Server Management Studio question, but I couldn't find a SSMS forum...
    I've got a database solution that contains several projects.  They're just to keep track of changes to stored procedures, triggers, views, etc in a few databases I maintain.  There is a problem with two of the projects though.  No matter what I do, I can't seem to get them bound to source control right.  When I open the solution, I get:
    The project file is not bound to source control, but the solution contains source control binding information for it.
    With two options, use solution binding and remove solution binding.  If I keep the solution binding, everything works fine.  But it's really annoying to have to deal with every time I open the solution.  If I remove the solution binding, the projects are now unbound again.  If I try to fix them (using the change source control or Add Selected Projects to Source Control options under the File->source control menu), I just end up in the same situation.  I've even tried deleting the projects and re-creating them from scratch, then re-adding them to VSS.  If I open the solution files in a text editor I can see the SCC tags in every project, but these two.  Since I can't manually add the tags, and Management Studio itself only seems to want to bind them the wrong way, I'm getting really frustrated.
    Can anyone point me toward a way to bind these so they work like the rest?

    However, that does not appear to be the ONLY cause of the problem.  I am a single user and only using TFS2010 and SSMS2008R2.  My issue is that I wanted a solution file for each project so that they could managed independently, and a super-solution
    file that contained all projects, so that I could perform system-wide searches and cross-checks.
    I solved the problem by:
    1. Choosing the option to use solution binding, then
    2. Adding another project to the solution.  This forced the re-write of the solution file.
    3. Adding another script to the project.  This forced the re-write of the project file.
    4. Checking in all changes.
    5. Deleting the new script and the extra project,
    6 Checking in all changes.
    This appears to have solved the problem.

  • Trend analysis chat for purchase

    Hi,
      i have material purchased from multiple suppliers, i want to compare the delivery dates of all suppliers for the same material, price etc in Trend analysis format.
    regards
    satish.

    Hi,
    Did you check the business content. If you take a look at the purchasing cubes there you can find the queries that you need. Please check the following link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ed/62073c44564d59e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ed/62073c44564d59e10000000a114084/frameset.htm
    Regards,
    ®

  • Built in BAPI/RFC or FM for Project Information

    Hello,
    Is there any built in RFC or FM which will give project information of the employee depending upon personal number (PERNR) or any other FMs??
    Any Help??
    Thanks,
    Prashant

    Mark as a "Not a Question"

  • Basic Information for MM/SD/FI

    Hi All,
    I am an ABAPer and need to work with MM/SD/FI in my new job. I have not really worked with these modules before so what level of information do I need to know and also are there any links where I can learn the basics within a few hours?
    Regards,
    p.s. points for any useful help

    SD Flow
    You create a sales document to enter information about different sales transactions. R/3 provides a number
    of predefined sales document types. However , these can be customized to suit your company's needs when
    R/3 is installed.
    Some examples of sales documents include:
    • sales queries
    • sales orders
    • outline agreements
    • complaints
    You use sales queries to enter information about potential sales into R/3.Types of sales query documents
    include:
    • inquiries
    • quotations
    • free-of-charge deliveries
    An inquiry is used to record any general queries a customer may have about goods or services they
    are thinking of buying from your company. An inquiry is one of the first possible documents you can
    create in the customer order management cycle. An example of the type of information contained in an
    inquiry is whether your company stocks a certain product line. Along with entering general customer
    queries, you can use inquiries to record the goods or services that a customer is interested in. And you
    can enter descriptions of goods or services that your company should research in order to answer customer
    queries. You can carry out automatic pricing for any goods or services you enter in an inquiry. This will
    enter the price of goods or services into the inquiry for you. You can also check whether any goods you
    entered in the inquiry are available in your company's warehouse. The order probability function enables
    you to determine the likelihood that a customer will buy from you. To increase the probability of a sale,
    you can offer the customer alternative goods and services.
    Quotations are sales query documents that you create when a customer requests specific information
    about a product. For example, you can use a quotation if a customer makes a query regarding how much
    goods or services cost or you can use a query if a customer asks when goods will be available for shipping.
    You can create quotations from scratch or you can create them by copying inquiries. If a customer is
    interested in the products or services after they have made an inquiry, you can provide a quotation based
    on the original inquiry. R/3 allows you to copy the information directly from an inquiry to a quotation.
    Let's say an inquiry was created when a customer inquired whether your company, could manufacture
    twenty motorcycles. Assume a quotation was created by copying this inquiry when the customer called
    back to inquire how much twenty motorcycles would cost. You can use quotations to enter information and
    descriptions for goods and services that are to be researched. You can also use them to carry out automatic
    pricing and to check goods availability. You can use quotations to calculate the probability that a customer
    will buy the goods or services entered on a quotation. This function is called order probability.You can
    also use quotations to enter details about alternative goods or services. These are goods or services that a
    customer did not inquire about but that you think they will consider purchasing. Once you have created a
    quotation for a query in R/3, you send the quotation to the customer who made the query. The quotation
    represents a binding offer made to the customer that includes quantity and cost details.
    You create a free of charge delivery when you send free samples of any goods that your company
    produces to customers. These contain information about the goods that are delivered but they don't
    include the corresponding pricing information for them.
    Let's look at the sales orders that exist in R/3.You create a sales order when a customer has ordered
    goods or services from your company. They are a part of the customer order management cycle.
    You can carry out automatic pricing in sales orders to enter the price of goods or services.
    R/3 will also run a credit check on the customer to see if they will be exceeding their credit limit.
    You can also check whether ordered goods will be available in your company's warehouse for delivery.
    Examples of types of sales order include
    • standard orders
    • consignment orders
    • cash orders
    • rush orders
    You create standard orders for goods and services that will be delivered or rendered according to
    the standard R/3 sales cycle. This means that goods are ordered, picked from the warehouse, and
    then shipped before customers are billed for them. Likewise, services are rendered before customers
    are billed for them.
    Your company may store its goods in its customers' warehouses. You create a
    consignment order when a customer is ready to retrieve stock from the warehouse.
    SAP can propose the most suitable stock to retrieve, including third-party stock.
    A consigment order is like a standard sales order for goods but it doesn't have any delivery
    information.
    You create cash orders and rush orders for the sale of goods only.
    You create a cash order when a customer picks up and pays for a delivery as soon
    as it is ordered. And you create a rush order when the customer picks up the goods on the
    same day as the order is placed. In this case, the invoice is created later.
    You can arrange to deliver goods or render services in installments. To do this, you create an
    outline agreement. Examples of some types of outline agreement include :
    • quantity and value contracts
    • master contracts
    • scheduling agreements
    • service contracts
    You create a quantity contract if a customer has agreed to order a certain quantity
    of goods from your company during a specified period.
    And you create a value contract if a customer has agreed to order goods of a certain
    cumulative value from your company during a specified period.
    Quantity and value contracts do not include delivery dates, so releases are made
    using a sales order.
    You can unite multiple contracts in a single master contract.
    Let's say you create a quantity contract because a customer has agreed to order
    500 engines in the first six months of the current year. If the customer orders 100 of these
    engines in January, you create a sales order called a release order.You refer to a quantity
    contract in a release order. So you refer to the quantity contract created for the 500 engines in
    each release order created for these engines. R/3 will then update the quantity contract
    automatically so it contains the correct number of remaining engines to be ordered.
    Scheduling agreements specify the installments in which goods will be delivered
    to a customer. They include the quantity of a product that will be delivered in each
    installment. And they include the delivery date of each installment. You process a delivery
    for each installment contained in the scheduling agreement in the same way that you process
    a delivery for a regular sales order.No sales documents, such as release orders, are created before
    the products included on a scheduling agreement are processed for delivery.
    You create a service contract if a customer requests a service over a particular
    period of time.For example, you could create a service contract if a customer ordered five
    one-hour maintenance checks from your company's motorcycle repair department.
    You create complaint sales documents if there has been a fault with any goods that
    have been delivered, or with any services rendered, by your company.
    For example, you create complaint sales documents if customers have been billed
    incorrectly for an item or service, or if goods are faulty.
    Different types of complaint sales document include
    • returns
    • credit memo requests
    • debit memo requests
    You create a returns document if a customer returns goods they have purchased from
    you because they are not satisfied with them. You can create returns from scratch or you can
    create them by copying the sales order that was originally created for the returned delivery.
    A returns document records that you expect stock to be returned to your warehouse.
    You can create one or more credit memo requests if a customer has been overcharged
    for a quantity of goods or services. You can also create a credit memo request if goods were
    damaged during transit and you want to credit the customer for the goods damaged.
    When you create a credit memo request, your Accounting department reviews it to
    confirm that it can be justified. If the credit memo request is approved, the Accounting department
    creates a credit memo based on the request. You can create credit memo requests by copying other
    sales documents such as the sales order where the overcharge occurred.
    You create debit memo requests when customers have been undercharged for products
    or services.Your company’s Accounting department can then create an invoice to bill the
    undercharged customer.
    This document is adopted from Smart Force Campus Course Material
    MM Flow
    PR >Release the PR>RFQ>Quotation>Quotation Comparison>PO>Release the PO>GR>Invoice Verification
    MM Process flow:
    Process Flow
    The typical procurement cycle for a service or material consists of the following phases:
    1. Determination of Requirements
    Materials requirements are identified either in the user departments or via materials planning and control. (This can cover both MRP proper and the demand-based approach to inventory control. The regular checking of stock levels of materials defined by master records, use of the order-point method, and forecasting on the basis of past usage are important aspects of the latter.) You can enter purchase requisitions yourself, or they can be generated automatically by the materials planning and control system.
    2. Source Determination
    The Purchasing component helps you identify potential sources of supply based on past orders and existing longer-term purchase agreements. This speeds the process of creating requests for quotation (RFQs), which can be sent to vendors electronically via SAP EDI, if desired.
    3. Vendor Selection and Comparison of Quotations
    The system is capable of simulating pricing scenarios, allowing you to compare a number of different quotations. Rejection letters can be sent automatically.
    4. Purchase Order Processing
    The Purchasing system adopts information from the requisition and the quotation to help you create a purchase order. As with purchase requisitions, you can generate Pos yourself or have the system generate them automatically. Vendor scheduling agreements and contracts (in the SAP System, types of longer-term purchase agreement) are also supported.
    5. Purchase Order Follow-Up
    The system checks the reminder periods you have specified and - if necessary - automatically prints reminders or expediters at the predefined intervals. It also provides you with an up-to-date status of all purchase requisitions, quotations, and purchase orders.
    6. Goods Receiving and Inventory Management
    Goods Receiving personnel can confirm the receipt of goods simply by entering the Po number. By specifying permissible tolerances, buyers can limit over- and under deliveries of ordered goods.
    7. Invoice Verification
    The system supports the checking and matching of invoices. The accounts payable clerk is notified of quantity and price variances because the system has access to PO and goods receipt data. This speeds the process of auditing and clearing invoices for payment.
    Pur info record is nothing but a master data like thing which will be maintained for different materials to determine the prices etc.It Specifies the number that uniquely identifies a record.
    For Example: an info record is based on Plant Vendor and Material
    Based on these three the Material Prices will be calculated
    for different combinations different values are taken into consideration.
    During pricing it brings these values automatically based on this info record.
    Use ME11 Tcode to create this record.
    Common Tables used by SAP MM
    Below are few important Common Tables used in Materials Management Modules:
    EINA Purchasing Info Record- General Data
    EINE Purchasing Info Record- Purchasing Organization Data
    MAKT Material Descriptions
    MARA General Material Data
    MARC Plant Data for Material
    MARD Storage Location Data for Material
    MAST Material to BOM Link
    MBEW Material Valuation
    MKPF Header- Material Document
    MSEG Document Segment- Material
    MVER Material Consumption
    MVKE Sales Data for materials
    RKPF Document Header- Reservation
    T023 Mat. groups
    T024 Purchasing Groups
    T156 Movement Type
    T157H Help Texts for Movement Types
    MOFF Lists what views have not been created
    A501 Plant/Material
    EBAN Purchase Requisition
    EBKN Purchase Requisition Account Assignment
    EKAB Release Documentation
    EKBE History per Purchasing Document
    EKET Scheduling Agreement Schedule Lines
    EKKN Account Assignment in Purchasing Document
    EKKO Purchasing Document Header
    EKPO Purchasing Document Item
    IKPF Header- Physical Inventory Document
    ISEG Physical Inventory Document Items
    LFA1 Vendor Master (General section)
    LFB1 Vendor Master (Company Code)
    NRIV Number range intervals
    RESB Reservation/dependent requirements
    T161T Texts for Purchasing Document Types
    Tcodes:
    RFQ to Vendor - ME41
    Raising Quotation - ME47
    Comparison of Price - ME49
    Creation of PO - ME21N
    Goods Receipt - MIGO
    Invoice (Bill PAssing) - MIRO
    Goods Issue - MB1A
    Physical Inventory - MI01( Create doc)
    MI04 (Enter Count)
    MI07 (Post)
    FICO
    The FI module has 8 sub modules:
    FI-GL
    General Ledger Accounting
    FI-LC
    Consolidation
    FI-AP
    Accounts Payable
    FI-AR
    Accounts Receivable
    FI-BL
    Bank Accounting
    FI-AA
    Asset Accounting
    FI-SL
    Special Purpose Ledger
    FI-FM
    Funds Management
    CO Controlling
    represents the company's flow of cost and revenue. It is a management instrument for organizational decisions. It too is automatically updated as events occur.
    The CO module has following sub modules:
    CO-OM
    Overhead Costing (Cost Centers, Activity Based Costing, Internal Order Costing)
    CO-PA
    Profitability Analysis
    CO-PC
    Product Cost Controlling
    regards,

  • Documentation Assistant - No Logical Component exists for this analysis

    Hi
    Whe trying to create a analysis with in solution manager documentation assistant i get the error messaage
    No logical component exists for this analysis , verify the analysis project.
    Can anyone tell me how i can solve this,
    Thanks
    Barry

    Hi Barry,
    To solve this issue, you may try steps described below:
    1. Call  Transaction 'SOLMAN_DIRECTORY'
    2. Select your source Solution via single click.
    3. In detail panel, check if there is any valid Logical component in the
    'System Group' Tab.
    4. Add related Logical Component to the Solution, make sure there is val
    id System for at least one role ( Development System e.g. )
    5. Save your Solution.
    6. Try to create Analysis Project from that Solution again and afterward
    screate an Analysis.
    Hope such information can help you solve such issue.
    Kind regards,
    Fabricius

  • Trend Analysis

    Hi experts,
                      I have 2 inspection parameters during raw material receipt- pH and viscocity and one parameter for finished good inspection- purity. How can I get a period-wise statistical trend of parameters during good receipt (vendor-wise upper/lower limit/target value vs. mean vs. standard deviation) and final inspection (customer/ Finished good batch wise upper/lower/target value vs. mean vs. standard deviation). Please suggest....
    Regards,
    Sunit

    Hi Sunit,
    You can use LIS for this requirement and it's quite easy also.
    In SAP Menu path go to Logistics - Logistics Controlling - QM information system - Standard Analysis - you can select wether you want to see it for material, Vendor Customer etc.
    If you want further details you can use flexible analysis also.
    If you use either method, when you go to the analysis (ex: for Results  tcode :MCXB) then inside the analysis you can see a time series button ( or click on Ctrl + Shift + F4)
    after selecting a relevant column.
    Hope this will help you to solve the requirement
    Best Regards
    Charith

  • I am trying to determine the new project preset for multi-camera video shot as follows:  3 Canon camcorders, main shot is DV (tape) (720x480), b-roll is DVD (mini-disk) (720x480), additional b-roll is AVCHD (1920x1080).  Film is from a wedding, DV contain

    I am trying to determine the new project preset for a multi-camera video shot as follows:  3 Canon camcorders,
    Main shot is DV (tape) (720x480, 29fps) - ceremony and reception
    b-roll is DVD (mini-disk) (720x480, 29fps) - bride preparations
    additional b-roll is AVCHD (1920x1080, 29fps) - groom preparations and misc all day ceremony and reception. 
    Film is from a wedding, DV contains main footage so I assume it will need to be the base.  I am planning to use the preset for DV-Widescreen.  Is there a better option?  I'm concerned about playback as the three appear to have different PAR.  I'm using Premiere Elements 10 on W8.
    Ultimately this will be burned for two formats - one for a DVD that can be watched on a widescreen TV, second for a short clip trailer to go on vimeo.
    (And no I won't be doing this again for a wedding that I shoot.)

    VDRAVES
    Please review since I am not sure how you obtained Video 3 tall when you scaled Video 3 with Constrain Proportions in effect.
    Before
    After
    It becomes a zoomed in effect to get rid of the black borders. But, there is no tall and thin involved anywhere.
    And, after the Scale increase, you can always click on the screen and move the image around a bit
    (without overdoing it to get black borders again).
    After and an adjust
    Please let us know if you are OK with the information above.
    Thank you.
    ATR

  • "project pro for office 365

    I was eagerly looking for a project management software and fortunately came across your office project pro 365 product
    While looking up on the website office, I had some questions rising concerning
    the “project pro for office 365” – 25 dollars/per user/ per month option
    It is mentioned that it can be installed on up to 5 pcs.
    Here are some questions I would like you to answer to help my purchase. (FYI I am planning to share this software with a team of 5 people)
    Does that mean that if I pay 25 dollars, me and my other 4 team mates will have equal access and manipulation of the software(insert/edit)?
    Or is it only one person getting some sort of ID and password that give access to Cloud and other 4 people just having the right to view the files(such as Gantt chart etc.)
    I was informed that if I go with this option I will have to take
    “project online” to have a cloud subscription(extra 33dollars). Is that correct?
    If a get an ID and Password, will it be on a single designated PC or doesn’t it matter far as it is among the 5 pcs where the software is installed?
    Do you have any other options to recommend considering we are a group of 5 people and want at least 2 people to have the right to have access to the software and be able to write or edit while the other 3 members can view the
    shared files of charts?
    Thank you for your answer in advance!

    However, to answer the questions...
    1. That is upto 5 PCs for a single user, not spread across multiple users.
    2. One user gets one ID.  
    3. No, Project Online is a separate product.  
    4. It doesn't matter.  You can log into one of 5 PCs and install Project Pro for 0365.  If you no longer have access to a PC, you can "de-activate" it using the web, and then install on another.
    5.  Buy 5 licences.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

Maybe you are looking for

  • HP DesignJet 9300 drivers for Windows 8

    As it seems, there haven't been released any drivers for Windows 7, so I am wondering, if anyone knows, is it to expect that they will be developed for Windows 8. It is preety anoying to have such a good and reliable A3 printer and still depend on Wi

  • Black and White Tv Pictures with Qosmio G10-106

    Grey hairs and going bald from pulling hair out. Bought Toshiba G10-106 in Jan 05,living in Ireland using ordinary Tv cable for laptop and cannot get Tv to work properly.B&w images are the best ive got so far. Is there compatability issues with Toshi

  • 2 months + to have the phone, ... in London???!

    I first contacted BT on the 11th Aug to transfer our telephone line and have a broadband installed in our new flat. Nothing extraordinary for an institution like BT, as we live in central London (W1) and we just moved a few blocks away… Delay after d

  • What is the best way to handle very large images in Captivate?

    I am just not sure the best way to handle very large electrical drawings. Any suggestions? Thanks Tricia

  • Suddenly cannot open iTunes - HELP PLEASE

    The file 'iTunes library.itl' cannot be read beacause it was created by a newer version of iTunes. This is the message i got today when trying to open iTunes after installing the new version. It originally stated i should re-install Quicktime which i