Multiple Destination Workbooks link to single source workbook - data dissappearing

We have a sales reporting system set up with ~30 Destination Workbooks that pull all of their data directly from
a single Source Workbook - using vlookup formulas (with full path name references to the Source Workbook).
When we open two or more of these Destination Workbooks at a time without opening the Source Workbook – or enabling data connections or links – all of the vlookup data disappears from all but the most recently opened Destination Workbooks.
The only work-around we have found for this is to open the Destination Workbooks in separate instances of Excel. This method is not practical for our analytical needs.
Is there any different way to have data visible in more than one Destination Workbook in a single instance of Excel that are vlookup-ing from a single Source besides re-structuring the entire setup?

Hi,
I tested with a simple source Workbook closed from my side, I was able to perform Vlookup from more than 3 destination Workbook without any issues.
To better assisting you on this, I will need some more information:
 What is your Excel version, 2013/2010 or others?
 How do your Vlookup be used, do you mind sharing me a sample through mail to: [email protected]
 Does this working before? If so, what has been changed?
 How do users get access to that source file?
 Is there firewall settings on the share location of the source file?
Please update me with above information, so I can check further, thank you.

Similar Messages

  • Multiple R/3 linked to single CRM

    Hello Friends,
    CRM provides functionality to link to multiple R/3 through middleware. Consider we have two stand alone R/3 systems (R/3-1 & R/3-2). A master data (Customer or Product) exists in both R/3-1 and R/3-2 with the same number.
    E.g. Customer 20000 in both R/3
    Now I first replicate R/3-1 BP to CRM creting BP 20000 in CRM.
    When I replicate R/3-2 to CRM what will happen?
    Later on if proper middleware settings are made when I change the BP 20000 in CRM what would get replicated back to R/3 and more impertantly which R/3, R/3-1 or R/3-2?
    Suppose I want to maintain a 3 system landscape (CRM, R/3-1 & R/3-2), what needs to be done to enable the functionality (BP in CRM in sync with customers in both the R/3s, ie I make a change in BP in CRM and it will get replicated in both the R/3s)?
    Regards,
    Deba.

    Hello Deba,
    Here is a direct link to 1 of the presentation available in the link prvided by Pradeep (service.sap.comcrm-mep) :
    https://websmp107.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000579336&_SCENARIO=01100035870000000112&_OBJECT=011000358700002029062003E.
    In this, you will have all the key figures to understand the use of the mapbow and how to connect multiple backend to CRM.
    Hope this will help you,
    Regards,
    Frédéric

  • Creating multiple flat files from a single source using Open Hub

    Hi All,
    I am not sure if its a common scenario but we have a requirement where in we have to split the data in the target into 3 different flat files depending on certain conditions. For e.g.
    If the value of an attribute in a record is A then I have to create a file, if it is B then another file and if it is C, then another file.
    Is this possible to achieve through open hub? We have a requirement to load only delta records. Any inputs is appreciated and would be rewarded.
    Thanks and Regards,
    Sundar

    Yes it is possible,
    All you need to do is create 3 destinations each of type Flat file.
    For your data target link to the and Open Destinations1, link by creating a transformation. and while create DTP use filter A.
    Again for your data target link to the another Open Destination2, link by creating a transformation and while creating DTP use Filter B.
    similarly for Open Destination3,  use Filter C.
    Regards,Vj

  • Single source sending data through multiple messages to a single reciever

    Hi all,
    I am trying to implement the below scenario:
    - I am reading from table1 in a database using a sender channel1. Based on data retrieved, I perform a JDBC lookup on table2 (in same d/b) using a reciever channel2 in an UDF of a message mapping1.
    - The data retreived from table2 is mapped to an intermediate format1. A mapping between the intermediate format and target message type1 is performed and message is sent to the recieving system using a reciever channel3.
    - Now, I need to map data retrieved from table2 to different target message types1,2,3.. based on some criteria and send it to the same reciever. I intend to use a different target message type and intermediate format for every kind of data obtained from table2 and a corresponding mapping.
    I plan to do this without using a BPM. Is it possible? If yes, then are the 3 communication channels sufficient to achieve this or do I need to have more communicatin channels?
    Any help would be appreciated.
    Thanks,
    Amit

    This is pretty straight forward...
    change your design as folllowing :
    1. as you have both table 1 and 2 in the same database , you can directly write a join query to pick data from both the tables . this can be specified in the sender jdbc adapter
    so your source data type would be like
    row..0..un
    +f1(field from table 1)
    +f2( field from table 2)
    +f3(field from table 2)
    2. now just create 3 seperate mappings
    mapping 1 = between source structure given above and target MT1
    mapping 2= b/w source struc given above and target MT2
    mapping 3 = b/w source struc given above and target MT3
    3. use 1 receiver determincation ...1 interface detemination where you keep on adding the message interfaces and interface mapings created above..
    4. use 3 receiver agreemetns

  • Single source can transmit multiple group in multicast

    single source can transmit multiple group in a multicast domain

    I am not sure how to start explaining this, but I will give it a try to my understanding.
    1)
    Look up the MAC Learning section in this link.
    http://www.ciscopress.com/articles/article.asp?p=101367&rl=1
    2)
    Once you have read through then your question would be if switches deliver traffic based on mac address of the end hosts, how is this mapping achieved for multicast addresses, as they are not assigned to any host.
    in this case the switch will consider the multicast packet as unknown as will broadcast it. To avoid that a simple mechanism of multicast
    IP to mac conversion was introduced which would create these temporary mac's based on the membership report of end hosts
    for a certain group. So when this conversion is done apart from the real host mac address pointing to the port where it is connected,
    multicast mac also points to the same port. Based on which the switch is able to forward the traffic intelligently to a set of hosts
    who want that group received.
    3)
    Now see this link which explains how Mcast IP to MAC convesion is done.
    IP to MAC Conversion
    http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ipmulti.htm#wp1020628
    To summarize this, since only 23 bits are available for converting the IP to MAC, the 24th bit is lost .
    which in terms of binary to decimal means you have lost 128 from the decimal. so it loops from the start of the multicast range of 224-239 at every 128 bits.
    if the starting decimal was 224.1.1.1(if the received membership report was for 224.1.1.1) then next would be 224.129.1.1, 225.1.1.1 , 225.129.1.1 and so on till 239.......
    hence when it loops through all the 224 - 239 addres range and it catches up 32 mapped addresses.
    Now to conclude,
    "32 IP multicast addresses corresponding to each MAC " In here the MAC referenced is not the host mac but the converted MAC.
    Even though the conversion is done, because of the available bits the MAC address hence created overlaps 32 multicast IP
    addresses. (closest resemblence would be the ACL example with the mask assigned. based on this mask and the starting value
    it will keep catching values based on the mask. )
    You can try this practically. Assume you have a host and it sends a membership report for 225.10.10.10. Now the switch has to convert this to Mcast MAC.
    To do this yourself, write down the binary of this address, and look at the rightmost 23 bits (that is from the left ignore the first 9 binary values.) now if you look at the remaining binary values, these will map and look alike for 226.10.10.10 226.139.10.10 and so on. And hence if you run through from 224-239 you will get 32 adresses.
    HTH-Cheers,
    Swaroop

  • Mapping is inserting multiple records from a single source to Dimension.

    Hi All,
    I am very new to OWB. Please help me out. I've created Dimension with the help of the wizard and then a mapping which consist of single source and single dimension. The mapping is populating nearly 500 times of the actual records. Following are some details to give you a better understanding of mapping: I created a dimension with four levels and two hierarchy. Levels are L1, L2, L3 and L4 and hierarchies are H1-> L1, L2 and L4
    and H2-> L3 and L4. L4 is lowest level of hierarchy. L1 and L3 are parent levels in the respective hierarchies. I assigned an attribute of each level as Business identifier that means business identifier attribute is different in each level. In mapping I mapped the parent natural key(Key for parent Level in a hierarchy) as the value which has been mapped for parent level. The result is coming 500 times of the record that exist in source table. I've tried even single common business identifier for each level but again the result is 5 times of the records. Please let me know the solution.
    Thanks is advance.
    Amit

    Hi ,
    You may not be having multiple records in your dimension.
    To understand better the records insertion, try a snow flake version of the dimension and see how the records are inserted as per the levels in the respective tables.
    Thanks

  • How to load from multiple sources to multiple destination dynamically

    I have more than hundred tables  in a different server (lets say on a sql server 1). I have to perform load,by getting change records copy of those hundred tables with the some condition in to sql server 2 destination. I know how to perform data
    flow task in SSIS to extract data from a source and load it in a destination. With more than hundred tables, I would need to create more than hundred data flow tasks which is very time consuming. So I have heard about from source to destination dynamically
    by looping through and creating variables. Now, how do I do this? Remeber, those hundred tables do having similar column names in both soruce and destination server. How can I perform this initial load faster without using multiple data flow task in SSIS.
    Please, help! Thank you!

    Ok , if the schema of both the source and destination is same , you can just perform an import and export tool and then it can be saved as an SSIS package. If this needs to be separately developed in an SSIS package, the logic can be :
    1 - Get the list of tables using sysobjects or metadata table where all the table list is maintained.
    2 - Loop through those tables using for each loop.
    3 - Inside the for each loop , use a script to access the source connection ( OLEDB source table name) and the destination connection (OLEDB destination table name).
    4 - Assign the source table connectoin dynamically to the variable fecthed from for each loop above.
    5 - You can also use expressions for the OLEDB source table name and OLEDB destination name inside the data flow task.
    6 - At the end the data flow task which is explained above will be used.
    Script task and the data flow task will be used inside the for each loop , above which all the objects list will be fetched using execute sql task using a SELECT and assigned to Object variable.
    Simplest will be Import and Export.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • Is it possible to have multiple links in single page?

    Is it possible to have multiple links in single page for
    linking in different slides like in a websites? My deadline is
    nearing in. Adobe folks please help me.

    > Is it possible to have multiple links in single page for
    linking in
    > different slides like in a websites? My deadline is
    nearing in. Adobe
    > folks please help me.
    >
    Add multiple click boxes to the page.
    Steve
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Multiple single source layouts

    Seems robohelp cannot remember multiple build expressions if
    you ave more than 5 single source layouts. So each time you
    generate a set of html files you need to do the build expression
    each time.....so you can also assume the batch feature does nto
    work either - Tech Support had no comment, couldn't figure anything
    out....again.
    Anyone know how to fix?
    Thanks,
    Steve

    Thanks Rick.
    I have been down the road about 5 times until I wasted all of
    my support tickets. Tech support took all of my files replicated
    and tried everything over and over and could not offer a solution.
    I run about 40 single source layouts and about 50 build tags. I was
    told I should just build each on it own everytime to be sure....and
    this cannot trust any batch processing which was one of the man
    drivers for purchasing the system.
    Probably wouldn't mind as much if there was some form of
    upgrade or fix in the last 2 years.....guess Robohelp gets the back
    seat for development as the company is focused on other things.
    Steve

  • Multiple sheet workbook

    how do I eprint a multiple sheet workbook so that the entire workbook prints?

    hi, unfortunately, current ePrint does not support printing multiple worksheets from an Excel file. Only the default worksheet will be printed.
    I am an HP employee, but I am speaking for myself.

  • Multiple data sources in data flow source?

    My first query selects out records from a "master" table and places them in a destination database table on another server.
    I want my second query to select out records from a second table on the in the same database as the master table based on the content of the  records that have been already place on the other server.
    I'm expecting that my query will look something like...
    select * from <second table on first server> where <field name in second table> is in
    (select <field name from table on other server> from <table on other server>)
    Is there a way to do this?
    Thanks for any help, Roscoe

    Hi rpfinn,
    If you would like to do it with in a single Source adapter, I think you need to establish
    linked server between the two servers. Otherwise, you need to the Lookup Transformation.
    References:
    http://www.katieandemil.com/ssis-lookup-transformation-example-sql-server 
    http://www.dwbiconcepts.com/etl/29-etl-ssis/144-ssis-lookup-transform.html 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Ways to put Multiple discoverer worksheets in a single Portlet. (10G releas

    Hi all
    Can anybody suggest me ways to put Multiple discoverer worksheets in a single Portlet. (10G release 2)
    - Out of the box (no coding option)
    - Java Beans options
    Note:- the discoverer sheet portlet allows only 1 workseet.
    Would appreciate any pointers/help in this regard
    Cheers!!
    Puneet

    Hi Puneet,
    Discoverer portlets do not require any knowledge of code, Java beans, HTML, or any other programming construct. They are probably the simplest and easiest to use business intelligence portlets in the market today, and most customers I show these to are simply amazed at their power and user friendliness.
    Anyway, to answer your question:
    - You can choose to have one table (or crosstab) and one graph in one Discoverer portlet.
    Note that since a Discoverer portlet is published on a Portal page, you do not have to worry about having or not having the capability to publish more than one Discoverer worksheet to a single portlet. By adding multiple Discoverer portlets to a single (or multiple) Portal pages you can achieve the same effect.
    Discoverer is a portlet provider to Oracle Portal. This means that any Discoverer worksheet - table, crosstab, or any of the 50+ graph types - can be published to an Oracle Portal page without any coding. This is the Discoverer Worksheet portlet.
    A second Discoverer portlet is the List of Worksheets portlet, which allows you to publish a list of worksheets to a Portal page as a portlet.
    The third Discoverer portlet type is the Gauge portlet. This allows you to publish a Discoverer crosstab worksheet as a Gauge (dial) visualization, allowing you to create dashboards.
    For more information take a look at the "Oracle® Business Intelligence Discoverer Publishing Workbooks in Oracle Application Server Portal" doc, 10g Release 2 (10.1.2.1), Part No B14465-02
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • Single source layouts and publishing in RH7

    Hi - this is my first experience with RoboHelp 7 HTML and
    even after reading a lot of documentation, I am confused between
    the WebHelp v. WebHelp Pro outputs and publishing to the RoboHelp 7
    server.
    Can you publish multiple Single Source Layouts from one
    project up to the RH server? When creating the SSLs locally, they
    are generated into separate folders, but I do not see where
    distinguishing information is setup in the server destination
    settings. Will the layouts overwrite each other on the server?
    Any help/insights/suggestions would be great!

    WebHelp works on the server without the need for RoboServer
    and is published to a location other than within RoboServer.
    WebHelp Pro whilst generated to your local drive like WebHelp
    has different files in the output and they combine to provide the
    additional WebHelp Pro features.
    I don't work with WebHelp Pro but my understanding is that
    each project will be generated to a different location and you will
    have the option for those projects to be kept separate or merged.
    First though, consider what it is in WebHelp Pro that you
    want and then see if management will pay the extra cost.

  • Data Refresh Error: We cannot locate a server to load the workbook Data Model.

    Hello,
    Recently I have developed a PowerBI Report using Excel Workbook with external data source. It refreshes successfully for some days and then starts throwing error on every scheduled refresh as "We cannot locate a server to load the workbook Data
    Model." 
    The workaround solution is to restart the application server which has SQL Server Power Pivot Services Installed which will again work for some more days and again start throwing error.
    So, I am looking for permanent fix for it.
    Following are additional details about our SP Farm:
    No. of front end servers: 2, Application servers:2, DB servers 2 with windows fail over cluster.
    PowerPivot Server is installed and configured from App 2 server.
    Error Log from event viewer:
    Unable to load custom data source provider type: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.AdomdDataSourceProvider, Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
       at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
       at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
       at System.Type.GetType(String typeName, Boolean throwOnError)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.InitializeCustomDataSourceProviders()
    PerformancePoint Services error code 10107.
    Thanks,
    Ibrahim

    Hi ibrahim,
    Please try to do the following steps:
    1. Install "1033\x64\SQLSERVER2008_ASADOMD10.msi" from
    http://www.microsoft.com/en-us/download/details.aspx?id=26728
    2. In the Application Management section of the Central Administration home page, click Manage service applications.
    On the Manage Service Applications page, click the Excel Services service application that you want to configure.
    On the Manage Excel Services page, click Data Model.Click Add Server.
    In the Server Name box, type the name of the Analysis Services instance that you want to add.
    3. Check the thread below:
    https://social.technet.microsoft.com/Forums/en-US/ecc18319-88d8-4dd0-bafd-fa0d2edceffb/external-data-refresh-failed-we-cannot-locate-a-server-to-load-the-workbook-data-model?forum=sharepointadmin
    More information:
    https://timpanariuovidiu.wordpress.com/2013/02/14/71/
    https://support.microsoft.com/kb/2769345?wa=wsignin1.0
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • External Data Refresh Failed. We cannot locate a server to load the workbook Data Model. ThisWorkBookDataModel

    Hi All,
    I have been trying to fix this for days now. I have tried solutions in many articles but to no avail. So while the error message is something you may have seen may times, I just can't find a solution in my case.
    This is the error:
    And in text just in case the image isn't viewable:
    "External Data Refresh Failed. We cannot locate a server to load the workbook Data Model. We were unable to refresh one or more data connections in this workbook. The following connections failed to refresh: ThisWorkBookDataModel."
    What is worse is I have checked the ULS (SharePoint Trace Logs), the Event Viewer Logs and the OWA Logs and I cannot find a specific error that would help pin point the problem.
    Excel Workbook
    So what am I doing? I have an Excel 2013 workbook and I create an "SQL Server" connection to the AdventureWorksDW database, add a pivot table and a pivot chart, test in in Excel and all works fine.
    I save the Excel workbook to SharePoint 2013 and then select "Data" then "Refresh All Connections" and then I get the error in the picture above.
    Even more puzzling is I have another Excel workbook that also has pivot tables and pivot charts in the AdventureWorksDW2012Multidimensional cube database in "SQL Analysis Services" and this works fine. Hmmm.
    My Environment
    My environment is Windows 2008 R2 Server, SharePoint 2013 with the April Service Pack1 and a separate server with OWA2013 SP1. It has an SQL Server 2008 R2 database which has been upgraded to SQL Server 2012.
    Data Model Settings
    In Excel Services this is set to my server name which is "server-name". As I do not have instances all I can enter is the server name. As this works everywhere else including the workbook outside of SharePoint I do not think this is the problem.
    But I could be wrong.
    Unattended Account
    I have set this up for the PowerPivot Services App and Excel Services App.
    ODC Connections in Excel
    I have tried all 3 authentication modes, Windows, Secure Store ID and "None" which is the unattended account. I have not tried the other connection types, should I?
    Not in WOPI
    I am not in WOPI mode.
    AD Accounts
    I have added permissions in the SharePoint Services and SQL Server, and as they work in Excel outside of SharePoint, I do not think it is a permissions issue. I could be wrong of course, but the problem is in one of SharePoint, OWA, AD,
    SQL Server, Excel, and Windows Server.
    Isolate the Error
    Below is a list of errors I think are relevant but they do not tell me much. The SharePoint logs are not really giving me an error that tells me what to do and where to do it, or even why it cannot refresh, (perhaps not noticeable by the untrained eye).
    Problem with SQL Server Not Analysis Services
    So my cube database in analysis services works fine in SharePoint/OWA but not the databases in sql server. This is my best clue but I have no idea what it means. Why would it work with an Analysis Services connection but not an "SQL Server" connection?
    It Works Outside of SharePoint
    If I run the excel worksheet outside of SharePoint all works fine. When inside OWA this is where the refresh error occurs.
    Errors from Event Viewer on SharePoint Server using ULS Viewer
    "Failed to create an external connection or execute a query. Provider message: There are no servers available or actively being initialized., ConnectionName: , Workbook:"
    "Refresh failed for 'ThisWorkbookDataModel' in the workbook 'http://server...'. [Session: 1.V22.26itT0lx8piNFeqtuGVhN214.5.en-US5.en-US36.98c0e158-9113-46e9-850e-edda81d9ed1c1.A1.N User: 0#.w|ad\testuser1]"
    And an error in the ULS under the "Data Model" category:
    "--> Check Deployment Mode (server-name): Fail (Expected: SharePoint, Actual: Multidimensional)."
    This last error, as it turned out, defined the problem concisely, although I was yet to work out what it meant in some detail.

    I finally solved this myself (or should I say with the help of several key articles).
    The refresh did not work because the database was not in "SharePoint Mode". Yes, SQL Server has modes, 3 of them in fact.
    If you installed SharePoint to the default SQL instance which would be called <servername> then you cannot use this default instance for Excel 2013 workbooks in OWA 2013 because the refresh only works if the database is in SharePoint mode.
    So what are these 3 modes? The Deployment Mode property in the msmdsrv.ini file has them as:
    0 = Multidimensional mode (the default whenever you install SQL Server normally)
    1 = PowerPivot for SharePoint mode
    2 = Tabular mode mode
    How do you know what mode you are in? That's easy, open SQL Studio Manager and connect to all your SQL database engine instances (ignore Analysis Services or SSRS as they are not database engines). If you only have the default instance then that is almost
    definately in Multidimensional mode which is the default and what SharePoint installs its databases to.
    You must have an instance called <servername>\POWERPIVOT. This instance is the "sharepoint mode" needed, and the default instance name when you install an SQL instance in this mode.
    If you don't see <servername>\POWERPIVOT in SQL server then you are not in "sharepoint mode". It is more accurate to say, you do not have an instance that is in sharepoint mode. This is because you cannot simply switch modes on an SQL server.
    You have to install a new instance in the required mode, thats the only way.
    That's easy enough. Load up the SQL Server setup CD and run setup. Install a brand new instance and select "SQL Server PowerPivot for SharePoint" when you get there in the wizard.
    Now you will have the default instance that stores all the SharePoint databases and that is in mode 0, and a new instance called <servername>\POWERPIVOT that is in mode 1. The "<servername>\POWERPIVOT" instance connection is what you
    will use for Excel 2013 when rendering in OWA 2013.
    You also need to ensure OWA 2013 is not in WOPI mode for Excel worksheets. See the last link below for more information about WOPI.
    Next you should go to the Excel Service App in CA and click Data Model Settings and add the <servername>\POWERPIVOT instance.
    Then you have to either turn off the firewall on the SQL server machine, or create an inbound rule on the Windows firewall to open the TCP port for the <servername>\POWERPIVOT instance:
    1. Start Task Manager and then click Services to get the PID of the MSOLAP$InstanceName.
    2. Run netstat –ao –p TCP from the command line to view the TCP port information for that PID.
    Finally, you can now create Excel 2013 workbooks that run in OWA without refresh errors, as long as you are connecting to the <servername>\POWERPIVOT instance. Hooray.
    REFERENCES
    Look for the string "There are no servers available or actively being initialized" in this article:
    http://blogs.msdn.com/b/analysisservices/archive/2012/08/02/verifying-the-excel-services-configuration-for-powerpivot-in-sharepoint-2013.aspx
    Determine the server mode:
    http://msdn.microsoft.com/en-au/library/gg471594(v=sql.110).aspx
    Install the SharePoint PowerPivot instance (aka SharePoint mode)
    http://msdn.microsoft.com/en-au/library/eec38696-5e26-46fa-bc83-aa776f470ce8(v=sql.110)
    Open the port for the new SQL instance:
    http://msdn.microsoft.com/en-us/library/ms174937(v=sql.110).aspx
    Turn Off WOPI for Excel OWA
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/01/31/powerpivot-for-sharepoint-browser-refresh-fails-data-refresh-not-supported-in-office-web-apps.aspx

Maybe you are looking for

  • DVD crashes computer in 10.6.2

    I have a commercial DVD that will crash my Macbook Pro (10.6.2) 100% repeatably within a minute of inserting and playing the disc. The DVD player freezes, then the entire computer locks up requiring a hard reboot. Oddly, not every DVD will cause this

  • Deleting groups of photos on iPad

    I want to delete 500 photos that I have on my iPad, and can't find any way to do it other than one by one... I thought I'd be able to access them from iTunes, but cant

  • Performance Problems with Virtualized DC (2012 R2)

    Just added a new Hyper-V 2012 R2 Server Edition box running two virtualized DCs (2012 R2).  Ever since, performance using ADUC has been lacking.  Pinging the virtual machines, the results vary between 1ms-200ms. For the past week I thought the issue

  • Help! improving quality of PDF-X export

    I've got pages and have just completed an important newsletter for work. It looks awesome, but when I export to PDF all of the shadows are gone. I've tried the PDF-X trick but the photos are very grainy and the shadows are really poor quality. I need

  • Error when installing 9.1

    During the install I get the following message: "Error getting file security: c:\programdata\apple computer\installing cache\quicktime 7.65.17.80\getlasterror:5" I deleted the cache folder to no avail. Please help!! Thanks!!