Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8860251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:13:48+00:00 2026-06-14T15:13:48+00:00

I have been involved in deploying SSRS SDK ( http://ssrsphp.codeplex.com ) to access Reporting

  • 0

I have been involved in deploying SSRS SDK ( http://ssrsphp.codeplex.com ) to access Reporting Services for a while now. But whatever tutorials, blogs, working samples I have followed indicate using “SQL Server 2008 Express with Advanced Services edition”. Is this SDK only supported in that edition.

At the moment I am using SQL Server 2008 (not the express edition). And all I got till now is this:-

Failed to connect to Reporting Service
Make sure that the url (http://localhost:80/reportServer/) and credentials are correct!

for the codes:-

<?php require_once 'SSRSReport.php';
try{
    $ssrs_report = new SSRSReport(new Credentials(UID, PASWD), SERVICE_URL);
}catch (SSRSReportException $serviceException){
    echo $serviceException->GetErrorMessage();
}?>   

Although I have properly Setup Reporting Server in my Machine and also my credentials are right; but I am getting nowhere arround.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:13:49+00:00Added an answer on June 14, 2026 at 3:13 pm

    Found that it is acutally possible to use SSRSPHP in Enterprise Edition. This library throws exception all the time when the code tries to see if web service URL is OK. See following lines on SSRSReport.php starting at Line 195:

    $context = stream_context_create($stream_conext_params);
    $content = @file_get_contents($executionServiceUrl, false, $context); 
    if ($content === FALSE)
        {
            throw new SSRSReportException("",
                        "Failed to connect to Reporting Service  <br/> Make sure " .
                        "that the url ($this->_BaseUrl) and credentials are correct!");
        }   
    

    You see this exception of “Failed to connect to Reporting Service…” appeared all time for me and others as well. This is unrepairable error. I can explain this but its not the right time. Just let it be like this below and job is done.

    $context = stream_context_create($stream_conext_params);
    $content = @file_get_contents($executionServiceUrl, false, $context);
    if ($content === FALSE)
    {
        //throw new SSRSReportException("",
          //          "Failed to connect to Reporting Service  <br/> Make sure " .
           //        "that the url ($this->_BaseUrl) and credentials are correct!");
    }
    

    It works, really! this has been working for me. I hope that does to you too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been involved in building a custum QGIS application in which live data
I have just been involved in writing an application that does not use Doctype's
I am new to RIA and have not been actively involved with this technology
I have tried a lot but not been able to understand the steps involved
I have been involved in developing XMLSchema models for a community domain (science) and
I have been requested to get involved with a family member's site. To date,
I've been working on a project where I have been using LinqToSQL that involved
I have been involved in some debate with respect to libraries in Linux, and
I'm a reasonably intelligent guy and have been involved in a lot of stuff
A suite of integration services that use NServiceBus have been dropped in my lap

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.