Live Update & Live Monitor still has one error

Most of Live update VS 3.54.000 seems to be working except the
Except (live Utility & Live update) getting the
( error loading database) error

Quote
Originally posted by Danny
The mess created when the MSI web team updated the server still has a lot of broken links. The servers are running all that well either. The links on the motherboard pages seem OK, so you might try the hard way.
thanks for the reply (Danny)
and I was thinking I had to start again with a fresh install
I also noticed when clicking on the link with the notifacation emails some times getting the HTTP 404 Not Found error
 The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
the error below also comes up within Live Update
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
Open the tw.msi.com.tw home page, and then look for links to the information you want.
Click the  Back button to try another link.
Click  Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer
------------------------------------------------------------------------------------

Similar Messages

  • Script Task Builds Successfully But Still Has Compile Error (SQL 2012)

    This is repost in a way but the problem has not gone away and I really need to find a solution.
    I have some script from SSIS 2008 that uses the ReportExecution2005
    web service to execute SSRS reports and save the results to Excel. There were some initial problems with confusion between Web Service Reference (legacy?) and Service Reference (WCF) but I think that I have that sorted out
    now.
    The remaining problem is that, while the VB script (which I have pasted in from a working SSIS 2008 Script Task) builds/complies without error, I get a compile error when I close the Script Task and it has the dreaded "Red X" in the Control
    Flow. If I attempt to run the package I get a message box saying that there is a compile error.
    How can I identify the problem and fix the error? The script itself has no errors in SSIS 2008.
    R Campbell

    This is the code by the way (see below) as pasted into the Main sub.
    I have added
    http://localhost/reportserver/reportexecution2005.asmx as a Web Service
    Reference (under the  "Advanced" button) not just a Service Reference (WCF).
    I can build the code without error but I get an error, saying that there is compile error, when I close the Script Task.
    ReportExecutionService definitely shows up in Object Explorer, not the
    WCF "equivalent" of ReportExecutionServiceSoapClient.
    I have always had the impression, that when you close a Script Task, a compiler kicks in to auto-generate some internal script. Could it be (as seems likely) that this compiler is picking up errors that "Build" doesn't (when the script is open)?
    I think that there was once an explicit Compile rather than just Build option in the Script editing environment but I can't find it in SQL 2012 Database Tools (nee BIDS).
    Dim objRSExec As New localhost.ReportExecutionService
    Dim objParam0 As New localhost.ParameterValue
    Dim objParam1 As New localhost.ParameterValue
    Dim objParam2 As New localhost.ParameterValu
    Dim objParam3 As New localhost.ParameterValue
    Dim objParam4 As New localhost.ParameterValue
    Dim objParam5 As New localhost.ParameterValue
    Dim objParam6 As New localhost.ParameterValue
    Dim objParams() As localhost.ParameterValue
    Dim objResult() As Byte
    Dim objStream As FileStream
    Dim FileType As String
    Dim FileExtension As String
    Dim FilePath As String
    Dim NumberOfParameters As Integer
    Dim ReportName As String
    Dim TaskSuccess As Boolean = True
    FileType = Dts.Variables("FileType").Value.ToString()
    FileExtension = Dts.Variables("FileExtension").Value.ToString()
    FilePath = Dts.Variables("FilePathNameExt").Value.ToString()
    ReportName = Dts.Variables("ReportPathName").Value.ToString()
    NumberOfParameters = CInt(Dts.Variables("NumberOfParameters").Value) - 1
    ReDim objParams(NumberOfParameters)
    If NumberOfParameters >= 0 Then
    objParam0.Name = Dts.Variables("P0Name").Value.ToString()
    objParam0.Value = Dts.Variables("P0Value").Value.ToString()
    objParams(0) = objParam0
    End If
    If NumberOfParameters >= 1 Then
    objParam1.Name = Dts.Variables("P1Name").Value.ToString()
    objParam1.Value = Dts.Variables("P1Value").Value.ToString()
    objParams(1) = objParam1
    End If
    If NumberOfParameters >= 2 Then
    objParam2.Name = Dts.Variables("P2Name").Value.ToString()
    objParam2.Value = Dts.Variables("P2Value").Value.ToString()
    objParams(2) = objParam2
    End If
    If NumberOfParameters >= 3 Then
    objParam3.Name = Dts.Variables("P3Name").Value.ToString()
    objParam3.Value = Dts.Variables("P3Value").Value.ToString()
    objParams(3) = objParam3
    End If
    If NumberOfParameters >= 4 Then
    objParam4.Name = Dts.Variables("P4Name").Value.ToString()
    objParam4.Value = Dts.Variables("P4Value").Value.ToString()
    objParams(4) = objParam4
    End If
    If NumberOfParameters >= 5 Then
    objParam5.Name = Dts.Variables("P5Name").Value.ToString()
    objParam5.Value = Dts.Variables("P5Value").Value.ToString()
    objParams(5) = objParam5
    End If
    If NumberOfParameters >= 6 Then
    objParam6.Name = Dts.Variables("P6Name").Value.ToString()
    objParam6.Value = Dts.Variables("P6Value").Value.ToString()
    objParams(6) = objParam6
    End If
    Try
    With objRSExec
    .Credentials = System.Net.CredentialCache.DefaultNetworkCredentials
    .Url = "http://localhost/reportserver/reportexecution2005.asmx"
    .LoadReport(ReportName, Nothing)
    .SetExecutionParameters(objParams, "en-us")
    objResult = .Render(FileType, Nothing, FileExtension, Nothing, Nothing, Nothing, Nothing)
    End With
    objStream = File.Create(FilePath, objResult.Length)
    With objStream
    .Write(objResult, 0, objResult.Length)
    .Close()
    End With
    Catch e As Exception
    Dts.Log("ERROR - RSExec - " & e.Message.ToString(), 100, Nothing)
    TaskSuccess = False
    End Try
    If TaskSuccess Then
    Dts.TaskResult = ScriptResults.Success
    Else
    Dts.TaskResult = ScriptResults.Failure
    End If
    R Campbell

  • Not able to log in to the portal "cisco prime service catalog" after installing - installation logs has one error.

    Hi,
    After installing the prerequisites from the document - CiscoPrimeServiceCatalog_10_0_IntegrationGuide.pdf
    and image - CPSC_10.0.0R2_unix.gz , on a red hat machine. and oracle version - oracle-xe-11.2.0-1.0.
    But the installation logs has an error, as follows - 
    "Database exception at line: 9972 in file "/opt/CiscoPrimeServiceCatalog/schema/release-12.0.0/schema/CreateIndexes-ORA.sql"
    RDBMS message             : ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
    ORA-06512: at line 7"
    Please suggent a work araound

    Hi,
    I have tried to log in the application
    http://bizapp.casa.com:8000/OA_HTML/AppsLogin
    but I have got an HTTP 500 Internal server error.
    But the server is working because I have got a response on this address:
    http://bizapp.casa.com:8000/
    Any ideas what is happening?The URL Should be
    http:/bizapp.casa.com:8000/OA_HTML/AppsLocalLogin.jsp
    not
    AppsLogin or AppsLogin.jsp
    Thanks

  • SSUS 2012 Script Component (VB) Build But Still Has Compile Error

    The title says it all really.
    The Script Component builds without error but when I close the editor (and when I execute the package), I get a message saying that there is a compile error. There is of course a big red "X on the script component. No errors are indicated in the edit
    window or when building the script. Can anyone help? this is really holding me up.
    The script has been copied from a working SSIS 2008 package. It uses the report execution web method. I have successfully changed the web reference to ReportExcution2010, there doesn't seem to be a RepprtExcution2012.
    R Campbell

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • Updated success but still showing one update in setting

    Hello,
    In my iPhone 4s I upgraded to ios 8 successfully but still in my mobile showing there is one update from out side settings  but when  go and see in the
    setting--->general-->software update...> the software is up to date
    how to resolve this issue please any one help me on this.

    Most likely it is an update for your phone's OS. That is the one on settings.
    The 43 ones on the App Store are updates for the installed apps.
    What you need to do is to connect the phone on the internet and get the password for the apple id used to download the apps.

  • Help me again!!!!!!Still have one error!!

    import javax.swing.JOptionPane;
    public class PointTest
         public static void main (String args[])
              Point     p1, p2;
              String     output = "";
              p1 = new Point();
              p2 = new Point(3.0, 4.0);
              output += "The first point is: "+p1.toString()+"\n";
              output += "The second point is: "+p2.toString()+"\n";
              output += "Distance between the points is: "+p1.distance(p2);
              JOptionPane.showMessageDialog (null, output, "Point Test Driver",
                        JOptionPane.INFORMATION_MESSAGE);
              System.exit(0);
    public class Point extends Object {
    private double x;
    private double y;
    public Point()
    this (0.0,0.0);
    public Point( double x1,double y1)
    x=x1;
    y=y1;
    public String toString()
    return "(" + x + ", " + y + ")";
    public Point distance(Point right)
    //� ( (x2-x1)2 + (y2 - y1)
    return new Point( Math.sqrt( Math.pow(x-right.x,2) + Math.pow(y-right.y,2)));
    symbol : constructor Point (double)
    location: class Point
    return new Point( Math.sqrt( Math.pow(x-right.x,2) + Math.pow(y-right.y,2)));
    ^
    can anyone help me to solve this error?!

    http://forum.java.sun.com/thread.jsp?forum=31&thread=360459&tstart=0&trange=50

  • When i install updates one update fails to update for the monitor and gives a error code 80070005.

    model a6637c desktop
    product FK549AA-ABA
    software build 84NAv6PrA1
    serial
    {Removed for privacy}
    How do I correct error 80070005 for update lcd monitor failure

    Hello chuck1955,
    The error you are getting is usually generated because of either you not being an administrator or having malware on your machine. Now if you can install other updates that makes it a little odd.
    Try the steps in this Microsoft KB just to rule them out as the problem.
    http://goo.gl/ECD17
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • "iTunes has an error, needs to close"

    I know I'm not the only one with this problem...
    I keep getting the error message that prevents iTunes from opening, I have uninstalled and reinstalled iTunes and Quicktime with the help of the "clean uninstalling of iTunes", and nothing happened. I either get the error again, or just nothing happens at all. I've tried the suggestions of just uninstalling Quicktime, that didn't work either. Now it's gotten to the point where I can't delete iTunes from the Add/Remove Programs folder because "Access is denied". As always, iTunes is very frustrating, and I'm very tired of being reminded that Apple can't fix these problems, even though so many people depend on iTunes to play their music. I would REALLY appreciate some help with this, the other posts have done nothing for me, and since most of my music is purchased, I can't even listen to it. Thanks for any advice you have.

    I am also receiving the same "error message" that prevents iTunes from opening. I've uninstalled and reinstalled iTunes 4 different times and also the iPod updated. I still receive the error message. I have a copy of my iTunes music just can't get the iTunes program to open. HELP...need assistance on how to troubleshoot this or where do I go and download the old iTues program 4.x.x before I tried to upgrade to 5.0

  • HT1491 Some Nights by Fun. still has a swear word in it even though I bought the non-explicit version?

    My son bought Some Nights by Fun., the non explicit now 83 version, but it still has one swear word in it that shouldn't be there. Any answers as to why this happened?

    iTunes Store staff members do not participate in these forums, and even if they did they would not know why a non-explicit version stil has objectionable content. All they could tell you is that it's the record company that provides the track, and every company, and sometimes different people within a different company, has a different idea as to what "explicit" means, and so such content can vary. Or they may have just missed that word during the editing process.
    As tonefox said, report it to the iTunes Store.
    Regards.

  • Anyone having "URL not valid" error from Live Monitor?

    I sent a support email to MSI, but they are on vacation till the 5th.  I was just wondering if anyone else has encountered this issue.  Below is the message to MSI support:
    Quote
    MSI Live Monitor has started to behave strangely.  Yesterday I clicked auto-search and the dialog box came up as normal, I clicked "next," and an error message came up with the heading "LMonitor" and "The url is invalid."  So, I closed it and restarted Live Monitor.  I tried it again and received the same error message.  I uninstalled Live Monitor, (I didn't delete a file Windows stated as shared) and downloaded Live Monitor from the website.  Installed Live Monitor, started it from the installation, and ran auto search. It worked this time. But, I then tried it again, and again, the same error message occured.  I rebooted, and tried auto-serch again--once again, the error message occurred.  Anyway, prior to yesterday it seemed to be working fine. I did a second uninstall, and re-install. Again, it worked one time and the second time the error message occurred

    CCB33,
    I haven't received a response yet, but MSI has only been back since the 6th,  and after that kind of time out I bet they have a lot of emails to answer.  Funny thing about your post on this thread.  Just before I read it, I tried MSI Live Monitor and had the same thing ocurr. So, I uninstalled it, reinstalled it and it worked the first time.  I then crossed my fingers and toes, exited the program, restarted the program, tried auto-search, and IT WORKED!  No error message appeared.  I exited again, and restarted the program -- it worked again. Woohoo! This time after exiting the result window and the program still running, I then tried the auto-search which worked yet again.  It seems it's functioning now.  If I were you I'd uninstall the program and reinstall it again(I downloaded it from the MSI website ( http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_liveupdate.php ).  I'll try it again tomorrow and see if it still works.
    Edit: This morning, USA eastern time, I tried it and it worked.  This afternoon I don't get the error but a message stating the server may be busy or no internet connectio. Seems to be working fine now.

  • Live Monitor Scripting Error

    It appears that something in the following Microsoft Update causes a scripting error in MSI Live Monitor.
    The update details are below:
    813489: April 2003, Cumulative Patch for Internet Explorer 6 Service Pack 1
    The scripting error occurs immediately after you click "Next" following the completion of the "Auto Search".
    The problem began immediately after installing this MS Update and was resolved when this update was removed.

    The scripting error that occurs is detailed below:
    Source: Internet Explorer Script Error (window title)
    Line:   56
    Char:   1
    Error:  Access is denied.
    Code:   0
    URL:    http://tw.msi.com.tw/autobios/VerChk/XSeries.asp?MSIOCXVersion=3.37.000&WorkFunction=LMonitor&WorkPath=C:Program%20FilesMSILive%20Update%202
    The window has a prompt asking if you wish to continue running scripts on this page. Clicking Yes vs No both leave you with a blank MSI Live Monitor screen.
    I reinstalled the MS 813489: April 2003, Cumulative Patch for Internet Explorer 6 Service Pack 1 to recreate the script error.

  • Msi live monitor error messages

    I have a msi  mx 440 card and on msi live monitor i get error messages saying the service has not been started hit ok then does it again hit ok then loads any reason for this thanks

    Quote
    Originally posted by ChippyBlue
    I have tried reinstalling live monitor, and uninstall it and try downloading the lastest ver. from MSI Downloads.  But still left with the same problem
    MSI KT4v MS 6712
    Athlon XP 2400+ Thermaltake Heatsink fan 9000RPM
    256 Mb DDR PC 2700
    Nvidia GeForce 5200 8x 128 Mb
    SBlaster
    HDD 0 Maxtor60Gb HDD1 Maxtor20Gb Lacie 120Gb both Ata 133-7200 RPM
    USB 2.0
    CDR 52x
    CDRW 48x12x50x
    Thermaltake silient 420w P.S.
    Epson 1660 Scanner
    Epson Stylus Color 1160
    Joystick
    Floppy Drive
    PS2Mouse

  • Every time I install an update of itunes, I get an error message saying: "/System/Library/Extensions/WkClassicNotSeizeDriver.Kext" was not installed Correctly. Has any one had it? Can you help me?

    Every time I install an update of itunes, I get an error message saying: "/System/Library/Extensions/WkClassicNotSeizeDriver.Kext" was not installed Correctly. Has any one had it? Can you help me?

    Find out what that third party software the kext file belongs to and update or use the developers method to uninstall the third party software responsible for it.
    I suspect it's a iTunes extension perhaps?
    You also can use the manual method of Finder > Go > Computer and opening your drive, then your  System/Library/Extensions folder and looking for the file and moving it out onto the desktop, you will need to be in Admin user and use your password, then reboot to clear the random access memory. However this method doesn't remove the parent program you still need to do that.
    How to uninstall/install software on your Mac
    The kext file wasn't loaded, so it's not running, but removing it from the Extensions folder or uninstalling what put it there will solve your notification problem as that's all it appears to be.

  • I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money? Does it have a line in and how do you monitor sound? Will I need adaptors and a interface?

    Can anybody help?
    I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money?
    Does it have a line in and how do you monitor sound?
    Will I need adaptors and an interface?
    Also, I am guessing as Logic only runs on MAC surely then they would not the best spec to recommend to run it?
    I see all the upgrades as additional memory or a faster process?
    Is a retina screen necessary, and why flash based storage against a 1TB hard drive, and a i5 instead of an i7
    The main reason for this purchase is to play live and use backing tracks and record found sounds and make creative songs.
    I hope you can provide some valuable feedback, as I am a longtime MAC user and see upgrades and changes happen regularly but the most important thing is the songs not the equipment.
    I have £500 already and willing to add another 500 to 700 pounds, then software extra.

    Can anybody help?
    I am considering buying a new MAC laptop to run LOGIC for composition and band live/recording, but which one is best as I do not want to spend too much money?
    Does it have a line in and how do you monitor sound?
    Will I need adaptors and an interface?
    Also, I am guessing as Logic only runs on MAC surely then they would not the best spec to recommend to run it?
    I see all the upgrades as additional memory or a faster process?
    Is a retina screen necessary, and why flash based storage against a 1TB hard drive, and a i5 instead of an i7
    The main reason for this purchase is to play live and use backing tracks and record found sounds and make creative songs.
    I hope you can provide some valuable feedback, as I am a longtime MAC user and see upgrades and changes happen regularly but the most important thing is the songs not the equipment.
    I have £500 already and willing to add another 500 to 700 pounds, then software extra.

  • Hi on MAC OSX 10.7.4 update on Aperture 3.3.1 has been done, still gget the error message "By opening the databank  for the Mediathek „~/Pictures/Aperture Library.aplibrary" is an error" is anybody out there to help me?

    Hi on MAC OSX 10.7.4 update on Aperture 3.3.1 has been done, still gget the error message "By opening the databank  for the Mediathek „~/Pictures/Aperture Library.aplibrary“ is an error" is anybody out there to help me?

    Alex,
    did you just upgrade from an Aperture 3.2.x version to Aperture 3.3.1? This error message usually occures after the upgrade to 3.3.1, when Aperture cannont convert the library format to 3.3. format.
    I'd try to repair the Aperture Library (Mediathek), before upgrading it. Hold down the option-command key combination (⌥⌘) while double-clicking Aperture. This will bring the "Aperture Library First Aid Tools" panel forward. Select "Rebuild Database" and see, if it will resolve the the problem.
    Good luck
    Léonie

Maybe you are looking for

  • Filename in Webdynpro for a PDF created with Smartform

    Hi, I created a PDF with Smartform in my Webdynpro-Application. When I click the save button there is a default filename f.pdf . How can I change the filename? Regards Marcus Schug

  • Need to make a print button in indesign

    hi I need to make a print button in indesign for a brochure. I have made several buttons by using the create button toll but there is no 'print' option in the list of behaviours. can anyone help me with this please. The final output is a pdf and the

  • I have just installed the new version of quick time but my Itunes is still telling me that it needs quick time to play the film.

    Can anyone help me fix my itunes? I have the new version of quick time but it is now telling me it wont play my films on itunes because it needs quicktime. Iv tried un installing quicktime and re installing it but that hasnt worked. I dont know why i

  • BT in a Parallel World

        Sometimes I think BT exists in Parallel World. Reading Ian's Update in the November issue of BT today (pensioner edition) all is well with BT, everything is functioning well ! He mentions delivering excellent customer service. I wonder if Ian Liv

  • SAP BUSINESS PROCESS CONTROLS

    Dear All, I want to know what are the SAP Business Process controls are available in different modules (SD,FI and MM) like credit conlling,Budget Control,PO release etc.It will be great if have some link or document related to this topic. Regards AJI