The server failed to load application '/LM/W3SVC/1/ROOT'.

Hi,
I'm using Crystal report XI release two with visula studio 2005. I was fcing some problem with my IIS so i reinstalled it.After reunstalling the IIS i'm not able to work withh IIS. when i checked Event log files i found the following error message:
The server failed to load application '/LM/W3SVC/1/ROOT'.  The error was 'No such interface supported
I found the following link [http://support.microsoft.com/kb/286814] which tells the problem. But this link talk about the problem with crystal report 8.
how can i solve the problem with CRXI.
Thanks in advance

The MS kbase you found was very, very specific to a particular version of CR and never ever occured in any subsequent versions of CR. As you started to have the issue on reinstall of IIS, I do not see how htis issue would be caused by Crystal Reports. E.g.in this case, I believe that just because the error is the same does not mean it is the same cause.
A troubleshooting suggestion I'd have is to use the utility regmon and see what key is denying access. Regmon can be downloaded from here:
http://www.microsoft.com/technet/sysinternals/utilities/regmon.mspx
Ludek
Edited by: Ludek Uher on May 14, 2009 6:48 AM

Similar Messages

  • HT1937 Hi my email is not working it says" Cannot gel mail...The connection to the server failed" but my network is working ok is the only application failing...how can I solve the problem?

    Hi, my mail applicatin is not working properly. It says cannot get main...the connection to the server failed but everything else is working ok. How can I solve this problem?

    The connectivity test indicated that there was a problem with the user's ActiveSync folder, typically fixed by checking the box "Allow inheritable permissions ...".
    Since it already was checked and even by removing the inherited permissions and then re-inheriting them didn't do the trick, I ended up just deleting the whole thing and then made a new duplicate account and blank mailbox.  That was pretty drastic
    but it fixed the problem.  After restoring his mailbox contents from backup, the user is now a happy camper.
    The connectivity test tool was helpful because the external URL was blank so I filled in the URL.  But ActiveSync was working fine for everybody without the URL before although I don't know why it did work without it.
    The other funny thing is on one of my iPads I am able to synch my mailbox and also the user's mailbox but on another iPad it just wouldn't synchronize when it worked before I added the external URL.  The iPads have the same OS version so I
    just don't understand it.  Oh well.
    Thanks for your help.  That was a good tip!
    WC

  • The package failed to load due to error 0xC0011008

    I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
    to a SQL Server DB.
    Here is the full error taken from consol in BI Studio:
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
    Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
    "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
     ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was
    passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
       at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
       --- End of inner exception stack trace ---
       at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: ST_Gen_Pkg_Src_SqlServ
    Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
    number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
    The error is thrown at this line:
    DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
    Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

    Hi,
    Reason for the error: Old
    version of the DTEXEC is picked up by SQL Server instead of the new one. 
    Refer this link for more info
    THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
    Hope this info Helps

  • Failed to load application instance publishLive/live.

    Complete log error is (_defaultRoot_, _defaultVHost_) : Failed to load application instance publishLive/live..  Flash Admin Server and Flash Media Server are running on local machine.  When testing I get [object NetConnection]: NetConnection.Connect.Failed.  When I remove the main.asc file it works...what's going on there?  I had this working at one point...my main.asc is below.
    var nc;
    var ns;
    var nsr;
    // Called when a client connects
    application.onConnect = function(client) {
        // accept the new client's connection
         application.acceptConnection(client);
         // send a message
         trace(client.id + " is connected");   
    // Called when a client disconnects
    application.onDisconnect = function(client) {
        trace(client.id + "disconnecting at " + new Date());
    // Called when the client publishes
    application.onPublish = function(client, livestream) {
        trace(livestream.name + " is publishing into application " + application.name);
        // This is an example of using the multi-point publish feature to republish
        // streams to another application instance on the local server.
        if (application.name == "publishLive/live"){
            trace("Republishing the stream into ustream");
            nc = new NetConnection();
            nc.connect( "rtmp://1.616528.fme.ustream.tv/ustreamVideo/616528" );
            ns = new NetStream(nc);
            // called when the server NetStream object has a status
            ns.onStatus = function(info) {
                trace("Stream Status: " + info.code)
                if (info.code == "NetStream.Publish.Start") {
                    trace("The stream is now publishing");
            ns.setBufferTime(2);
            ns.attach(livestream);
            ns.publish( livestream.name, "live" );
    application.onUnpublish = function( client, livestream ) {
        trace(livestream.name + " is unpublishing");
    // RECORDING
    application.onAppStart = function() {
        this.nsr = Stream.get("livestreamSS");  " <-- this is the server-side instance name
        this.nsr.play("livestream", -1, -1);          " <-- this is the published instance name
        this.nsr.onStatus = function(info){
            if(info.code == "NetStream.Play.PublishNotify"){
                application.startRecording();
            if(info.code == "NetStream.Play.UnPublishNotify"){
                application.stopRecording();
            for(var i in info){
                trace("i: " + i);
                trace("info[i]: " + info[i]);
    application.startRecording = function() {
        var infoObject = Stream.getOnMetaData("livestream");
        trace("Metadata for myVideo.flv:");
        for( i in infoObject ){
            if infoObject[i] == "record" {
                trace("start recording");
                this.nsr.record();
    application.stopRecording = function() {
        trace("stop recording");
        this.nsr.record(false);

    that is my main.asc...if you mean in my client, then yes, here is the publish code for the client
    private function publishCamera():void {
                cam = Camera.getCamera();
                cw = cam.width;
                ch = cam.height;
                switch (cw) {
                    case 160:
                    cam.setMode(320, 180, 10);
                    break;
                    case 320:
                    cam.setMode(640, 360, 5);
                    break;
                    default:
                    cam.setMode(160, 90, 15);
                    break;
                cam.setQuality(0, 0);
                mic = Microphone.getMicrophone();
                ns = new NetStream(nc);
                ns.client = this;
                ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                ns.attachCamera(cam);
                ns.attachAudio(mic);
                ns.publish("livestream", "live");
    is that what you are referring to?  Thank you for the reply.

  • The applet fails to load. with 'red cross' screen JVM 1.6.19 and above

    After updating the JVM to one of the latest version 1.6 builds, our users started to experience a problem with opening java applets.
    All the users have JVM versions 1.6.0_19 – 1.6.0_26 on Windows 7/2008. The browser is IE8. On the server usually there is IIS7, with ‘Integrated Windows authentication’
    on applet’s virtual folder. Applet’s classes are packaged into a signed JAR file. Both the client and the server are located in the same local area network with no proxy or firewall between them.
    The applet’s website usually belongs to the trusted security zone. When loaded, the applet establishes HTTP connection to the server to get the necessary data.
    When the user tries to open an HTML page containing the applet, there can be the following scenarios:
    1.     The applet fails to load. We’re getting a ‘red cross’ screen. All the HTML elements except of the applet are loaded OK.
    From the IIS log we can see that the loading of the JAR file failed with the error code 401, the user name field in the log for the JAR is empty.
    2.     The java asks for the user name and password showing a popup ‘Authentication required’. At this moment we can see the following message in the Java console:
    network: Firewall authentication: site=/XX.XX.XX.XX:XX, protocol=http, prompt=, scheme=ntlm
    If the user enters the correct credentials, the applet loads OK. Even if the user checks the ‘Save the password in your password list’ checkbox, Java continues to ask for credentials
    on every page reload. It’s worth to note that the company’s external firewall doesn’t get any requests from the applet.
    The problems happen even when the client and the server are located on the same machine, but never happens when we use localhost as the server name in the page URL.
    During investigations we found out the following workarounds:
    1.     Enabling anonymous authentication on the virtual folder always solves the problem.
    2.     Sometimes, changing security zone from ‘Trusted’ to ‘Local intranet’ solves the scenario 2 (‘Authentication required’ popup) problem.
    It’s worth to note that changing the security zone never helps if the page URL contains dots (for example, uses IP address instead the server name).
    3.     Upgrading to IE9 solves the scenario 2 problem partly: Java asks for the credentials only once.

    I have the same issue. I use single sign-on with IIS 7 and Integrated Window authentication on the tomcat virtual folder. The applet jar file is on the root directory of the web application (the same level of index.html). So I use '.' as the code_base to call the applet from javascript.
    So when I launch my web application into a browser, the auto-connection is successfully performed (single sign-on through Upstream, kerberos, remote_user, ...). But when I want to launch the applet in the web application, a new authentication panel (red panel with "authentication required") occurs in order to set credentials (login, password, domain) with the message in the java applet console:
    "network: Firewall authentication: site=myApplicationUrl, protocol=http, prompt=, scheme=ntlm"
    So why the applet doesn't inherit previous credentials in this case ??
    Have you solved this problem ?
    Thanks
    Edited by: 886341 on 20 sept. 2011 08:56

  • Server failed to load

    When I star Field Point Explorer 3.0.1 I have the following message:"Server Failed to Load! Ensure that server support DLLs are in system search path"

    Hello,
    Thank you for contacting National Instruments.
    The easiest thing to do to solve this problem would be to install the latest FieldPoint driver. Installing the latest driver will ensure support for all of your hardware and it will replace your 3.0.1 DLLs with the latest DLLS.
    Here is a link to the FieldPoint 4.0.1 driver:
    http://digital.ni.com/softlib.nsf/websearch/E1869C0611048EA886256DB9004DD2C7?opendocument&node=132060_US
    With this new driver, you will interact with your FieldPoint hardware through the Measurement and Automation Explorer. If possible, I recommend that you uninstall your FP 3.0.1 driver before installing 4.0.1.
    Please reply to this post if you are still having problems with this issue.
    Regards,
    Bill B
    Applications Eng
    ineer

  • Visio - bug - The server failed to process the request

    Hi
    When uploading a visio diagram into one of our sharepoint document libraries we then get a 'The Server failed to process the Request' error when we then try and view the document in the Web Browser. Does anyone know how to fix this?
    Thanks

    I understand that this is an old thread. The following might be useful to other readers engaging this issue in the future.
    I experienced the same error message when provisioning a new instance of the Visio Graphics Service application for a new farm.  I first tested the approach presented by sjb500 and found that this approach did resolve the problem.  I then
    explored using a more limited permission approach.  Over the course of several attempts, I eventually found that I only need map the application pool identity to the SPDataAccess role to resolve the problem:

  • The server failed to resume the transaction. Desc:d200000003.

    Hi,
    We recently migrated our application from SQL Server 2000 to SQL Server 2005 and we also migrated from WAS5 to WAS6.
    We are getting the following exception when we call any of the stored procedures.
    The server failed to resume the transaction. Desc:d200000003.
    I guess this is the problem with the drivers.We use JDBC 2005 driver Version 1.1.
    But we didnt face this problems when we use JDBC 2000 driver when we used to connect to SQL Server 2000
    The Microsoft says that it has fixed the date problems as well as the transaction problems in the version 1.1.But still are facing the issues.
    Can anyone of you please help me in getting the solution for the same?

    This appears to be an error message which has it roots in MS DTC, Microsoft Distributed Transaction Coordinator.
    This indicates that you somewhere manage to get a distributed transaction. This could be because of two things:
    1) There are triggers on the tables that accesses linked server.
    2) Your client code dabbles with some transaction class, like TransactionScope or similar.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • The package failed to load due to error 0xC0011008 "Error loading from XML....." This occurs when CPackage::LoadFromXML fails

    Source environment: Win 7 Enterprise SP1 64bit - SQL Server 2008 R2 SP1 Developer Edition (10.50.2550.0 )
    Target environment: Win 2008 R2 Standard SP1 64bit - SQL Server 2008 R2 SP1 Standard Edition (10.50.2500.0
    I want to deploy a package with the deployment manifest, but I'm getting an error (during deployment):
    Package "D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Packages\Migration\Students.dtsx" could not be loaded.
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can
    be stored.". This occurs when CPackage::LoadFromXML fails.
    I already remove a fuzzy lookup since this isn't part of the Standard edition, but still getting the error above.
    Package Example:
    If I just copy the package and try to run it I get this (0xC0010014):
    Any suggestions?

    Hi SSISJoost,
    After installing some update such as MS09-62 (KB970896), the "DTS.dll" and "MsDtsSrvrUtil.dll" may be unregistered. In this issue, the error may occur if the two DLL files are not registered. Here, please register both the 32 bit and 64 bit versions of the
    DTS.dll and MsDtsSrvrUtil.dll files, and check the issue again.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Lately, when I pull up my emails a popup tells me "Cannot Get Mail, the connection to the server failed."  Yet, emails deposit in my Inbox.  What is going on?

    I reset my Ipad a few days ago.  Now, whenever I check on my emails, I get a msg saying CANNOT GET MAIL, The Connection to the Server Failed.  But, all my emails are there sitting in the Inbox.  How can I eliminate this annoying notice?

    Hello there nonozec,
    Thank you for using Apple Support Communities!
    It sounds like you can receive emails, but you still get an error saying that Mail could not get your mail.
    I would recommend this troubleshooting from the article named iOS: Unable to send or receive email found here http://support.apple.com/kb/ts3899
    Restart the iOS device.
    Tap Safari and attempt to load a webpage to ensure that the device has Internet access. If you're unable to load a webpage, try the Wi-Fi assistant.
    Try an alternative Internet connection.
    If your email is provided by your Internet provider, try connecting from the home network.
    If your iOS device has an active cellular data plan, try to disable Wi-Fi:  Tap Settings > Wi-Fi and turn off Wi-Fi.
    If not, try a different Wi-Fi network.
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Delete the account from Settings > Mail, Contacts, Calendars and then add the email account again on the iOS device.
    While the title of the article is about different symptoms, the troubleshooting portion is relevant.
    All the best,
    Sterling

  • View Failure - the view failed to load

    Hi,
    I am working on a master project with several subprojects, and when I published the project, and then go to look at it in PWA i get a warning popup that says "The view failed to load. Press OK to reload this view with the default settings". Pressing OK leads
    to the popup showing up again.
    As suggested in other threads i tried updating to the October CU but that didn't solve the problem.
    Any help is much appreciated!
    Makolyte, Software Developer + System/Network Admin

    Makolyte,
    Since this is master project issue could be related to one or more sub project. How many sub projects do you have?
    Can you try to open each sub project separately in PWA?
    Another way to narrow down the issue is to publish one project at a time.
    Open the master project in Project Pro. Insert a column "Publish"
    Set No for all sub projects.  Save and Publish master  project. Try to reproduce the issue in PWA.
    Next set Publish=Yes  for 1 project plan and repeat the rest of the procedure. This will help to identify the project plan causing view to failure.
    Also if you have access when issue occurs review latest ULS log from the server.
    Hrishi Deshpande – Senior Consultant DeltaBahn
    Blog | < |
    LinkedIn
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.This can be beneficial to other community members reading the thread.

  • Cannot send email via AOL on iPad2 - "A copy has been placed in your Outbox. Sending the message content to the server failed."

    My CEO has an ipad2 and I set it up w/ AOL.  She cannot send any email via her AOL account from her iPad.  She gets a message that says "A copy has been placed in your Outbox. Sending the message content to the server failed."   We've tried it on wifi and on 3G (Verizon version).  I've removed the account and added it, I've tried setting it up as an IMAP account vs. using Apples standard AOL mail setting and nothing seems to work.  The SMTP settings are smtp.aol.com, port 587.  I've tried adding an alternate server/smtp, but I haven't been able to find anything that works.  Any advice or other people having this issue?  It works fine sending an email from her aol web mail.  And unfortunately, having her sign up for a gmail account is not an option.  Thanks

    Interesting.  Firstly I have been on AOL since the early 90s with no current intention to switch as my primary personal email account.
    I have two email accounts on my iphone - AOL and my email from my business website.  I deleted both and then recreated first the business account and then the AOL account.  Same error.  Then I wasn't sure what you suggested but I turned off the AOL SMTP server and selected the business email SMTP server by turning it on with the same result.  I still get the error "A Copy has been placed in your Outbox.  Sending the mssage content to the server failed."
    Perhaps this problem will get fixed by IOS 6.   AOL will not talk to me unless I pay and Apple says its not their problem.  So for the time being I use the AOL web interface in the iPhone's Safari to send emails from the phone.

  • TS3899 Tried all the tips on line. Every time I try to send an e-mail, it gives me this message, "A copy has been placed in your Outbox. Sending the message content to the server failed" Any help in how to resolve would be appreciated

    I went through all the steps to try to resolve getting the message in a box every time i try to send an e-mail. What next ?
    Message is " A copy has been placed in your
                        Outbox. Sending the message content to the server failed."
    Any assistance would be greatly appreciated. My internet works fine as I can send e-mails from my Yahoo account on my MAC no problem.
    Address is fine etc.

    How long has it been going on? I've had my yahoo mess up and if i wait a bit it resolves itself. Yahoo is doing something with their servers and it messes with your mail if your mail happens to be on one of those servers.

  • I am having a problem accessing my Yahoo email account.  It keeps saying, cannot get mail, the connection to the server failed.  Then I put my email in settings and it works but this happens constantly.  Anyone having this problem?

    My Yahoo email asks me daily for my email password or says the connection to the server failed.  Is anyone having this problem currently?  I noticed old messages in chat mentioned the same problem.  I get into my Yahoo email fine on my desktop computer for several weeks without re entering a password.  But the IPad does not seem to be connecting daily with Yahoo without putting a password in again. 

    So, I didn't change anything and now it is working better. I still get the odd error though.
    I have a feeling this has something to do with the SSL update Apple released and it was their server side.

  • A copy has been placed in our outbox.  Sending the message content to the server failed

    I go from "The recipient was rejected by the server becasue it does not allow relaying" to "saving email to outbox because content to the server failed" when i try sending email out of AOL.  I tried all the suggested fixes. AOL had me add a server cwmx.com using port 587 and turning off my wifi, that did not work.  I tried adding a new server with stmp.aol.com and adding my username without the @aol.com with no luck.  I have spent hours trying to figure this out, been working with AOL and Apple with no luck. 
    I didn't have problems until i was told to restore my phone to factory settings because of a software issue i was having, it has been almost a week now does anyone have any recommedations to fix this?

    Been going on for any of my AOL accounts for about 2 months.  Started on iphone 4 w. ios5 and continued to ios6 and now iphone 5.  no diff.  Have even trying reinitializing iphone 4 and just setting up one aol account.  no help.  Gone through all the permutations I can think of.  Does not happen for my non-AOL accounts.  Apple blames it on AOL and AOL won't help without getting paid.

Maybe you are looking for

  • Centering a group of images on a page

    Hi, Hope this e-mail finds you well. I have several identical images on the top of a page that I would like to center on the page. They are already distributed equally and aligned at their bottoms but I would like to now center them as a group on the

  • Integrating Portal and PPM

    Dear Experts, I'm trying to integrate PPM's web dynpro abap applications in Portal. My basis team has setup everything regarding SSO and it works OK. When i define a WDA Iview, I set the following properties (as any standard WDA): Namespace: sap Appl

  • Popup windows with annotation

    When I click on an annotation, a litle popup windows is coming in the middle of the screen. Does it exit a way (preferences) to make this popup window to fit the entire screen (easier to read the text inside the popup windows with th vertical scroll

  • HT3209 i buy  justin tv from apple store for my ipad i have to pay again for my phone

    i bought justin tv for my ipad i have to pay again for my phone ?

  • Passing URL Parameter from a New Record

    Hey, I'm a bit of a newbie to this, so please help me !! I've created a form that adds a new record to a table using the insert server behavior for ASP. I want to pass over the strCompanyID field to the add-address.asp page as a URL variable, but I c