SQL Server Reporting Services (SSRS) 2005 - Put request

Xin Li 0 Reputation points
2024-03-05T06:00:39.78+00:00

Hi Microsoft Support Team,

I am currently working on a project where I need to upload images programmatically to an SSRS 2005 server using Python scripting. I have developed a script that successfully uploads images to the SSRS server. However, despite receiving a "successful upload" confirmation from the script, I am unable to locate the uploaded images within the SSRS interface or the designated storage location.

Additionally, I would appreciate any relevant documentation, references, or insights you can provide regarding image uploads and supported HTTP methods in SSRS 2005.

User's image

Best Regards,

Xin

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,915 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Q&A Assist
    2024-03-05T06:00:39.7833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    SSRS 2005 does not support PUT requests for image uploads. The HTTP 405 error message you received indicates that the PUT method is not allowed for the URL. According to the Microsoft documentation, the HTTP PUT method is not supported in SSRS 2005. However, you can upload images to the SSRS server using other methods such as the HTTP POST method. You can also upload images to the server by using the Report Manager or the Report Server Web service. For more information on supported HTTP methods in SSRS, please refer to the Microsoft documentation.


    References:


  2. Olaf Helper 44,311 Reputation points
    2024-03-05T06:51:31.85+00:00

    I am currently working with SSRS 2005

    First, SSRS 2005 is out-of-support since a very long time.

    Second, SSRS 2005 has a SOAP web service, you can not use simple Http(s) request, you have to use a SOAP client.

    0 comments No comments

  3. ZoeHui-MSFT 36,191 Reputation points
    2024-03-06T02:21:02.35+00:00

    Hi @Xin Li,

    Check Bulk uploading images to SSRS to see if it is helpful.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.