WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point

I am getting the following error message while trying to configure a database for a Reporting Service Server.  Both SQL Server and Reporting server are 2012 named instances.  I have 2014 instances as well on the same server.
Exception details...
Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation.
 ---> System.Runtime.InteropServices.COMException (0x800706B3): The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
Can someone help me on this please?

Hi Jaigi,
According to your description, you want to change a report server database for Reporting Services. But it fails on the last step and returns a error. Right?
In this scenario, it seems you are creating a report server database on another server via remote connection. Based on the error message, it has issues on executing the script for generating new database. Please check if you have permission to connect the
server and create a new database. Also please check if the Reporting Services Windows services is working properly.
If you have any question, please feel free to ask.
Best Regards,
Simon Hou

Similar Messages

  • Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. This failure occured while attempting to connect to the Principle server.

    We are using SQL Server 2012.
    Every now and then, when we execute the below stored procedure INSERT_INTO_MYTBL, we got the below error, and it returned @ID = 0.
    "Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. 
    This failure occured while attempting to connect to the Principle server."
    What causes this error, and how can we fix it ?
    Thank you.
    create procedure INSERT_INTO_MYTBL
    @ID int output,
    @Order varchar(50) = NULL,
    @ACCOUNT varchar(20) = NULL
    AS
    DECLARE @Success int, @TryNr int, @ErrMsg varchar(500), @ErrNumber int, @expected_id int;
    SET @Success = 0;
    SET @TryNr = 1;
    SET @ErrMsg = ''
    WHILE @Success = 0 AND @TryNr <= 3 and @ErrMsg = ''
    BEGIN;
    BEGIN TRY;
    BEGIN TRANSACTION;
    retry:
    BEGIN TRY;
    SELECT @expected_id = ident_current('myTbl') + 1
    SELECT @order = @account + '-' + CAST(@expected_id AS varchar(50))
    insert into myTbl
    ([Order],ACCOUNT)
    values
    (@Order,@ACCOUNT)
    END TRY
    BEGIN CATCH;
    SELECT @ErrNumber = ERROR_NUMBER()
    IF @ErrNumber = 2627
    BEGIN;
    GOTO retry
    END;
    ELSE
    BEGIN;
    SET @ErrMsg = '1.' + ERROR_MESSAGE() + ' ' + @order
    RAISERROR (@ErrMsg, 16, 1);
    END;
    END CATCH
    select @ID = SCOPE_IDENTITY()
    IF @id <> @expected_id
    BEGIN
    UPDATE myTbl
    SET [Order] = @ACCOUNT + '-' + CAST(@ID AS varchar(50))
    WHERE ID = @ID
    END
    SET @Success = 1
    COMMIT TRANSACTION;
    END TRY
    BEGIN CATCH;
    ROLLBACK TRANSACTION;
    SELECT @ErrNumber = ERROR_NUMBER()
    IF @ErrNumber = 1205
    BEGIN;
    SET @TryNr = @TryNr + 1;
    IF @TryNr > 3
    RAISERROR ('Giving up after 3 consecutive deadlocks for %s', 16, 1,@ACCOUNT);
    END;
    ELSE
    BEGIN;
    SET @ErrMsg = '2.' + ERROR_MESSAGE() + ' ' + @order
    RAISERROR (@ErrMsg, 16, 1);
    END;
    END CATCH;
    END;

    When the problem occurs, the stored procedure returns @ID = 0, which I think means the query
    When the problem occurs, the procedure does not return anything. SQL Server was told to stop executing. Furthermore, unless you issue the command SET XACT_ABORT ON, SQL Server will not roll back any open transaction. Which is one more reason you should not
    permit command timeouts.
    As for why this procedure sometimes take a long time, I would primarily suspect locking. When this occurs (but before the timeout elapses!), you could use my beta_lockinfo to see if there is any blocking going on. You find it here:
    http://www.sommarskog.se/sqlutil/beta_lockinfo.html
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • After installing Lightroom 3, we get a message saying "An Error occurred when attempting to change modules"

    After installing Lightroom 3, we get a message saying "An error occured when attempting to change modules"
    The Lightroom background comes up but I don't have the side information and no arrow to get it.
    Can anybody help.
    Debbie

    Best guess is a permissions problem although you haven't mentioned what operating system you are using.
    Have a look at: Error changing modules | Lightroom

  • An error occured when attempting to change modules .. how to solve this ? Thanks

    Hi there,
    I installed Lightroom 5, then it asked it for some directory to create some catalogue. I changed was was given default to me to some other directory. It was a mistake.
    Then a message saying "An error occured when attempting to change modules" always popped out when I started Lightroom 5.
    In fact I uninstalled and reinstall Lightroom 5 again. Ang it gave me the same message. I am not sure why when I reinstall it, it no longer asked me the directory I wanted to create the catalogue but instead gave me the error message straight away...
    Any ideas on how to solve this is greatly appreciated as I desperately need to use this Lightroom 5 ...
    Thanks

    99jon wrote:
    Did you install from CC desktop or from an Adobe download link?
    When you click on the install button under the Apps tab within the Creative Cloud desktop app, no serial number is required.
    Hi 99Jon,
    I installed from CC desktop and you are correct. You are correct, when I install the CC, there is no serial number required or given to me.
    Let me explain again the sequence of my problem.
    1) I installed the CC desktop after I chose to pay monthly.
    2) The installation was perfectly fine, NO asking of serial number
    3) I install the Lightroom 5.7.1 without problem and NO asking of serial number too.
    4) I run Lightroom 5.7.1 for the first time and it asked me to select a folder for catalogue I didn't select the default directory that it suggested. And this caused problem because it then gives a message saying "An error occurred when attempting to change modules"
    5) so I delete the whole Lightroom 5.7.1 and reinstall from CC Apps.
    6) The problem still persists and I continue to have the "An error occurred when attempting to change modules" message
    7) So I deleted the Lightroom 5.7.1  and reinstall. Problem still persist.
    8) So, I did a software update as advised by the link you gave me (ie Solution 1). Interestingly, the update Version is 5.7.1 which I have.
    9) After the update installation, I no longer receive "An error occured when attempting to change modules" the message but instead tnow I receive message asking me for serial number. So much problem now ...
    Note:
    If you see this link, something is wrong bcos when you clicked the settings wheel, you'll see that Managed Application - Uninstall Unavailable"
    <a href="http://s32.photobucket.com/user/ryan_khoo/media/ScreenShotofAdobeCC_zpsa6c420e7.jpg.html" target="_blank"><img src="http://i32.photobucket.com/albums/d2/ryan_khoo/ScreenShotofAdobeCC_zpsa6c420e7.jpg" border="0" alt=" photo ScreenShotofAdobeCC_zpsa6c420e7.jpg"/></a>
    So now my problem has changed form one where the error message popped up to one which now asked me for serial number ...
    Any ideas ?
    Thanks

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Another "An error occurred when attempting to change modules" error

    Hello all:
    After using Adobe Photoshop Lightroom on Mac OSX trouble free for the past 6 months, I opened up Lightroom today and received the following error: "An error occurred when attempting to change modules." I had not made any changes in between when it worked normally and when the error started to occur. I beleive the last thing I did before this error occurred was to go into the Print Module.
    Other information--I keep all my RAW .NEF files on an external Firewire (800) 750 GB drive. This is on Mac OS X 10.5 running Adobe Photoshop Lightroom 1.3 and also with 1.4.1. I'm running an iMac 20" with dual-core 2.2 Ghz Intel processors and 4 GB of RAM. I have around 25k images total.
    When I noticed this problem, I was on Lightroom 1.3. I immediately upgraded to 1.4.1, which did not solve the problem. I have also tried many suggestions in the forums including uninstalling the application and removing the .plist file.
    I thought I had come up with a solution by creating a new catalog, then importing the former into it. While this seems to work immediately after the import process, as soon as I close it, the problem manifests itself again.
    More details that may or (likely) may not help:
    - Going to the Develop and Print Modules gives me no problems. However, when I click on Library, Slideshow, or Web, I see the error.
    - I upgraded my Mac to the latest patch level after observing this error to no avail.
    So it looks like my choices are to create a new file and reimport every single time, or lose all of the work I've done for the past 6 months on thousands of images.
    Can anyone please help???? I promise to post the solution when we fix this darn thing so others may benefit. I'd be happy to run through any troubleshooting that y'all would suggest outside of switching to a Canon.
    Thanks!!!!
    Matt

    I'd first check for the existence of a file ending in .lock, which should be present when LR is in use, but if it exists when LR is quit, it can cause problems, and should be deleted.
    Please post back your results.

  • I have Lightroom 5 installed on my MacBook Air but when I try to open the program I receive the message "An error occurred when attempting to change modules".  I uninstalled, emptied trash and re-installed but I continue to get the same message.

    I have Lightroom 5 installed on my iMac which I downloaded (uploaded?) to my MacBook Air (via wi-fi) but unlike the iMac, I'm unable to use the program on the MacBook Air.  When I open the program on the iMac and click 'file', (as people using the program would know) there are 21 options - import pics, export, etc, etc - however, in the version on the MacBook Air, opening 'file' gives me four options - New Catalogue, Open Catalogue, Page Setup and Printer - and with that comes the pop-up message "An error occurred when attempting to change modules".  Any ideas please?

    A forum thread from 3 years ago talking about LR 1.x which had this problem seems to need permissions fixed or new folders created with the corrected permissions.  You might try doing a repair permissions for your user and/or run LR as an administrator user.  I am a PC person so cannot tell you exactly how to do that.
    https://forums.adobe.com/message/1457020

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • An error occurred when attempting to change modules.--when i log in as a guest program works fine but when i log in onb my account that pops up

    An error occurred when attempting to change modules. this comes up on my account on my mac but not when guest account  ?

    I fixed the problem myself, no response in chat nor phone (1 hour in hold an no answer) here's the link, step # 5 saved me! Here's the link seems to be a very common problem, hope it works for you! Error changing modules | Lightroom

  • Lightroom 4: An error occurred when attempting to change modules.

    I downloaded Lightroom 4 a few days ago and installed it on my MacBook Pro. Everything worked great. I thought it would overwrite Lightroom 3, but it didn't. So Lightroom 3 is still installed, but I haven't opened it since I installed Lightroom 4.
    I downloaded Lightroom 4.3 this morning and installed it on the same MacBook Pro.  Using my MacBook Pro and a second monitor, I opened Lightroom 4.3 and worked on some photos. Everything worked great.
    Then I began watching a slideshow in the Lightroom 4.3 slideshow module on the second monitor with my MacBook Pro in the library module. During the slideshow I clicked on the slideshow module on my MacBook Pro and got this error message:
    An error occurred when attempting to change modules.
    Now I can’t get into the slideshow module. I just get the error message.
    I moved the preferences file to the trash and reopened Lightroom 4 but lost color labels, so I put it back in the preferences folder.
    Thanks for your help

    I called Adobe and let them fiddle online with Lightroom on my MacBook Pro. The Adobe tech claims I have a corrupt permissions file. He told me to contact Apple and have them rebuild my permissions file.
    When I contacted Apple, the tech said to startup my MackBook Pro with the option key held down until the first screen appears. Then click on: Recovery HD, arrow, Language, Disk Utility, Macintosh HD, Repair Disk Permissions.
    I did this three times, but some permissions were not repaired. Another Apple tech then suggested I bring my MackBook Pro to a Macintosh authorized repair shop, and have them repair my permissions file. I asked if I can buy Norton Utilities or a similar program and do it myself. The Apple tech said yes, but an authorized repair person will know which permissions to repair and which ones not to touch.
    Unless someone on this forum can tell me how to do this repair myself, I’ll get it repaired next week. And, I’ll post the results as soon as I can.

  • An error occurred when attempting to change modules Lightroom 5 CC

    I've seen other users pose this question but haven't seen any solutions that work for me.  I get the error: "An error occurred when attempting to change modules" when I open up Lightroom 5 on one user, but on another user it opens up fine.  I've tried moving and trashing preferences, uninstalling and reinstalling the program.  It's the same whether I open an existing catalog or try to open Lightroom while creating a new project.  Any help would be greatly appreciated.  This occured after updating to Mavericks on a 2011 iMac.  All other Creative Cloud apps seem to have installed just fine.

    Hi 99jon,
    Many thanks for that. Had been going through this list yesterday and now again today:
    Ref  Solution 1: Lightroom is at its latest update
    Ref  Solution 2: It's interesting how I cannot find the Preferences file anywhere on my mac. (new mac pro, OS 10/9.2) . . .
    Ref  Solution 3: Lightroom doesn't allow me to do anything after the error message appears
    Ref  Solution 4: don't have any Nik Software plug-ins
    Ref  Solution 5: checked permissions and changed all to "Read & Write" - makes no difference
    Ref  Solution 6: I don't have a different user account on my mac.
    Not sure what else to do.

  • An error occurred when attempting to change modules.

    Loaded LR on my iMac, tried to copy & use a catalogue from W7 P/C. Now get "An error occurred when attempting to change modules."  when opening LR. Tried a variety of on-line suggestions, HELP. NB too much hassle with all the other apps to start a new user with such as Adobe and Microsoft.
    George

    Hi, I¹ve been through it again to ensure I¹ve not forgot things. Completely
    removed Lightroom and all files I can find, etc and reloaded. Some tedious
    result. Step 6 is too time consuming at the moment for me, too many things
    on the go since I¹m about to go on holiday and on return I shall need
    Lightroom on this iMac. Any clues? This iMac had Mavericks from new,
    uploaded to Yosemite and then loaded Photoshop CC, Lightroom etc and get
    this damned problem.
    Reading around the web I¹m not the only one with this issue, to suggest a
    new user a/c is a soft option without resolving the issue.
    I hope an expert from Adobe can resolve this,
    Regards, George (retired IT Manager and IT Systems Project Manager)

  • An error occurred when attempting to change modules. message after my regist numb?

    after I put my regist number appears this message= An error occurred when attempting to change modules.
    and I cannot use my lightroom
    What to do?

    http://helpx.adobe.com/lightroom/kb/error-changing-modules-lightroom.html

  • I have a mac, and am trying to install lightroom 3.6, everything says it has installed ok, but when trying to open I get this message...An error occurred when attempting to change modules.

    anybody have any idea?

    https://forums.adobe.com/search.jspa?q=error+occurred+when+attempting+to+change+modules&pl ace=%2Fplaces%2F1383621&depth=…

Maybe you are looking for

  • I need to create a bingo card...

    Hi I am totally clueless and started my class well behind everybody else. I am not asking for solution to my assignment is the assignment is to create the whole game, all I am asking is how to start. I am supposed to start by creating a Bingo Card. W

  • How do I fix broken song files in iTunes with songs transferred from my iPod to my computer?

    Recently got a new computer but when I tried to transfer the files in My Music>iTunes to my new computer I realized that only about half the songs in my library have folders in the iTunes folder, even purchased songs (no idea why). I could download m

  • Frequent  block Corruption....

    Hi, Oracle documents mentioned , block corruption rarely happens but i have to frequently face this problem ,mostly logical corruption. And when this happens i have to recover that datafile from the backup which is very much time consuming and loss t

  • Need to reset mouse prefs without using a mouse...

    Can i reset the monitors and mouse prefs to defaults without using the preferences panel? I had to reset the right mouse button as the primary button to test something. I had forgotten that this mouse had installed it's own prefs panel and I made the

  • White Dots on MacBook Pro Retina

    Macbook Pro Retina display has white dots on the display... It looks like physical damage, however I have never dropped my laptop nor touched my screen... This is a $1800 laptop, I shouldn't expect it to have such annoying dents... Is there any way I