MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system

Hi, 
I am getting error while enabling the WCF-Custom receive location:
MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system
I found solution over internet for regarding the above issue which was suggested that NETWORK SERVICE is not having required permission. Used subinacl with the following command (on Command prompt with elevated mode)
subinacl /service msdtc /grant="Network Service"=QSETIL
But the same resulted in error: Last Failed: msdtc - OpenService Error : 5 Access is denied.
Getting nowhere regarding this now. Please help

Hi Harkirat,
Have you tried
these steps to Enable Network Access Securely for MS DTC?
If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • Why am I getting an error "Unable to establish a secure connection with (mail server)"? And what can I do?

    I'm trying to set up email on my Firefox OS Flame (OS is Boot2Gecko 2.0.0.0-prerelease) and getting an error:
    Unable to establish a secure connection with mail.velociraptor.info
    I'm on Dreamhost, the certificate belongs to `*.dreamhost.com` but I'm not even sure this is a certificate error, and if it is, how I'd go about fixing it. I found the Certificate Manger, but I don't know how to download the certificate and add it, and I don't know if this is even the problem.

    If this is a self-signed certificate or one where the CA is not trusted on FFOS, you will get this error.
    There is currently no proper user interface for adding certificates. You could have a look at the method described at this page: http://www.pending.io/add-cacert-root-certificate-to-firefox-os/
    There are also several bugs open regarding this problem, e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=874346. They have additional information that could help you to find out, if this is the problem you are seeing.

  • I'm having a problem accessing Bupers Online using my CAC reader. I get an error that says safari can't establish a secure connection to the website. Does anyone know how to fix this?

    I am having a problem accessing Bupers Online on OS X Mountain Lion. I get an error that says Safari cant establish a secure connection with Bupers Online. Does anyone have any tips to access Bupers?

    I don't use CAC certificates, but since updating to 10.9.3, I too am getting the same error, BUT only with some HTTPS sites (e.g., https://webmail.pairlite.com), not all. Meanwhile, Firefox (was 12.0, now 29.0.1) connects with no issue.
    I too have verified date/time is set automatically, checked for (and fixed) disk integrity errors and permissions, and rebooted, all to no avail.
    Update:
    Well...heck. Tried accessing the problematic site via the Guest account, and that WORKED. So...back to the drawing board.

  • Network Error: Clean Access Server could not establish a secure connection to Clean Access Manager

    Hello everyone
    I am implementing a failover solution of NAC in OOB VG version 4.8, I have 2 CAS and 2 CAM.
    The Error I am getting is when I connect to both IP address and the FQDN of the CAS.
    ===========
    Network Error:
    Clean Access Server could not establish a secure connection to Clean Access Manager at camsrv3.cadivi.gob.ve.
    This could be due to one or more of the following reasons: 1) Clean Access Manager certificate has expired 2) Clean Access Manager certificate cannot be trusted or 3) Clean Access Manager cannot be reached.
    Please report this to your network administrator.
    ==========
    For the CAM's I use this names camsrv1 and camsrv2. then generate a CSR in the camsrv1 with the name camsrv3.mycompany.com corresponding  to virtual ip and it exported to camsrv2, Install the CA certificate of the company and everything works perfect.
    This is the failover configuration
    CAM:
    Primary:     10.1.206.248 camsrv1.mycompany.com
    Secondary: 10.1.206.249 camsrv2.mycompany.com
    Virtual:       10.1.206.250 camsrv3.mycompany.com
    Then I do exactly the same steps for the CAS's and this is the failover configuration:
    Primary:     10.1.216.248 cassrv1.mycompany.com
    Secondary: 10.1.216.249 cassrv2.mycompany.com
    Virtual:       10.1.216.250 cassrv3.mycompany.com
    Then I add the certificate of CAM in the CAS on the tab "Trusted Certificate Authorities"  and vice versa.
    The communication between all the CAM´s and CAS´s is correct (Primary, Secondary and Virtual). I can ping the IP and the FQDN and I can also manage the CAS through the CAM.
    I verify that the time was right in the CAM and the CAS and all good up there.
    Appreciate your help
    Eduardo Navas

    Eduardo,
    Bump up the CAS/CAS communications logging on both the CAS and CAMs, and then look in the log files for clues.
    On CAM they live in /perfigo/control/tomcat/logs and on CAS in /perfigo/access/tomcat/logs
    HTH,
    Faisal
    If you find this post helpful, please rate so others can find the answer easily

  • Crystal reports 2008 sp3 : An error has occurred while attempting to load t

    Hello,
    Please forgive me for posting in the CR .NET forum because we are using the full Crystal Reports 2008 product and I did not see a category for it.  If there is a better forum for this question, please let me know or feel free to move it.
    We are having trouble deploying our crystal reports 2008 reports to a Windows Server 2008 R2 server in an aspx application...
    I have been working on this issue for 4-days and cannot seem to make any progress, so I would really appreciate your help.
    Our Environment:
    Development Computer (32-bit, WinXP)
      VS2008 (fully updated, was not installed with its Crystal Reports feature)
      Crystal Reports 2008 SP3 (downloaded and installed "cr2008_sp3_fullbuild")
    Database Server (64-bit)
      "SERVER2" is a Microsoft SQL Server 2008 server, fully updated
    Web Server (64-bit)
      "SERVER3" is a Microsoft Server 2008 R2 Web server.
    We have an application that is installed on the Web server and it pulls data from the database server.
    The webpages are accessing the database properly.  There is a ShowReport.aspx webpage that has the
    CrystalReportsViewer on it.  We send parameters and logon information to ShowReport.aspx.  ShowReport
    works properly on our development computer and the report looks good, but it fails on the web server.
    We downloaded CRRuntime_12_3_mlb.msi (X86) from SAP/CR and installed it on the web server without any issues.
    Our application pool on the web server for this application is set to 32-bit mode.  When I launch the
    application, it works properly with the database and displays data on web pages, but when I try to
    view a report on ShowReport, I get the following error message:
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.
    According to everything that I have read, I have properly matched the DLLs: On the development computer, "cr2008_sp3_fullbuild" was installed; On
    the web server, "CRRuntime_12_3_mlb.msi (X86)" was installed.  They are both Crystal Reports 2008 and not .NET.  CR.NET was not installed on our development computer, so our application was built with full Crystal Reports 2008 SP3.  On our development computer, .ENGINE is 12.0.2000.0 and
    the same version is on the web server.
    So, I am completely at a loss as to why we are encountering this error.  Help, Please!!!
    Thank you in advance,
    Mike

    Hi Mike,
    Did you set your project for X86 mode only? If not do so and rebuild and deploy your app.
    Thank you
    Don

  • An error occurred while attempting to establish an Applications File Server

    Hi,
    I have following problem with concurrent manager logs and outputs (I am on R12, windows):
    "An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_APPLTOP_eviasl. There may be a network configuration problem, or the TNS listener on node FNDFS_APPLTOP_eviasl may not be running. Please contact your system administrator."
    There is plenty of similar threads and several metalink notes (including below) about it, but mine seems to be slightly different issue.
    Troubleshooting the "Error Occurred While Attempting to Establish an Applications File Server Connection" [ID 117012.1]
    As you can see from error message it says node name is FNDFS_APPLTOP_eviasl, but uname -n returns only eviasl. Where this APPLTOP is coming from?
    J:\oracle\VIS\inst\apps\VIS_eviasl\ora\10.1.2\network\admin\tnsnames.ora contains entries like below one (whole file is very long, but it does not contain entry with APPLTOP):
    FNDFS_eviasl = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=eviasl)(PORT=1626))
    (CONNECT_DATA=(SID=FNDFS))
    Another tnsnames from ORACLE_HOME contains only below entry:
    rep_eviasl_VIS_eviasl_TOOLS.xxxxxx.xxx=(ADDRESS=(PROTOCOL=tcp)(HOST=eviasl)(PORT=1950))
    Yesterday I had issue with concurrent manager, so I was running adcmclean to fix it and this issue started after that.
    Any help would be appreciated.
    Regards
    Piotr
    Edited by: PiotrekJ on 02-Jul-2012 12:07

    OK, I was wrong - autoconfig finished with errors.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl ]
    Command : j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I j:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I j:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl PASSWORD contextfile=J:\oracle\VIS\inst\apps\VIS_eviasl\appl\admin\VIS_eviasl.xml logdir=J:\oracle\VIS\inst\apps\VIS_eviasl\admin\log\07031815 outdir=j:\oracle\VIS\inst\apps\VIS_eviasl\admin\out\07031815
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
    Logfile: J:\oracle\VIS\inst\apps\VIS_eviasl\admin\log\07031815/NetServiceHandler.log
         Classpath : j:\oracle\VIS\apps\apps_st\comn\java\lib\appsborg2.zip;j:\oracle\VIS\apps\apps_st\comn\java\classes
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    And the end of report
    [CVM Error Report]
    The following report lists errors encountered during CVM Phase
    <filename> <return code where appropriate>
    j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl 2
    No of scripts failed in CVM phase: 1
    AutoConfig is exiting with status 1
    I did run autocfg after cleaning FND_NODES. Can you also tell me how to run autocfg for DB? I am guessing I was always doing it for APPS (one from inst dir).
    Regards
    Piotr

  • An error has occurred while attempting to load the Crystal Reports runtime in deployed applications

    My reports use to work but now i'm getting the following error on all reports in all the applications on my server
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.

    Hi Willingtolearnja,
    This forum is for TFS, I'd like to know whether you use TFS and your question is related to TFS. It would be better to let us know more details about your scenario if it's related to TFS. If not, you might need to open a new thread in the proper tech forum
    that your project related for a better response.
    However, from the error message, you might use the wrong configuration for x86/x64 mode. Please change the configuartion and try again. Check the links below for more information:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/82e23647-7116-424b-b437-df0cb2be083d/an-error-has-occurred-while-attempting-to-load-the-crystal-reports-runtime?forum=vscrystalreports
    http://stackoverflow.com/questions/19286630/an-error-has-occured-while-attempting-to-load-the-crystal-reports-runtime
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • An error has occurred while attempting to load the CR in hosting

    I deployed my asp.net with crystal report in hosting server...
    They have installed Crystal Report Basic Runtime for Visual Studio 2008.(10.5.3700.0) on windows server 2008 OS X64..
    I developed my asp.net application with visual studio 2008 in xp machione x86 now on deploying this im getting the following error on hosting server, in my local server it works fine..
    The error:-
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    They have installed 10.5.3700.0 runtime on server still why this error...?

    You probably installed the 32 bit runtime (x86) but are running the application in 64 bit mode.  I think you are using a web app, so you need to do one of two things, install the x64 version of the runtime or switch the application pool for your website to run in 32 bit mode.

  • I can not sighn in. I get the message A network error has occurred while attempting to sign in.

    I can not sighn in. I get the message A network error has occurred while attempting to sign in.

    Hi rebjrbaker,
    I'm guessing that you're trying to log in to the service from within Reader. If that's the case, you may need to update the version of Reader you're using. Choose Help > Check for Updates. You should be using version 11.0.9 (this update was just released on Tuesday, 9/16).
    Best,
    Sara

  • Error - An error occurred while attempting to establish an Applications Fil

    ERROR:
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_WIN2000. There may be a network configuration problem, or the TNS listener on node FNDFS_WIN2000 may not be running. Please contact your system administrator.
    When I try to submit concurrent request error occured which I mentioned above.
    Platform:Windows2000 server
    Apps Version:11.5.3 Vision
    Db version:8.1.6.0.0
    Environment:Windows2000 server(Stand aloe).
    I have one listener in database, I am sending you to my tns and listener files.
    DB listener and tns file.
    # LISTENER.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_VIS =
    (SID_DESC =
    (SID_NAME = VIS)
    #(ORACLE_HOME = J:\oracle\visdb\8.1.6)
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    VIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    # TNSNAMES.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vis)
    Client Site tns and listner.
    # TNSNAMES.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for the database
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = VIS)
    FNDFS_WIN2000 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=win2000)(PORT=1523))
    (CONNECT_DATA=(SID=FNDFS))
    Rep60_VIS,Rep60_VIS.world=(ADDRESS=(PROTOCOL=tcp)(HOST=win2000.apps.com)(PORT=7002))
    # LISTENER.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for FNDFS listener
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    Any help I appreciate in advance, I have been working on this issue since one week.
    Thanks,
    Kindest Regards
    Zeeshan Siddiqui

    This is my env file
    echo off
    REM $Header: envshell.cmd.NT 115.0 2000/04/15 02:04:09 wdgreene noship $
    REM +===========================================================================+
    REM | Copyright (c) 1999 Oracle Corporation, Redwood Shores, California, USA
    REM | All Rights Reserved
    REM | Applications Division
    REM +===========================================================================+
    REM |
    REM | FILENAME
    REM | envshell.cmd
    REM |
    REM | DESCRIPTION
    REM | This command script is used to create a command prompt with the entire
    REM | environment set for the VIS APPL_CONFIG
    REM |
    REM | NOTES
    REM | This command line file is for Windows NT.
    REM |
    REM
    SET LOCAL=VIS
    SET PATH=J:\oracle\visappl\fnd\11.5.0\bin;J:\oracle\visappl\ad\11.5.0\bin;J:\oracle\visappl\au\11.5.0\bin;%PATH%
    REM Run the VISsys.cmd file to set the environment
    REM to point correctly to the VIS APPL_CONFIG
    IF NOT EXIST J:\oracle\visora\8.0.6\VIS.cmd GOTO skiporacmd
    CALL J:\oracle\visora\8.0.6\VIS.cmd
    REM Run the VISsys.cmd file to set the environment
    REM to point correctly to the VIS APPL_CONFIG
    IF NOT EXIST J:\oracle\visappl\VIS.cmd GOTO nobatfiles
    CALL J:\oracle\visappl\VIS.cmd
    :skiporacmd
    :nobatfiles
    REM Create a new command prompt with our current environment.
    REM This cmd process will go away automatically.
    START cmd.exe
    GOTO theend
    :noconfigfiles
    ECHO This script requires the following files:
    ECHO
    ECHO J:\oracle\visappl\VISsys.cmd
    ECHO J:\oracle\visappl\VISora.cmd (optional)
    ECHO
    :theend
    =====================================================
    When I typed tnsping80 fndfs_win2000 it's returned OK .
    When I try to connect apps/apps@fndfs_win2000 from SQL/PLUS
    it returs :
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor.
    I created another listener for APPS through Network Manager.
    Please let me know at your earliest Convenience.
    Regards
    Zeeshan

  • An error has occurred while attempting to load the Crystal Reports runtime.

    Server Error in '/' Application.  An error has occurred while attempting to load the Crystal Reports runtime.  Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.  Please install
    Crystal Report  is not working on webServer but It is working on local Saver
    on Server i m getting this error
    Message was edited by: Ludek Uher

    If you have your AppPool set for 32 bit then install the 32 bit runtime, if it's set for 64 bit then install the 64 bit runtime.
    Try searching, lots of posts on this subject.
    Don

  • An error occurred while attempting to establish an Application File Server

    Hi All,
    I am having problems viewing reports on a HP Unix system. I get the error, "An error occurred while attempting to establish an Application File Server connection with the node...."
    This server was working as a secondary DNS server and we moved the DNS server to a microsoft exchange server. I pointed the DNS server on this Unix system to the new ip address.
    When I try to start the Apps listener, I get an error ..:TNS-12545: Connect failed because target host or object does not exist"
    Any help please!!!
    Thanks
    A/A

    Thank you all for your response.
    Both the database and the applications run on a single node (HP Unix 11.0) system. I did add the IP address and the host.domain.com to the host file under /etc/hosts file but now I can't even start the database listener.
    I am sure it is the DNS server change that messed something. It was working fine until then.
    I get this error when I try to start the database listener.
    Error Message
    TNSLSNR for HPUX: Version 9.2.0.6.0 - Production
    System parameter file is /d01/fintest/product/9i/network/admin/FINTEST_hp4/listener.ora
    Log messages written to /d01/fintest/product/9i/network/admin/fintest.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCFINTEST)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=hp4)(Port=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    ----

  • 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

  • I cannot open my Yahoo Mail but everything else is OK.  When I click Yahoo Mail Icon, I get this error message "Safari Cannot open this page.  Safari can not establish secure connection with Yahoo Mail.

    I cannot open my Yahoo Mail but everything else is OK.  When I click Yahoo Mail Icon, I get this error message "Safari Cannot open this page.  Safari can not establish secure connection with Yahoo Mail.

    It sounds as though a script on the site, or an advertisement, is not working quite right...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies using either of these. Save any pending work first.
    While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • I can no longer access facebook from my macair and when i try the following error message appears "unable to establish a secure connection to the server.

    I have had no issue accessing Facebook in the past using my MacAir.  Last night each time I would try and access the page, an error message would appear, saying that unable to establish a secure connection to the server "www.facebook.com"".  The problem continues this morning.  I have not updated any software or made any changes.  One minute it was working, the next it was not.  I do not have any parental controls; I have deleted the cookies; and I have reset safari.  I can access all other websites that I have tried.  I am using Version 6.0.4.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Then delete the cache.
    Now open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If nothing above helped, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, restart your internet modem and router.  Then quit and relaunch Safari and try Facebook.

Maybe you are looking for

  • Can no longer add to library

    A recent update (10.3 or earlier) seems to have removed the ability to add tracks to my library. All of my music is stored on an AFP shared drive. Previously I was able to File > Add to library and then choose my music folder. I have been taking this

  • Jpg or pdf encoder flash

    hi all, i just wanted know is it possible to encode jpg or pdf from flash in actionscript 2 ?just like http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from -flash/ this article.please tell me if it is possible an

  • SOAP SENDER TO FILE

    Hi gurus, I have designed and configured SOAP to file scenario. I have used http://xyz namespace in design time. I have created two business systems for this sceanrio. I have downloaded and installed soap client on my system. When I open this soap cl

  • IPhoto crashes ~ 15 seconds after launch

    -- I had iPhoto 09 on a Mac with OS 10.5 and it worked fine. -- I then did a final Time Machine backup of the drive -- booted the Mac from a Mac OS 10.7 (Lion) install flash drive -- reformatted the boot drive and did clean install of Lion -- at the

  • Windows on an External H.Drive

    Is it possible (with the MacBook) to install windows on an external hard drive instead of to the internal one???