CMS Will not start. MS SQL not starting. Error: 9003, Severity: 20, S

Sometime in the last two weeks, the master MS SQL database has been corrupted. As a result the Central Management Server will not start and we can not log into our online Crystal Reports viewer. We are running 11.0.0.1282 and what ever version of MS SQL that installed with Business Object and Crystal Reports.
Is there anyway to recover this master database (no, we do not have a backup). Can it be reinitialized and then what steps do I need to go through to get back at our reports?
Thanks...
Glenn

Hi,
if you dont have a backup its getting worse. The CMS DB and FileStore Backups need to be in synch. You can re- initialize the DB...but all your Objects will be lost.
If the CMS doesnt start, you even cant backup your repots, universes etc. using the local client tools.
Regards
-Seb.

Similar Messages

  • Not Like in SQL not working

    Trying to use not like in the following sql:
    select *
    from respondents
    where sample_id = 00000001
    and email not like '%cccp.org%';
    Right now, I'm getting back 51 rows, but 1/2 of the rows have the wrong domain in the email fields, and I need to filter all of the wrong ones, except cccp.org.
    There was a thread,
    NOT LIKE
    And I tried that, but not getting the correct results.
    thanks

    Given a simple table like:
    SQL> SELECT * FROM t;
    EMAIL
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected] WHERE email NOT LIKE '%cccp.org%' will return:
    SQL> SELECT email FROM t
      2  WHERE email NOT LIKE '%cccp.org%';
    EMAIL
    [email protected]
    [email protected]
    [email protected] is exactly what you asked for. However, this statement "1/2 of them have the wrong email domain, like .edu and .com email domains" seems to contradict the predicate. Do you really want something more like:
    SQL> SELECT email FROM t
      2  WHERE email LIKE '%cccp.org%';
    EMAIL
    [email protected]
    [email protected]
    [email protected]
    John

  • HT5654 Just tried 3 times to update iTunes on my PC running Vista.  There was an error.  It stopped the installation.  Now iTunes will not start at all.  The error message tells me to reinstall which I tried but did not work.  What should I do?

    Just tried 3 times to update iTunes on my PC running Vista.  There was an error.  It stopped the installation.  Now iTunes will not start at all.  The error message tells me to reinstall which I tried but did not work.  What should I do?

    Hello, Jdragone. 
    Thanks for the question.  Start with completely uninstalling iTunes and all of it's components in the order specified in the article below.  Once this is done, download and install iTunes.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    If you receive any errors when uninstalling any components of iTunes, try the steps in the article below for each component that gives you an error.
    "The feature you are trying to use is on a network resource that is unavailable" alert appears when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H.

  • Pages 2.0 will not get past the "getting started" screen

    i just updated pages to 2.0 on ipad 2 retina (ios 7.0.2) and now i cannot open pages, it will not get past the "getting started" screen
    has anyone else experienced something similar?

    Had the same problem. This sovled it for me:
    Just let it load.
    In Keynote, I didn't have so many documents, so the freeze didn't take too long- that's how I noticed it's just a freeze while loading.
    For pages it took much longer. You can also turn off iCloud in settings for Pages, Keynote, etc. open it, re-enable iCloud in settings app again and quick switch back to pages (double-click home button). It will freeze up again, but after a while after all documents have been pulled from iCloud, it will be back to normal.

  • I recently got a new iphone 4 w/iOs 7. I set up th eicloud, etc. and got my contacts and appointments from outlook. All was fine. Now it will not snyc/update my phone from outlook. I get "Your setup couldn't be started because of an unexpected error."

    I recently got a new iphone 4 w/iOs 7. I set up th eicloud, etc. and got my contacts and appointments from outlook. All was fine. Now it will not snyc/update my phone from outlook. I get "Your setup couldn't be started because of an unexpected error."

    Hello JinxUK,
    Thank you for the details of the issue you are experiencing with the iCloud Control Panel.  I found an article referencing the error message you are getting:
    “Your setup couldn't be started because of an unexpected error.”
    Apple is investigating this issue. This article will be updated as more information becomes available.
    iCloud: iCloud Control Panel setup cannot be started
    http://support.apple.com/kb/TS5178
    I recommend saving that link so that you can check back for a resolution when it becomes available. 
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    I have this issue. It isn't the MSVCR80 issue. No matter what I do nothing will let me even INSTALL Apple Moblie Device. Further details are in my thread:
    https://discussions.apple.com/thread/5831093

  • SQL Server not Starting Up - Could not open error log file system error = 5(Access is denied.)

    Hi guys,
     I am working on issue with SQL Server 2008 R2 .. we rebooted the server and after that all SQL services is not coming up. below is the error from eventlog...
    SQL Server running under NetworkService account and has full control on this files..
    from Config Manager ....
    The request failed or the service did not respond in a timely fashion....
    From Event log..
    initerrlog: Could not open error log file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'. Operating system error = 5(Access is denied.).
    Any idea or workaround..?
    Thanks..
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    Finally I found solution and was able to bring back online the SQL Services...
    I had a very similar issue with the following error (event log):
    Description:
    The SQL Server (MSSQLSERVER) service terminated with service-specific error 17058 (0x42A2).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Event Type:      Error
    Event Source:      MSSQLSERVER
    Event Category:      (2)
    Event ID:      17058
    Date:            19/05/2012
    Time:            10:20:14
    User:            N/A
    Computer:      NSQLXX
    Description:
    initerrlog: Could not open error log file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    Operating system error = 5(error not found).
    In this case the ERRORLOG file had been marked as read only. This was following a scheduled automated boot.  -This
    was culprit
    MSSQL wouldn't not start until this file had been changed.
    http://www.experts-exchange.com/Database/MS-SQL-Server/Q_23951723.html
    Thanks everyone for your kind replies and time...
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

  • Wndows could not start the SQL Server (MSSQLSERVER) service on Local computer

    I have 2 instance of SQL Server in same server. A is installed first and B next.
    Somehow A cannot start at all when I try to start from Windows Services.
    B can be started normally.
    A worked normally week ago. There has been only one thing what I may have to server since that.
    I have installed MondoDB. Currently MondoDB it is stopped. 
    windows could not start the SQL Server (MSSQLSERVER) service on Local computer
    Error 31: A device attached to the system is not functioning.
    Kenny_I

    I don't see anything special in event logs.
    Data file of both SQL Server instance are located on same C drive of same server.
    Kenny_I
    Hello Kenny,
    The main issue is not related to SQL server .SQL is at receiving end its hardware or the cables ( not sure which one) are the one causing issue.
    I serached
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/111da2ae-0a86-41a5-ba03-7d1c0cc91ea9/windows-error-code-31a-device-attached-to-the-system-is-not-functioning-properly?forum=wdk
    http://www.chicagotech.net/netforums/viewtopic.php?f=1&t=6467
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Firefox will not open or won't start (see /questions/964132 )

    was Ok till recently

    Please include more information, such as your Operating System (Windows?) and version, plus exactly what happens when you try to start Firefox. The information that's listed in a recent Firefox crash report, if available, might also help. See [[Firefox crashes]] under '''Get help fixing this crash''' and post any crash Report IDs recently submitted (they'll start with '''bp-''' )
    Your question title says "Firefox will not open or won't start (see /questions/964132 )" I looked at that question and it was started by another Firefox user. [/questions/964132?page=2#answer-477049] has a number of suggestions if Firefox won't start. Which ones did you try?
    For other possible solutions see
    * [[Basic Troubleshooting]]
    * http://kb.mozillazine.org/Browser_will_not_start_up
    *[/questions/958850] ''Firefox won't open after restart''
    Note: A "clean reinstall" was one of the suggestions in [/questions/964132]. It means removing the Firefox application files and then reinstalling Firefox from a fresh download, as explained in the "Reinstall Firefox" step in [[Basic Troubleshooting]]. If that allows you to start Firefox, but if the problem returns after restarting the computer, you should do another "clean reinstall" and then troubleshoot your plugins by disabling all of them, as suggested in the [[Basic Troubleshooting]] article.

  • My MacBook Pro will not start. When I started it goes to a gray screen with the Apple logo and has the spinning dial. When I started in safe mode it will not start. In safe mode it as an error message that says MacBook Launch_msg():Socket is not connected

    My MacBook Pro will not start. When I started it goes to a gray screen with the Apple logo and has the spinning dial. When I started in safe mode it will not start. In safe mode it as an error message that says MacBook Launch_msg(): Socket is not connected

    If running 10.7 or later hold down Command-R at Startup.
    This should invoke recovery Mode.
    Choose Disk Utility.
    Select your Hard drive. Inspect the SMART Status in the lower right of the window for "Verified".
    Select the Mac OS X Volume (originally Macintosh HD) click (Repair Disk)
    If errors, run again until it comes clean or gets stuck.
    Report any error messages.

  • Hyperion 11.1.2.3 --EPMA server is not starting on SQL-Server2008 R2

    I checked the SQL server DB and it looks fine and getting below error
    [2013-11-05T10:32:59.018-06:00] [Error] Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)

    Have you met the prereqs:
    When creating a Microsoft SQL Server database for use as a repository, ensure that you set these options:
        Set READ_COMMITTED_SNAPSHOT = ON
        Set ALLOW_SNAPSHOT_ISOLATION = ON
    Also worth checking out the following Oracle Support doc:
    Unable to Start EPMA Process Manager Service When Using SQL Server Named Instance or Non Standard Port (Doc ID 1162697.1)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • After update.. i can not start the ipad, when i press agree in the terms ...it will freeze and the screen not working///help please

    after update.. i can not start the ipad, when i press agree in the terms ...it will freeze and the screen not working///help please

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • Unable to start T-sql Debugging . could not connect to computer'.'.the workastaion service hase not been started

    hello
    when i excute code in sql server 2008, this error appear:
    unable to start T-sql Debugging . could not connect to computer'.'.the workastaion service hase not been started.
    what do i do?
    thanks

    hello
    when i excute code in sql server 2008, this error appear:
    unable to start T-sql Debugging . could not connect to computer'.'.the workastaion service hase not been started.
    what do i do?
    thanks
    Hello,
    This forum is to discuss and ask questions about the Debugging tools of
    Visual Studio, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace, it seems like that your issue is out of the support range which is regarding
    Using the Transact-SQL Debugger, if that is the case, I would recommend you post this issue in the following forum like this thread
    Unable to start T-SQL debuging.
    SQL Server>Transact-SQL
    Regards,
    Carl
    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.

  • IOS 7 will not load on ipad 2.  It starts and then gives an error message.  I'm in Florida.

    iOS 7 will not load on ipad 2.  It starts and then gives an error message.  I'm in Florida.

    the servers are overloaded at the minute. keep t it and it will download eventually!

  • HT201274 Wanted to load an app onto my wife's ipad. BUT, the program keeps saying I've already purchsaed it and will not let me purchase again. I've tried everything I can think of. Now looking at wiping ipda competely and starting over but not sure that'

    Wanted to load an app onto my wife's ipad. BUT, the program keeps saying I've already purchsaed it and will not let me purchase again. I've tried everything I can think of. Now looking at wiping ipad competely and starting over but not sure that'll help. Between the time I purchased the app and now, I had to change password's w/Apple (Stupid system in the first place IMO) and it doesn;t liek new password

    I can find the app, but the free version only. I paid for the upgrade ($1.99) on my ipad and now I want to add it (or buuy it) for my wife's ipda, but it will not allow me

Maybe you are looking for

  • Indesign CS6 simply not opening in any way on Windows 7.

    Indesgn CS6 has not opened since my Windows 7 PC has been re-formatted a few weeks ago. I have installed all recent updates and it won't open from either short-cuts or through explorer. Any suggestions?

  • My IPAD thinks it is an American!

    I bought a brand new IPAD2. Silly me to have declined an offer from the store to configure this unit. I thought it would be a breaze. After much searching, I have finally convinced my IPAD that it is a Canadian IPAD (despite having clicked on Canada

  • How does WLS 7 handle XAResource prepare failures..?

              Hi,           I am in the process of testing the XA behaviour of JDBC drivers in WebLogic server           7.0, for the purpose of integrating our middleware agents that rely on JDBC and           XA.           For this, I have implemented

  • Compressing PDFs into a zipped file I can email to a coworker

    How can I compress a bunch of PDF documents that can be emailed to a coworker that probably has a PC?

  • Using different JDK's...

    Hi, I compiled several classes with JDK 1.5. When trying to start them under JVM 1.4 I get the following error message: class file has wrong version 49.0, should be 48.0 I'm compiling my classes by a custom ant script: <target name="compile" descript