Re: Service wont start???

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Aug 17, 12:38 am, "Lyndon Hughey" <lhug...@xxxxxxxxx> wrote:
I'm having issues getting analysis services to start. The error that i get
from the event log is below. I've uninstalled and reinstalled Analysis
Services, but no soup. Any help is appreciated.

Event Type: Error
Event Source: MSSQLServerOLAPService
Event Category: (289)
Event ID: 0
Description:
The service cannot be started: The DOM parser failed to load and parse the
stream. URL:'' Reason: 'Incorrect document syntax.
' Source:''. File position: 0. Line: 1. The DOM parser failed to load and
parse the file '\\?\C:\Program Files\Microsoft SQL
Server\MSSQL.2\OLAP\Data\master.vmp'.

For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.

Maybe you need to install the latest version of the MSXML parser on
the server. I think the latest is version 6.


Cheers,
Irving

.



Relevant Pages

  • Re: Loading files asynchronously using SwingWorker: method communication problem
    ... correspondingly reading from file operation and parsing that file into ... load() method makes use of SwingWorker ... call parse() method. ... Since I think you are calling loadin response to a GUI event, it makes sense to me to put both loadand parsein a single method and then invoke the worker thread on the whole thing. ...
    (comp.lang.java.programmer)
  • History Replacement And New Location Combined
    ... Since each page would run restorePage() function on the ... // Parse the form and add parameters to the current location.search ... As could be seen from the code above, I synchronize replace and load ... requests, giving the replace request a full second to execute. ...
    (comp.lang.javascript)
  • Re: Loading files asynchronously using SwingWorker: method communication problem
    ... correspondingly reading from file operation and parsing that file into ... load() method makes use of SwingWorker ... call parse() method. ...
    (comp.lang.java.programmer)
  • Re: Sending existing XML document to a document-literal web service
    ... When you say you don't want to parse the object and load it into an object, ... My understanding is that you can use XmlSerializer to read the XML document ... which was then sent out through the web service. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: A challenging file to parse
    ... What I really want to do is just parse the file in column order. ... ftellto record the file position after the column ... fseek() to the remembered file position for a row, ...
    (comp.lang.c)