Connecting to a PI Data Historian with xMII 12.0

I'm trying to connect to a PI data historian from xMII 12.0. The PI connection was running OK on my xMII 11.5 server with the UDS 2.5 framework and PI UDS installed on the PI server.  The UDS 2.5 stuff is still running on the PI server but I'm not sure what I need to do on the xMII 12.0 server to make the connection.
Thanks!
David

Thanks, Jeremy.  The data server info came over from 11.5 to 12.0 during the migration but, while I can still make a connection and pull in data with my 11.5 development server, I get an 'Error' status with my 12.0 development server.
Any ideas?
David

Similar Messages

  • Error of data exchange with an external server

    Help to understand.
    There is a client which is connected to a server, data exchange with a server is realized through a method sendData(byte[] sendbytes, String code, int resplen)
    OutputStream socketOutputStream = null;
        public void connect() throws SeedLinkException, IOException {               
            try {           
                String host_name = sladdr.substring(0, sladdr.indexOf(':'));
                int nport = Integer.parseInt(sladdr.substring(sladdr.indexOf(':') + 1));
                // create and connect Socket
                Socket sock = new Socket();
                sock.setReceiveBufferSize(65536);
                sock.setReuseAddress(true);
                sock.setKeepAlive(true);
                sock.connect(new InetSocketAddress(host_name, nport));
                // Wait up to 10 seconds for the socket to be connected
                int timeout = 10;
                int i = 0;
                while (i++ < timeout && !sock.isConnected())
                if (!sock.isConnected()) {
                    String message = "[" + sladdr + "] socket connect time-out (" + timeout + "s)";
                    //sllog.log(true, 0,  message);
                    throw(new SeedLinkException(message));
                // socket connected
                sllog.log(false, 1, "[" + sladdr + "] network socket opened");
                // Set the KeepAlive socket option, not really useful in this case
                sock.setKeepAlive(true);
                this.socket = sock;
                this.socketInputStream = socket.getInputStream();
                this.socketOutputStream = socket.getOutputStream();
            } catch (Exception e) {
                //e.printStackTrace();
                errorLine = "cannot connect to SeedLink server: " + e.getMessage();
                throw(new SeedLinkException("[" + sladdr + "] cannot connect to SeedLink server: "
                        + e));
            // Everything should be connected, say hello
            try {
                sayHello();
            } catch (SeedLinkException sle) {
                try {
                    socket.close();
                    socket = null;
                } catch (Exception e1) {;}
                throw sle;
            } catch (IOException ioe) {
                try {
                    socket.close();
                    socket = null;
                } catch (Exception e1) {;}
                throw ioe;
        }     // End of connect()
    public byte[] sendData(byte[] sendbytes, String code, int resplen) throws SeedLinkException, IOException {
            try {
                socketOutputStream.write(sendbytes);
            } catch (IOException ioe) {
                throw(ioe);
            if (resplen <= 0)
                return(null);        // no response requested
            // If requested, wait up to 30 seconds for a response
            byte[] bytesread = null;
            int ackcnt = 0;               // counter for the read loop
            int ackpoll = 50;                  // poll at 0.05 seconds for reading
            int ackcntmax = 30000 / ackpoll;      // 30 second wait
            while ((bytesread = receiveData(resplen, code)) != null && bytesread.length == 0) {
                if (ackcnt > ackcntmax){
                    errorLine = "no response from SeedLink server to " + (new String(sendbytes,0,sendbytes.length-1));
                    throw (new SeedLinkException("[" + code +
                            "] no response from SeedLink server to '" +
                            (new String(sendbytes)) + "'"));
                Util.sleep(ackpoll);
                ackcnt++;
            if (bytesread == null)
                throw(new SeedLinkException("[" + code + "] bad response to '" + sendbytes + "'"));
            return(bytesread);
        }    // End of sendData()
        The given code is a part j2ee Web application.
    Why the specified method normally works in Tomcat a server,
    and at all refuses to work in Java System Application Sever 8 or 9. (data exchange does not occur)
    I can not understand in what the reason ...

    José,
    The 6036E User Manuals gives the best definition of the STARTSCAN, TRIG, and CONVERT* signals as well as their relationship to eachother. See 4-20 Connecting Timing Signals of the User Manual for this information as well as timing diagrams.
    NI 6034E/6035E/6036E User Manual
    http://digital.ni.com/manuals.nsf/websearch/B935FC073150374F86256BF10073995A?OpenDocument&node=132100_US
    You are correct that configuring your board for external timing is just as simple as connecting your external clock to a PFI line and using it as the STARTSCAN signal. The clock output of your GPS receiver will now be defining when scans are perform on your 6036E due to the synchronization between the two devices. The only synchronization issue you may encounter is
    propogation delay. This will be a factor of the cable length connecting your GPS clock to the 6036E.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of '

    When I deploy the cube which is sitting on my PC (local) the following 4 errors come up:
    Error 1 The datasource , 'AdventureWorksDW', contains an ImpersonationMode that that is not supported for processing operations.  0 0 
    Error 2 Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Adventure Works DW', Name of 'AdventureWorksDW'.  0 0 
    Error 3 Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer', Name of 'Customer' was being processed.  0 0 
    Error 4 Errors in the OLAP storage engine: An error occurred while the 'Customer Alternate Key' attribute of the 'Customer' dimension from the 'Analysis Services Tutorial' database was being processed.  0 0 

    Sorry hit the wrong button there. That is not entire solution and setting it to default would work when using a single box and not in a distributed application solution. If you are creating the analysis database manually or using the wizard then you can
    set the impersonation to your heart content as long as the right permission has been set on the analysis server.
    In my case I was using MS Project Server 2010 to create the database in the OLAP configuration section. The situation is that the underlying build script has been configured to use the default setting which is the SQL Service account and this account does
    not have permission in Project Server I believe.
    Changing the account to match the Project service account allowed for a successful build \ creation of the database. My verdict is that this is a bug in Project Server because it needs to include the option to choose impersonation when creating the Database
    this way it will not use the default which led to my error in the first place. I do not think there is a one fix for all in relations to this problem it is an environment by environment issue and should be resolved as such. But the idea around fixing it is
    if you are using the SQL Analysis server service account as the account creating the database and cubes then default or service account is fine. If you are using a custom account then set that custom account in the impersonation details after you have granted
    it SQL analysis administrator role. You can remove that role after the DB is created and harden it by creating a role with administrative permissions.
    Hope this helps.

  • Impossible to use "Connect to Data/Service" with BlazeDS

    Hi everybody, I'm work on FB4 since 3 weeks, but I have big problem to use "Connect to Data/Service" with BlazeDS.  each time I try to use it, it's the same question " You must define a BlazeDS server" and when I define the BlazeDS server and .war, I have the question again... You must define a BlazeDS server
    I work on Mac OsX Leopard and his java 6.
    Thanks for your help

    Hi,
    Thanks for your feedback
    Can you please tell us which version of Flash Builder4 and BlazeDS you are using.?
    Also, can you try the same workflow by using the turnkey version of BlazeDS(4.0.0.11428) with Flash Builder BETA2 build.
    Please let us know the outcome.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Terminated with error: br REP-501: Unable to connect to the specified data

    Dear All,
    Oracle DB 10g installed on Windows 2003 Server machine and client is Windows 7 Pro. Forms are running fine. If I run report by puting everything in URL it is also giving result. But only when i am trying to call report via form I get an error REP-501: Unable to connect to the specified data. The report log file contains below result. Is this something to to AUTHID=ANONYMOUS??? I need your assistance in this regard as I have been facing this problem since quite a long time now.
    [2011/10/22 3:55:55:34] Info 56013 (ConnectionManager:release): Connection 0 is released
    [2011/10/22 3:55:55:34] Info 50132 (JobObject:reset): jobid = 72 Get command line: REPORT=E:\AuditSys\twoconsecutive_estimate.jsp USERID=AUDITSYS@customerdb P_USERID="MAJAN" P_REPORTNAME="Bills which have been estimated for 3 months consecutively" P_REGIONCODE="" P_TARIFF="" P_PRIGOV="" P_AREAFROM="2" P_AREATO="91" P_BILLMONTH="9" P_BILLYEAR="2011" P_MONTHS="3" BATCH=YES DESTYPE=cache DESFORMAT=HTML AUTHID=ANONYMOUS
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Job queue for jobid = 72 is 0
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): jobid = 72 is in current queue
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Calling findDuplicatedJob for jobid = 72
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:findDuplicatedJob): Found no duplicated job for job 72
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): No Duplicate jobs for jobid = 72
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Job 72 is Enqueued
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:firstToRun): job 72 is first to run
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 72
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 1
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 is used = true
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 state is 1
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager.runJobLocal): Job 72 got Engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:runJobInEngine): Job 72 calling setCommand on engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 5
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:runJobInEngine): Send job 72 to engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2011/10/22 3:55:55:96] State 56016 (JobManager:updateJobStatus): Job 72 status is: Terminated with error:
    REP-501: Unable to connect to the specified database.
    [2011/10/22 3:55:55:96] Debug 50103 (JobManager:notifyWaitingJobs): Master job 72 notify its duplicated jobs.
    [2011/10/22 3:55:55:96] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 72
    [2011/10/22 3:55:55:96] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 1
    [2011/10/22 3:55:55:96] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2011/10/22 3:55:55:96] Exception 501 (): Unable to connect to the specified database.
    Thanks,
    Zia

    Dear guys, it is quite an urgency here and I am not getting any clue from anywhere else .... please give me some tips to handle the issue if anybody has some...
    Regards,

  • Business View data foundation with dynamic data connection hangs

    We are running Business Objects XI 3.0 with Crystal Reports 2008 and Business View Manager 12.0.0.683.  In the Business View Manager tool, when I try to open a data foundation that uses the ACD Dynamic data connection, it hangs with the hourglass icon.  I have left it trying to open for at least an hour before killing the Business View Manager with the Windows Task Manager.  Data foundations using a static connection open fine as do the elements and views based on the data foundation with the dynamic connection.  The static data connections included in the ACD Dynamic connector point back to an Oracle Server.  Any ideas how to get the data foundations to open so I can edit our custom business views?
    Thanks,
    Kathy

    I created some Views to pull the data in from the Oracle side.

  • I just updated my iphone 4s with sprint to ios6.  while I can connect to wifi I am unable to connect to my 3g data plan.

    I just updated my iphone 4s with sprint to ios6.  while I can connect to wifi I am unable to connect to my 3g data plan.  my celluar data is switched to un under general settings.
    I also cant send texts. 
    thanks for the help

    thanks, it took 4 tries, but it worked on the 4rth.  I appreciate your help.

  • Connecting XML files with xMII

    Hi,
      i want to connect xml file (say one.xml having table name and price) with xMII. how can i do it? by using TAG query? what is the simulatorTag.xml?
    - senthil

    Senthil,
    Save your .xml file in your local system
    Open Business Logic Editor and under WEB you can find xmlLoader.
    Right Click and configure the path of the xml file in source URL.
    This will load your xml file and all the rowsets will be available for further manipulation...
    Tag Query is normally used to query a Tag type database like simulator..
    Hope this helps,
    Ajitha

  • Help : Not able to connect IdeaPad Tablet K1 to PC with the USB data cable

    Dear All,
    Appreciate very much your help on this.
    I am not able to connect my IdeaPadTablet K1 to PC with the USB data cable.
    Anyone facing the same problem?
    Appreciate your kind advise on the solution.
    thanks in advance,
    LL.

    Hi all,
    Can you try the steps outlined in the following link? It had help resolve the issue for some users.
    http://consumersupport.lenovo.com/au/en/HintsandTips/hints_show_13180405354336.html
    Do feedback.
    thanks!
    lak_sg
    WW Social Media
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • My iphone 5 is problem facing like that. when i switch off my iphone5 then plugh for charge with data cable or charger adapder or only data cable with no power connect phone is starting why? means on my phone Why? any one can explane this matter please. s

    my iphone 5 is problem facing like that. when i switch off my iphone5 then plugh for charge with data cable or charger adapder or only data cable with no power connect phone is starting why? means on my phone Why? any one can explane this matter please. switched off my phone but on without power button . what is the problem?
    Thanks
    s.m slim

    all iphone is same like that

  • Connect to a data server with topology manager

    Hi! I am new to ODI...
    I've created a master and work repository. Now I'm in topology manager to create a data server from Physical Architecture. I succeed in connecting to this data server with "Oracle Toad" using a service name...so I select JDBC driver and then I insert jdbc:oracle:oci8:@&lt;tns_alias&gt; (with the right service name).
    Then it give me the message that it can connect to the data server, but when i click ok, it says me:
    {color:#ff0000}java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3013)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:228)
    at oracle.jdbc.driver.PhysicalConnection.&lt;init&gt;(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T2CConnection.&lt;init&gt;(T2CConnection.java:142)
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:79)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
    at com.sunopsis.graphical.frame.b.jz.dP(jz.java)
    at com.sunopsis.graphical.frame.b.jz.bD(jz.java)
    at com.sunopsis.graphical.frame.bo.bz(bo.java)
    at com.sunopsis.graphical.frame.b.jz.em(jz.java)
    at com.sunopsis.graphical.frame.b.jz.&lt;init&gt;(jz.java)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.sunopsis.graphical.frame.bb.b(bb.java)
    at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Unknown Source)
    {color}
    My environment variable for Oracle are:
    C:\oracle\ora92\bin;C:\Programmi\Oracle\jre\1.3.1\bin;
    I succeed in connecting with OCI using Toad...why can't I connect with ODI? Need I to install another component? (and which?)
    Sorry for my english...please help me! thanks....
    Alessia
    Edited by: user1762560 on 26-feb-2009 9.06

    jdbc:oracle:oci8:@tns_alias
    it doesn't contain the sign '< ' or '>'

  • How to connect Data Services with microsoft SQL/ Steps

    Dear All,
    i attend to connect the SAP BO Data Services to Microsoft SQL.
    1. Is there any document which explains the steps to follow?
    2. Is there any document how to build a prototyp
    Thank you.
    Pat.

    Hi Aditya,
    You can use a datastore of type ODBC using the IBM Client Access driver or the DataDirect driver that comes packaged with Data Services.  There is a sticky thread on downloading the DataDirect driver.  There is also another option to connect with the Attunity driver for the AS400.  You cannot use the DB2 UDB drivers to connect to the AS400 V6R1.
    Victor

  • Getting 401 error while creating a Report Data Source with MOSS 2010 Foundation

    I have setup SQL Server 2008 R2 Reporting Services with SharePoint 2010 Foundation in SharePoint integrated mode. SharePoint Foundation is in machine 1 whereas SQL Server 2008 R2 and SSRS Report Server are in machine 2. While configuring Reporting
    Services - Sharepoint integration, I have used Authentication Mode as "Windows Authentication" (I need to use Kerberos).
    My objective is to setup a Data Connection Library, a Report Model Library, and a Reports Library so that I can upload a Report Data Source, some SMDLs, and a few Reports onto their respective libraries.
    While creating the top level site, "Business Intelligence Center" was not available for template selection since SharePoint Foundation is being used. I therefore selected "Blank Site" as the template.
    While creating a SharePoint Site under the top level site, for template selection I again had to select "Blank Site".
    I then proceeded to create a library for the data connection. Towards this, I created a new document library and selected "Basic page" as the document template. I then went to Library Settings for this newly created library and clicked on
    Advanced Settings. In the Advanced Settings page, for "Allow management of content types?" I selected "Yes". Then I clicked on "Add from existing content types" and selected "Report Data Source". I deleted the existing
    "Document" content type for this library.
    Now I wanted to created a Data Connection in the above Data Connection library. For this when I clicked on "New Document" under "Documents" of "Library Tools" and selected "Report Data Source", I got the error "The
    request failed with HTTP status
    401: Unauthorized.".
    Can anybody tell me why I am getting this error?
    Note: I have created the site and the library using SharePoint Admin account.

    Hi,
    Thank you for your detailed description. According to the description, I noticed that the report server was not part of the
    SharePoint farm. Add the report server to the
    SharePoint farm and see how it works.
    To join a report server to a SharePoint farm, the report server must be installed on a computer that has an instance of a SharePoint product or technology. You can install the report server before or after installing the SharePoint product
    or technology instance.
    More information, see
    http://msdn.microsoft.com/en-us/library/bb283190.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Data Federator with BW 3.5

    Hi Experts,
    We are using Data Federator and connected to our Client BW 3.5 Oracle Data base directly.
    We were looking to connect to below Cube and Ods tables
    InfoProviders Table Names
    InfoCube ZSD_BILDP /BIC/EZSD_BILDP, /BIC/FZSD_BILDP
    ODS Object ZDP_O04 /BIC/AZDP_O0400
    ODS Object ZDP_O03 /BIC/AZDP_O0300
    ODS Object ZDP_O02 /BIC/AZDP_O0200
    ODS Object ZDP_O01 /BIC/AZDP_O0100
    But we are not able to see the above tables in Data Federator and all the tables we are seeing is
    SAPBIW.?22FBIO?22fsMAT_ITEM
    SAPBIW.?22FBIO?22fsMAT_PLANT
    Can you suggest how can I see the Cube and Ods Tables directly in DF Designer???
    P.S: I did worked with DF in BI 7.0 with my previous Client and it has got the RSDRI_DF_* Functional Modules in SE37, but to new Client we have requirement to use DF with BW3.5 which is becoming troublesome to get to Cube and Ods tables.

    Hi Ingo,
      Thanks for responding.
      We are directly connecting to BW Oracle Data Base and not the BW/BI integration as we don't have the DF* Functional
      Modules present in BW 3.5
    Find below couple of Connection Parameters using which I am connecting to BW from DF Designer.
    Data Source Type -- Oracle
    Defined resource -- jdbc.oracle.oracle10
    Host name        -- xxx.xx.xxx.xx(not specifying here due to security)
    Port             -- 1xxx
    SID              -- XXX
    Table types TABLE and VIEW
    Thanks,
    Suresh

  • Excel SSAS Tabular error: An error occurred during an attempt to establish a connection to the external data source

    Hello there,
    I have an Excel report I created which works perfectly fine on my dev environment, but fails on my test environment when I try to do a data refresh.
    The key difference between both dev and test environments is that in dev, everything is installed in one server:
    SharePoint 2013
    SQL 2012: Database Instance, SSAS Instance, SSRS for SharePoint, SSAS POWERPIVOT instance (Powerpivot for SharePoint).
    In my test and production environments, the architecture is different:
    SQL DB Servers in High Availability (irrelevant for this report since it is connecting to the tabular model, just FYI)
    SQL SSAS Tabular server (contains a tabular model that processes data from the SQL DBs).
    2x SharePoint Application Servers (we installed both SSRS and PowerPivot for SharePoint on these servers)
    2x SharePoint FrontEnd Servers (contain the SSRS and PowerPivot add-ins).
    Now in dev, test and production, I can run PowerPivot reports that have been created in SharePoint without any issues. Those reports can access the SSAS Tabular model without any issues, and perform data refresh and OLAP functions (slicing, dicing, etc).
    The problem is with Excel reports (i.e. .xlsx files) uploaded to SharePoint. While I can open them, I am having a hard time performing a data refresh. The error I get is:
    "An error occurred during an attempt to establish a connection to the external data source [...]"
    I ran SQL Profiler on my SSAS Server where the Tabular instance is and I noticed that every time I try to perform a data refresh, I get the following entries:
    Every time I try to perform a data refresh, two entries under the user name ANONYMOUS LOGON.
    Since things work without any issues on my single-server dev environment, I tried running SQL Server Profiler there as well to see what I get.
    As you can see from the above, in the dev environment the query runs without any issues and the user name logged is in fact my username from the dev environment domain. I also have a separated user for the test domain, and another for the production domain.
    Now upon some preliminary investigation I believe this has something to do with the data connection settings in Excel and the usage (or no usage) of secure store. This is what I can vouch for so far:
    Library containing reports is configured as trusted in SharePoint Central Admin.
    Library containing data connections is configured as trusted in SharePoint Central Admin.
    The Data Provider referenced in the Excel report (MSOLAP.5) is configured as trusted in SharePoint Central Admin.
    In the Excel report, the Excel Services authentication settings is set as "use authenticated user's account". This wortks fine in the DEV environment.
    Concerning SecureStore, PowerPivot Configurator has configured it the PowerPivotUnnattendedAccount application ID in all the environments. There is
    NO configuration of an Application ID for Excel Services in any of the environments (Dev, test or production). Altough I reckon this is where the solution lies, I am not 100% sure as to why it fails in test and prod. But as I read what I am
    writing, I reckon this is because of the authentication "hops" through servers. Am I right in my assumption?
    Could someone please advise what am I doing wrong in this case? If it is the fact that I am missing an Secure Store entry for Excel Services, I am wondering if someone could advise me on how to set ip up? My confusion is around the "Target Application
    Type" setting.
    Thank you for your time.
    Regards,
    P.

    Hi Rameshwar,
    PowerPivot workbooks contain embedded data connections. To support workbook interaction through slicers and filters, Excel Services must be configured to allow external data access through embedded connection information. External data access is required
    for retrieving PowerPivot data that is loaded on PowerPivot servers in the farm. Please refer to the steps below to solve this issue:
    In Central Administration, in Application Management, click Manage service applications.
    Click Excel Services Application.
    Click Trusted File Location.
    Click http:// or the location you want to configure.
    In External Data, in Allow External Data, click Trusted data connection libraries and embedded.
    Click OK.
    For more information, please see:
    Create a trusted location for PowerPivot sites in Central Administration:
    http://msdn.microsoft.com/en-us/library/ee637428.aspx
    Another reason is Excel Services returns this error when you query PowerPivot data in an Excel workbook that is published to SharePoint, and the SharePoint environment does not have a PowerPivot for SharePoint server, or the SQL Server Analysis
    Services (PowerPivot) service is stopped. Please check this document:
    http://technet.microsoft.com/en-us/library/ff487858(v=sql.110).aspx
    Finally, here is a good article regarding how to troubleshoot PowerPivot data refresh for your reference. Please see:
    Troubleshooting PowerPivot Data Refresh:
    http://social.technet.microsoft.com/wiki/contents/articles/3870.troubleshooting-powerpivot-data-refresh.aspx
    Hope this helps.
    Elvis Long
    TechNet Community Support

Maybe you are looking for

  • Displaying data from a list into a single field with comma separated values

    Hi, I have a requirement to change a report with an XML structure (simplified version) as below <Protocol> <ProtocolNumber>100</ProtocolNumber> <SiteName>Baxter Building</SiteName> <ListOfActivity> <Activity> <Description>Communication Memo Descripti

  • [SOLVED - sort of] display resolution woes after pacman update

    When doing a recent pacman -Syu, I was asked if I wanted to change from mga-dri to libgl video. I (foolishly) chose the default (Y) and was informed mga-dri had been removed. After the rest of the update, I was unable to start X. Did some reading, co

  • Mail not showing up in IMAP box

    Hello there. I've been through other similar threads in the Apple Mail discussions, but haven't found my specific situation. I am using Mail to access an IMAP server, and I store no e-mail on the local machine. A few of the IMAP mailboxes show up emp

  • Using an old BT Hub 4 to repeat the wireless signa...

    Hi all - Newbie alert I've been having an issue with my wireless connection for a good while and have been promised lots of times that upgrading to a newer hub would resolve them. It means I have gone from a Home Hub 3 to a 4 and now have upgraded to

  • LU Fails to create ABE

    I have the following filesytems on my fully patched Solaris 10 machine: /export/home /ZONES/reg-otm3 /ZONES/reg-otm4 Note that reg-otm3 and reg-otm4 are whole-root zones, up and running. The above filesystems are all part of my SAN network. I want to