SSRS Connecting to PDW

I'm creating a report that queries the PDW.
Using Visual Studio 2012
Reporting Services 2012 integrated in Sharepoint 2013
Trying to use the Microsoft SQL Server Parallel Data Warehouse connection "Type"
Connection String syntex I have from Microsoft site:  HOST = <IPAddress>;database = <database>;port = <port>
Error that I recieve is :
Unable to connect to data source 'DataSource1'.The selected data extension SQLPDW is not installed or cannot be loaded.  Verify that the selected data extension is installed on the client for local reports and on the report server for published reports.
I've been searching and I can't seem to find good direction on how to resolve or what I might be doing incorrectly.

Hi jdb09,
Your issue can be caused by many factors, it can be caused by the connection string is not correct, please check to make sure the it is correct.
Please check details information below to make sure you have done the correct connection and configuration first:
Connecting and Configuring SQL Server Parallel Data Warehouse (PDW) Clients
Similar theads for your reference:
https://support.microsoft.com/kb/2750044/en-us?wa=wsignin1.0
http://communities.bentley.com/products/assetwise/assetwise_platform/w/wiki/ssrs-report-server-mssqlserver-cannot-load-the-sqlpdw-extension
If you still have any problem, please feel free to ask.
Regards
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • Reporting Services (SSRS) connecting to a Tabular data model: losing formatting

    Hi all,
    we are developing a SSAS Tabular data model to enable users to connect to it via:
    - excel pivot table
    - power view reports
    - reporting services reports
    We invested a lot of time in correctly setting the format of the different columns directly in the data model, in order to have the same consistence format layout in all the reporting clients. For example currencies column with no decimals and with thousand
    separator, percentage with just 1 decimal and with the % symbol, date in short date format and so on.
    The same with KPIs: for every KPI we decided in the data model which representation to use
    When using excel pivot table or power view reports everything works ad expected.
    When using Reporting Services instead all the formatting chosend in the data model is gone and also the KPI representations. Why? Is there a way to have them also in SSRS?
    Thank you,
    Roberto

    Hi jdb09,
    Your issue can be caused by many factors, it can be caused by the connection string is not correct, please check to make sure the it is correct.
    Please check details information below to make sure you have done the correct connection and configuration first:
    Connecting and Configuring SQL Server Parallel Data Warehouse (PDW) Clients
    Similar theads for your reference:
    https://support.microsoft.com/kb/2750044/en-us?wa=wsignin1.0
    http://communities.bentley.com/products/assetwise/assetwise_platform/w/wiki/ssrs-report-server-mssqlserver-cannot-load-the-sqlpdw-extension
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Problem with Microsoft SSRS connecting to Essbase

    Hello specialists,
    I'm having an issue when i try to connect SSRS to Essbase.
    My SSRS version is 2008 R2, Essbase version is 11.1.2.1 OS version is Windows server 2008R2 and I'm running SQL server 2008 R2.
    I'm using the XMLA connector from SSRS to connect to Essbase, The message error message i get back when i preview the report is this one:
    +"An error ocurred during local report processing. cnnot read the next data row for the dataset "year". The server sent an unrecognizable response. Unable to Format XML according to declared type. Input string was not in correct format."+
    Previously I was using another Essbase instance to connect to the server and it was working alright, when i changed to the correct one, the one form the specified server the error appeared.
    When i test the connection with the new server it works alright. Here are the versions of the analytic provider services:
    11.1.2.0.0.615 - The one that's not working
    11.1.2.1.00.353 - The version that is working.
    Hope you can help me because the old machine is about to be disabled and i will have to stop my work if I don't happen to get the new connection working asap.
    Thanks for the help :)
    Best regards!

    So I finally found how to use printStackTrace and here is what it gives when:
    1) I use my own computer:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at temp.main(temp.java:11)
    2) I use something else:
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at temp.main(temp.java:11)
    Again, thanks

  • Provider 'Microsoft.SQLServerMPPOLEDBProvider' not installed on local machine - Power Pivot/PDW

    Hello,
    This is my first post, so I apologize if I'm violating any etiquette or protocol here. I've scoured for answers to this question and found none, so this is my last resort.
    I'm using Office 365 Excel (64-bit). In my Excel Data Model, I have tried to connect to our SQL Server 2012 PDW by selecting 'Other Sources' and 'Microsoft SQL Server Parallel Data Warehouse'. After inputting the server and login information, the connection
    fails, citing that "The Microsoft.SQLServerMPPOLEDBProvider is not registered on the local machine."
    I can't find any information about this provider, and when I change the provider to any other value in the connection string, it fails as well.
    Does anyone have any ideas about where I might find this provider and why it wasn't registered in the first place?
    Thank you,
    Jess

    Hi Jess,
    For the PDW you have to enter the path to an IDS file containing the connection information, please see the article below:
    http://ms-olap.blogspot.com/2013/05/connecting-to-pdw-from-powerpivot.html
    In addition, PDW v2 support sqlncli11 or, the driver used to connect to sql server 2012. Please use that to connect.
    Regards,
    Elvis Long
    TechNet Community Support

  • Reporting Services Point SSL after Role installed

    Scenario,
    Reporting Services (SQL 2012) installed on a remote server and not configured with SSL.  Reporting Services Point installed and functioning correctly.
    We now have enabled SSL in RS Configuration using a cname for the certificate (sccmreports.domain.com) and it is working via web browser, however when I attempt to remove the port 80 binding it breaks SCCM's ability to connect to the reporting point via
    the admin console.   Presumably, if SSL is not enabled prior to installing the RSP that SCCM only knows to connect via HTTP?
    If this is the case, outside of uninstalling and re-installing the RSP now is there a way to "tell" SCCM to use HTTPS to connect?  Maybe its a different issue altogether?
    Thanks!

    The SSRS connection info is stored in Site control file, which is in the view vSMS_SC_SiteControlXML. If you change the SSRS address manually, the info cannot be updated automatically so that you must reinstall SSRS.
    Juke Chou
    TechNet Community Support

  • [PS2013] Can't edit report's data sources

    Hi!
    When I upload a report to the PWA, I usually click on the 3 dots and open the menu for that report. I remember that there used to be an option to edit data sources, but I can't see that option anymore, like in the picture below. Any ideas on why did I stopped
    having that option?

    What kind of report is it?  Excel, SSRS, word, PDF?
    It sounds like an SSRS connection string and if that is the case make sure the library has define the content types for SSRS.
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Naming Sony XDCAM HD disks

    Recently, we have not been able to name our disks.  
    I connect my PDW-F70 via firewire to my Mac Pro.  The disk appears on the desktop.  I try to rename under the "get info" and I get "The name 'ATZ" cannot be used. Try using another name, with fewer characters or no punctuation marks."
    The write protect is not on "save".  
    The photog updated his camera's firmware...that is the only thing I can think of that has changed.
    Any suggestions?

    Do a Google Search for "Sony PDZK-P1". That will take you to Sony's download page for the Transfer Application software. You want version 1.1.
    The only times that I've experienced problems renaming discs is when the write protection tab on the Pro Disc is enabled.

  • How to pass Multi and Singlr value Parameters to DB2 query, which is using in SSRS report for ODBC connection

    Hi Guys,
    I am using DB2 database in SSRS. I have to pass Single Value and Multi Value Parameters. I tried with Select * From DB2Table Where
    Column=@PRM_Name Or Select * From DB2Table Where
    Column=:PRM_Name . It is not working and throwing error. Please help me out.
    Connection Details: ODBC
    Thanks Shiven:)

    Hi SKM,
    So you mean to say that Go to DataSource->Add Dataset-> Query Type-Text-> Under Query:
    click on fx (Expression)-> Write this expression
    For Single Value Parameter:
    ="SELECT customer_name, telephone_number, address1, address2, city from MyTable
    WHERE city = '" + Parameters!City.Value + "'"
    OR
    ="SELECT customer_name, telephone_number, address1, address2, city from MyTable
    WHERE city =  '" & Parameters!City.Value & "'"
    Keep it in mind if Parameter is String then
    It should be in Single quote ''.
     Like
    ="SELECT customer_name, telephone_number, address1, address2, city from MyTable WHERE city
    ='Hyderabad' "
    For Multivalu Parameter:
    ="SELECT EmployeeID, FirstName, LastName, LoginID FROM SHIVEN.AUDIT Where FirstName
    in ('" + REPLACE(JOIN(Parameters!City.Value,","),",","','") + "')"
    NOTE:
    If your Parameter is Single Value Parameter and You want to enter string values with Coma (,)
    separated (Like Hyderabad, Chennai, Delhi).
    In this case, you have to use below expression.
    ="SELECT customer_name, telephone_number, address1, address2, city from MyTable
    WHERE city IN ('" + REPLACE(Parameters!City.Value ,",","','") + "')"
    OR
    ="SELECT customer_name, telephone_number, address1, address2, city from MyTable
    WHERE city IN  ('" & REPLACE(Parameters!City.Value ,",","','") & "')"
    In above expression: Replace will replace all , with ‘,’ and city IN (‘Hyderabad’, ‘Chennai’,
    ‘Delhi’) will not throw any error.
     Note: You have to write expression in one line in Expression editor for dataset
    query
    Thanks It is working fine but it is tough job if query is big.
    Hi S kumar,
    The above approach we use when we have source like DB2, becasue DB2 has some syntactical differences to pass multivalue paramaeter. I tested and it works good, if i am mentioning the query in above format by using Fx button while creating dataset.
    but if we want fetch data from view which exist in DB2 and we need to call db2 view in SSRS and pass multivalue parameter in a way we did above then could you please mention the steps and way to achieve this.
    Thanks in advance!

  • Struggling to get a connection to SSRS on Sharepoint from either Excel or Access.

    All I know of SSRS is self-taught, and I've been able to create some pretty cool reports...the problem is, when I deploy a report to a report library on SharePoint, I absolutely cannot get it to connect successfully to either an Excel spreadsheet or an Access
    database, no matter if those documents are on the SharePoint as well or on a shared network drive.
    The connections are no problem if the report, the DSN file (if I'm attempting to use ODBC connection), and the Excel/Access file are all in the same location (the shared drive, my own hard drive).....but once the report is put on SharePoint, it just won't
    work.  I continually get errors that the data source isn't found, although I'm absolutely certain that the file location is correct when I try to use OLEDB or the DSN file when I create an ODBC.
    Can anybody else to say what the problems may be here??  I wouldn't think there'd be a problem when all the documents are on the same SharePoint site, but I can't even get that to work...ideally I'd love to connect it to a spreadsheet that all the managers
    are updating on our shared drive, but again, I've failed to make that connection to.
    Any help is VERY appreciated...I've been stuck on this for some time!

    Also, if it matters, I can get a connection to a SharePoint list very easily.  The problem is that it takes manual transfer of data into a SharePoint list, so the report wouldn't be live for those woh run it.
    (If there was a way to either link an Excel to the SharePoint list that would suffice....or to link Excel to an Access database, which links to the SharePoint list....but the latter seems to break the Excel link when I connect Access to the SP list.)

  • SSRS report connecting SSAS 2014 cube not returning measure value

    Hi all
    Recently we migrated SSAS from 2008r2 to 2014 in Dev environment. when we are testing  SSRS reports which are connecting to that cube is having issue. the measure value is returning as [Measures].[LSM Count] instead of numeric value.
    when we connect to old cube in prod environment the report is working as expected and even the mdx query is working fine in  Management studio of new cube.  what would be the issue.
    WITH -- Daily Graphic
    MEMBER SelectedIndicator1 AS '[Measures].[LSM Count]'
    MEMBER SelectedIndicator2 AS '[Measures].[LSM Count]'
    MEMBER SelectedIndicator3 AS '[Measures].[LSM Count]'
    MEMBER SelectedIndicator4 AS '[Measures].[LSM Count]'
    SELECT NON EMPTY {SelectedIndicator1, SelectedIndicator2, SelectedIndicator3, SelectedIndicator4} ON COLUMNS,
    ([Date].[Date].[Date].ALLMEMBERS *EXCEPT([Time].[Time Hierarchy].[Twelfth Of Hour].ALLMEMBERS,[Time].[Time Hierarchy].[Twelfth Of Hour].&[00:00])*[Source 2013].[METRIC GROUP].[METRIC GROUP]*
    [Source 2013].[LocalDn].members)
    } ON ROWS
    FROM ( SELECT ( STRTOSET('[Date].[Date].[Date].&[2015-01-26T00:00:00]:[Date].[Date].[Date].&[2015-01-27T00:00:00]') ) ON COLUMNS
    FROM ( SELECT ( STRTOSET('{[Source 2013].[LOCALDN].&[PGMS1]&[LSM],[Source 2013].[LOCALDN].&[PMES1]&[LSM]}') ) ON COLUMNS
    FROM [IMS]))
    Surendra Thota

    Hi Surendra_Thota,
    According to your description, there are SSRS reports with SSAS data source, after you migrated SSAS from 2008 R2 to 2014, the measure value returned string instead of numeric value.
    I tried to reproduce the issue in my local machine of SQL Server 2014, but it works fine for me. As a workaround, please modify the query like below:
    SELECT
    NON EMPTY
    [Measures].[Internet Order Quantity],
    [Measures].[Internet Sales Amount]
    } ON COLUMNS,
    NON EMPTY
    [Customer].[Education].[Education].ALLMEMBERS *
    [Customer].[Home Owner].[Home Owner].ALLMEMBERS
    ) } ON ROWS
    FROM [Adventure Works]
    If the problem remain unresolved, i would appreciate it if you could sample data and screenshot of the report, it will help us move more quickly toward a solution.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • SSRS 2008R2 Error: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database

    Hi,
    a big problem with our report server has appeared suddenly.
    We are running the SQL Server 2008 R2 with a Report Server. But a .
    I can connect to the Report Server Website and I can choose a report. But if I run the report, it will load endless without timeout message or other error messages.
    I looked in the Report Server Log and find out this confusing error messages:
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!1680!01/21/2014-16:22:41:: v VERBOSE: HttpPipeline::DisconnectCallback: releasing pipeline=0x00000000004ED8D0.
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    The last think I have done, is to grant a new user access to the report server website (by using the site options) and to the root folder (by using the folder options on ws).
    But the error must not relate to the new user. The server was not touched for several days before.
    Could you plz help me? I have no idea what to do. 
    Googling the whole day to find a solution without success

    We are having the same issue with our production reporting server and it doesn't look like a permission issue. We are running the SSRS service as a domain account with administrative privileges on the server. We are seeing the following entry in the log
    file:
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    httpruntime!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_0-1-130355206125382999.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT:
    0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
    SSRS version is 10.50.4270.0
    Regards,
    Augustine.

  • SSRS Reporting manages goes down frequently. ERROR: The underlying connection was closed: An unexpected error occurred on a send.

    We have been experiencing issues with SSRS over the past 5 weeks, the service goes down frequently. And it comes up only on reboot of the server.
    We had also disabled the On Access scan in Mcafee.
    The service is in use for about two years, and the below error started occuring over the last few days. Please advise on this.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: The underlying connection was closed: An unexpected error occurred on a send.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: HTTP status code --> 500
    -------Details--------
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.ConnectStream.WriteHeaders(Boolean async)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
       at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
       at Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel level)
       at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:46:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at    at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListChildrenAction(/Data Sources, False).
    webserver!ReportServer_0-1!1c90!08/14/2014-18:13:51:: i INFO: Processed folder '/Data Sources'
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to GetItemTypeAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListParentsAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListChildrenAction(/, False).
    webserver!ReportServer_0-1!68c!08/14/2014-18:13:56:: i INFO: Processed folder '/'

    Hi SThiyag,
    Based on your error message, it may be related to the “SecureConnectionLevel” in the RSReportServer.config file. Please go to C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer, use Notepad to open the RSReportServer.config,
    modify <Add Key="SecureConnectionLevel" Value="0"/>, change the value into "1" or "2".
    (Note: Please backup the file before modify it.)
    Acceptable values are: 
    3 Most secure—Use SSL for absolutely everything.
    2 Secure—Use SSL for rendering and methods that pass credentials but don't insist on it for all SOAP calls.
    1 Basic Security—Accepts http but rejects any calls that might be involved in the passing of credentials.
    0 Least Secure—Don't use SSL at all
    Here is a blog for error message "The underlying connection was closed...", please refer to the link below:
    http://blogs.msdn.com/b/engelsr/archive/2005/11/29/the-underlying-connection-was-closed.aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SSRS 2012 with SharePoint 2010: Unable to connect to the remote server

    We had originally installed SSRS 2012 with SP 2010 and I did not like how the installation was configured, so we uninstalled everything and removed the SSRS server from the SharePoint farm and uninstalled all the SQL bits (SSRS was deployed to web tier in
    sharepoint mode).
    I've since added a new application server to host the SSRS SharePoint Mode and Installed the reporting services add-in on the WFE.   For reference, I have 1 WFE and 2 App Servers.  the WFE has the Reporting Service Add-in and both App Servers have
    the SharePoint mode of SSRS installed as described here: https://msdn.microsoft.com/en-us/library/hh479774(v=sql.110).aspx
    I've also installed the Service Application and all seems to work well up until I make an attempt to create a report or data source on the WFE.
    It looks like somewhere, the WFE is still looking to connect to the original SSRS machine we installed.  I've gone through registry, config files and the SharePoint config database to see if I can see where the reference value is.  Still can't
    find it anywhere.  None of the Reporting commandlets are helping.
    Technically what is occurring;
    Add Reporting service content types and create a New Reporting Data Source through UI
    ULS Logs go after the url: /_layouts/ReportServer/NewSharedDataSource.rsds
    Exception occurs after some time because it times out trying to connect to wrong host.  Exception below:
    Exception encountered for SOAP method GetSystemProperties: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <WRONG HOST IP>:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) -
    -- End of inner exception stack trace ---
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
    No powershell commands or any of the settings in the service application allow me to set this.  Any help would be appreciated.
    20 Bay Windows Home Server (Not Vail!)
    http://piroozjavan.blogspot.com/

    Issue an iisreset on the WFE, and validate that SSRS Service is running on the App servers.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Problems connecting to SSRS using IReportServerCredentials, the request failed with http status 401: unauthorized

    We have a hosted SSRS server and we access it's reports using the reportviewer in an ASP.net application.
    We are getting the error: The request failed with HTTP status 401: Unauthorized. When trying to run one of the reports. I have confirmed that the login details work when logging into the report manager page directly.
    I have implemented an instance of IReportServerCredentials in a separate class (below) and I call it from the page before it tries to access the report. I'm not sure if this is all I need but can't seem to find any other info.
    I have managed to gain access connecting to the external server from my PC and accessed the report, but when I promote the code to production and run it from there on my local PC I get the unauthorized message again: the request failed with http status
    401: unauthorized
    The class:
    [Serializable]
    public sealed class MyReportServerCredentials :
    IReportServerCredentials
    public WindowsIdentity ImpersonationUser
    get
    // Use the default Windows user. Credentials will be
    // provided by the NetworkCredentials property.
    return null;
    public ICredentials NetworkCredentials
    get
    // Read the user information from the Web.config file.
    // By reading the information on demand instead of
    // storing it, the credentials will not be stored in
    // session, reducing the vulnerable surface area to the
    // Web.config file, which can be secured with an ACL.
    // User name
    string userName =
    ConfigurationManager.AppSettings
    ["MyReportViewerUser"];
    if (string.IsNullOrEmpty(userName))
    throw new Exception(
    "Missing user name from web.config file");
    // Password
    string password =
    ConfigurationManager.AppSettings
    ["MyReportViewerPassword"];
    if (string.IsNullOrEmpty(password))
    throw new Exception(
    "Missing password from web.config file");
    // Domain
    string domain =
    ConfigurationManager.AppSettings
    ["MyReportViewerDomain"];
    return new NetworkCredential(userName, password);
    public bool GetFormsCredentials(out Cookie authCookie,
    out string userName, out string password,
    out string authority)
    authCookie = null;
    userName = null;
    password = null;
    authority = null;
    // Not using form credentials
    return false;
    The call to the class, just before the report is run:
    if (GetConnection.GetConnectionString().ToString().Contains("IP of external server removed"))
    invoiceviewer.ServerReport.ReportServerCredentials = new MyReportServerCredentials();
    We have tried so many things here, we don't even care whether the server authenticates or not but it appears to be as standard. Our hosting company has also drawn a blank and changed so many settings to no ava

    Hi Nasa1999,
    According to your description, you are getting the error: The request failed with HTTP status 401: Unauthorized when you access the report using the ReportViewer in an ASP.net application.
    Regarding the 401 error, it could cause by the Service Principal Name(SPN) for the account the Reporting Services is running under hasn’t been registered when the Reporting Services is configured to use Kerberos authentication. So in your scenario,
    please check if you are using Kerberos authentication. If that is a case, please make sure SPN is configured correctly. For more information, please refer to the similar thread:
    The request failed with HTTP status 401: Unauthorized. in SSRS.
    If issue persists, please check the Reporting Service error log (default location: %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles) around the time that the error message thrown out.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SSRS Report Server Could not establish connection. The underlying connection was closed. Could not establish trust relationship for the SSL/TLS Secure channel

    Hi
    Had to un-install and then re-install MS SQL Server 2012 with SSRS.
    After we re-installed we are able to get to the Web Services page but not the Report Server page and get the above error message. We need to use SSL and when we bind the cert in RS Configuration Manager it says it does this successfully on the WebServices
    tab. We also do a similar exercise on the ReportServer page. 
    Any help warmly welcomed :D
    Thanks

    Hi Rich Whight,
    According to your description, after you re-installed SQL Server 2012 with SSRS, you are able to access Web Service URL, but when you tried to access Report Manager URL, the error occurred: The underlying connection was closed. Could not establish trust
    relationship for the SSL/TLS Secure channel.
    The issue may be caused when the certificate isn't installed correctly in the trusted root for the local computer. To verify and install the certificate, Please refer to the steps blow:
    In RsReportServer.config file(default location: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer), change the “SecureConnectionLevel” element value from 0 to 3.
    Add correct value to <UrlRoot> element.
    Add the same value to the <ReportServerUrl> element as step2.
    Go to Microsoft management Console, add the certificate which you use to access the report server under “Trusted Root Certification Authorities”.
    For more information about SSL configuration and Managing Trusted Root Certificates, please refer to the following documents:
    http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx
    http://technet.microsoft.com/en-us/library/cc754841.aspx
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu

Maybe you are looking for

  • Burn' iso on a usb key rather than a CD

    is this possible in 10.5 ?

  • Sims 3 lags - how to improve performance

    When playing the Sims 3, the game lags quite a lot, even with ALL the graphic settings at the lowest or disabled all together. One of the games main highlights is supposed to be the graphics. Is there a way to improve my computer's performance while

  • Unable to start service jms:

    Hi, When running imqbrokerd.bat I get the following error. Please can you help out. I am running this on windows 2000 server SP4. Thanks [27/Aug/2004:16:30:55 BST] ================================================================== Sun ONE Message Que

  • Question abourt Cairngorm framework?

    Hi I do not understand why we put the following line in main page. <control:myController id="controller" /> <business:Services id="services" /> but no code in main page use the IDs for control and business. Thanks Mark

  • Error Number: 0x800CCC0D

    How can I fix this problem.  I tried to send an email with attachment, but this error comes up and I can not send anything!! '{edited for privacy}', Server: '[email protected]', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 11003, Error Nu