Regarding loader Error in flash as3

My  project is converting as2 to as3 flash file.  In AS2 ,  I am using "loadmovie" to load the external swf also it gets totalframes of swf . It works correctly. But  In as3 i am  using "loader" to load the external swf. But the  "loader" is not calculated the external swf total frames.Then how to calculate totalframe in as3. plz give any idea

Here is an example of a progress listener and funtion for AS3.
loader.addEventListener(ProgressEvent.PROGRESS, progressHandler);
private function progressHandler(evt:ProgressEvent)
            var perc:Number = evt.bytesLoaded / evt.bytesTotal;
            if(evt.bytesLoaded == evt.bytesTotal)
                evt.target.removeEventListener(ProgressEvent.PROGRESS, progressHandler);
               //now you can do something else

Similar Messages

  • Other problems with loading Captivate files into Flash AS3 project

    I have a Captivate file done with Captivate 3, published to
    Flash player 9 that is being loaded into Flash AS3. The captivate
    is a simple recording of some mouse clicks in a browser. I am
    displaying the playbar along the bottom, and its buttons all work
    fine except for the progress bar, where you can drag the knob and
    scrub back & forth in your presentation.
    This progress bar is not working as it should. I see the
    mouse cursor change to a hand, but when I click I cannot drag the
    knob to control the progress bar. The other buttons in the playbar
    do work (replay, pause, play, back, forward).
    This is a unique problem in that it is only happening when
    viewed in IE (7) when loaded into my Flash AS3 project. When viewed
    in Firefox in my project, or as a standalone SWF, or as a SWF
    simply embedded onto a plain HTML page, it works just fine.
    Does anybody have any insight?
    Another thing I notice with loading Captivate files with AS3
    is the the amount of output messages it displays. Rather annoying
    (unless this is a "feature" I've yet to be aware of - heh)

    Hi,
    I know exactly how you feel, there is simple answer; replace
    Captivate for Camtasia Studio 5 at techsmith.com. The weight on
    those shoulders will be gone! You'll smile more, be more
    socialable. One Happy Person.
    I am very happy person ;)
    Kind Regards,
    Boxing Boom

  • How to load html page or website in flash as3

    hi
    how to load html page or web link (www.google.com)  in flash as3.
    please help me...

    Use the navigateToURL function...
    var url:String = "http://www.wherever.com";:
    var req:URLRequest = new URLRequest(url);
    navigateToURL(req);
    OR in one line...
    navugateToURL(new URLRequest("http://www.wherever.com"));

  • Loading Flash AS3/XML into Flex 3

    I'm seriously at a loss.
    I'm loading a Flash AS3 SWF into Flex via SWFloader and it
    will not load the xml data the file normally loads. The Flash file
    is fairly basic and loads XML data from a local file.
    I've tried all sorts of scoping within the Flash file
    pointing to the xml file just in case but still nothing. What do I
    need to do to get this file to read the XML through Flex 3?
    <mx:SWFLoader x="9" y="14" width="140" height="90"
    source="swfs/sponsors/top_sponsors.swf"/>
    The xml file is in the same directory.

    The migration of this file to proper AS3 is brutal. It would
    be easier to just rewrite the whole thing in flex. Screw it.

  • K7N2 - Bios Checksum Error - But wont load program to flash bios

    Hi there, my computer restarted itself due a problem with windows (kernel dll or something arather), since then it wont boot at all, beeps twice and says Bios Checksum error.
    Now i understand this means the Bios is corrupted and i need to re-flash it. I looked at instructions on how to do this and followed them to the button. However, it wouldnt load a boot disk at all so i reset the Cmos using the jumpers.
    After reseting it would now read the disk (i can hear it make noises) but it would only get as far as starting to load the award flash program, i.e. it just says "Starting..." but then the disk will stop reading at it will just hang then doing nothing.
    I've tried numerous disks and numerous bios version numbers (but obviously the right ones for my motherboard: K7N2 Delta series Ms-6570), and i've tried using different types of bootdisk all with the same result.
    Is there anything else i can do? or is it pretty much screwed and i have to take it back to the shop i bought it from and request a new bios chip (technically its still under warranty, as its only 10 months old but would this be covered with the warranty?). I can foresee taking it back being a huge hassle so if there is anything i can do to avoid this, it would be greatly appreciated.

    I never cleared the cmos with the power on. Sorry i didnt make it clear, but yeah i always made sure the power was completely out. I left the battery out last night too, but still no change. All cables are on right, and I'll try taking out all the cdrom and cd when i get home. I cant get into Bios (pushing del key). all i get is two beeps and boot block telling me that there is a Bios Rom Checksum error (again, sorry i wasnt being very clear).
    I think it might be pretty much stuffed. I'm tempted just to go to the store and buy another one as they aren't too expensive and probably not too much of a price difference from getting a new bios chip and having to wait for 2 weeks while it gets delivered. But then again maybe i should just be patient and save myself some money.
    Hmm, could it be due to bad RAM? I'll try swapping it with my brother's and see what happens. It's kind of ridiculous that they give the same generic error message for a multitude of different problems, someone should fix that.

  • Data load error regarding timestamp

    Hi All,
    I am getting data load error related to time.
    I am using  2lis_02_SCN for CNFTM(time stamp) filed 
    with value "08:00:" need to convert to 08:00:00...for some records and rest of the records are coming with normal 6 digit time.
    please send your suggestion as early as possible.
    Thanks
    Rupa

    Hi Rupa,
    Try out following sample code inthe transfer rule for the same info object and it should work
    lv_len  = strlen( str ).
    if lv_len = 4.
    concatenate str '00' into str.
    endif
    Regards
    Kapadia

  • How to Load Website in Movieclip. Flash AS3.0

    hi, we need to load website in movieclip. (www.adobe.com). how to load the in flash swf file in the site.
    thks

    If you are creating an AIR application you can use the HTMLLoader class.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • How do I create a simple loading scene in CS4 AS3?

    Hi All,
    I have tried using the following to no effect:
    ifFrameLoaded ("Main", 80) {
    gotoAndPlay("Main", 1);
    CS4 says this has been replaced by
    flash.display.MovieClip.framesLoaded but this doesnt seem to work
    the same, i keep getting errors.
    Basically I have scene called "Loading" and I want AS3 i this
    scene to wait until my scene called "Main" has loaded before
    proceeding to it. I have an animation in the Loading scene to show
    its loading.
    I must be missing something simple but cant figure it out.
    Please help

    Ok I now have
    trace("framesLoaded:" + framesLoaded + " currentFrame:" +
    currentFrame);
    if(framesLoaded == totalFrames) {
    gotoAndPlay(2);
    } else {
    gotoAndPlay(1);
    Which appears to work, i shows my loading frame then moves
    onto Frame 2. The only problem is it hasnt finshed loading! The
    output in CS4 is "framesLoaded:1 currentFrame:1". framesLoaded
    should be 80 before it moves to the next frame. Any Ideas?

  • Creating a file on server, using Flash AS3 + PHP

    I have a very simple PHP script that creates a new file on my server using a random number for the file name (e.g., 412561.txt).  When I load the script directly from a browser, it works.  But when I load the script from a very simple Flash (AS3) script, it does not work (i.e., doesn't create a file).  The Flash script and PHP script are both in the same directory.  Permissions on the directory and its content are 755.  Temporarily setting those permissions to 777 does not solve the problem (i.e., PHP still doesn't create file when called via Flash).
    Here is my phpinfo.
    Here is the PHP file.
    The contents of the PHP file are:
    <?php
    error_reporting(E_ALL);
    ini_set("display_errors", 1);
    $RandomNumber = rand(1,1000000);
    $filename = "$RandomNumber" . ".txt";
    $filecontent = "This is the content of the file.";
    if(file_exists($filename))
              {$myTextFileHandler = fopen($filename,"r+"); }
    else
              {$myTextFileHandler = fopen($filename,"w"); }
    if($myTextFileHandler)
              {$writeInTxtFile = @fwrite($myTextFileHandler,"$filecontent");}     
    fclose($myTextFileHandler);   
    ?>
    Here is the html container for the Flash script.  The Flash script features a single button which calls the PHP script when pressed.  In case it helps, here is the raw Flash file itself.  The code of the Flash script is as follows:
    stop();
    var varLoader:URLLoader = new URLLoader;
    var varURL:URLRequest = new URLRequest("http://www.jasonfinley.com/research/testing/TestingSaveData.php");
    btnSave.addEventListener(MouseEvent.CLICK,fxnSave);
    function fxnSave(event:MouseEvent):void{
              btnSave.enabled=false;
              varLoader.load(varURL);
    Directory listing is enabled at the parent directory here, so you can see there when a new text file is created or not.  (Um, if this is a security disaster, please let me know!)
    Can anyone please help me understand why this isn't working and how I can fix it?  Thank you
    ~jason

    #1, Yes that is a security risk, please disable directory index viewing.
    #2, Always validate. I see no issue with the code you're using but clearly it's not working. The way you find out is your trusty errors.
    Make a new document (or paste this into your existing) where a button with the instance name btnSave is on screen:
    // import required libs
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.events.IOErrorEvent;
    import flash.events.MouseEvent;
    import flash.events.SecurityErrorEvent;
    import flash.text.TextField;
    // assign handler
    btnSave.addEventListener(MouseEvent.CLICK, fxnSave);
    // make a textfield to display status
    var tf:TextField = new TextField();
    addChild(tf);
    tf.width = stage.stageWidth;
    tf.height = 300;
    tf.multiline = true;
    tf.wordWrap = true;
    tf.selectable = false;
    tf.text = "Loading...\n";
    // just making sure the textfield is below the button
    this.swapChildren(tf,btnSave);
    function fxnSave(event:MouseEvent):void
        // disable button
        event.currentTarget.enabled = false;
        // new loader
        var varLoader:URLLoader = new URLLoader();
        // listen for load success
        varLoader.addEventListener(Event.COMPLETE, _onCompleteHandler);
        // listen for general errors
        varLoader.addEventListener(IOErrorEvent.IO_ERROR, _onErrorHandler);
        // listen for security / cross-domain errors
        varLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, _onErrorHandler);
        // perform load
        varLoader.load(new URLRequest("http://www.jasonfinley.com/research/testing/TestingSaveData.php"));
    // complete handler
    function _onCompleteHandler(e:Event):void
        tf.appendText("Load complete: " + e);
    // error handler
    function _onErrorHandler(e:Event)
        if (e.type == SecurityErrorEvent.SECURITY_ERROR)
            tf.appendText("Load failed, Security error: " + e + " type[" + e.type + "]");
        else if (e.type == IOErrorEvent.IO_ERROR)
            tf.appendText("Load failed, IO error: " + e + " type[" + e.type + "]");
    I get a Event.COMPLETE for mine, so the PHP script is definitely firing. Change the URL to something invalid and you'll see the IOErrorEvent fire off right away.
    That leaves you to diagnose the PHP script. Check your error_log and see what is going wrong. You're suppressing errors on your file write which doesn't help you locate the issue saving the file. If you want to handle errors yourself you should do the usual try/catch and handle the error yourself (write a debug log file, anything).

  • Mbean load error while creating wallet in em

    Hello,
    This is regarding an error that i am facing while trying to federate OIF with ADFS 2.0.
    I am trying to create a wallet (self signed wallet) from EM console. But i am getting an error while i click on WebTier->ohs1->security->wallets.
    Following is the error:
    Failed to invoke operation load on MBean oracle.as.management.mbeans.register:instance=asinst_1,Location=AdminServer,name=ohs1,type=component
    Load failed with IOException
    oracle.sysman.emSDK.app.exception.EMSystemException at oracle.sysman.emas.sdk.model.jmx.JMXUtil.invokeOperation(JMXUtil.java:100) at oracle.sysman.emas.model.sslconfig.WalletModel.doLoad(WalletModel.java:1538) at oracle.sysman.emas.model.sslconfig.WalletModel.initializeData(WalletModel.java:193) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:319) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280) at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:128) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:101) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPrePrepareModel(EMPagePhaseListener.java:866) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.beforePhase(EMPagePhaseListener.java:794) at ............. 
    I have tried re-registering the components i.e "updatecomponentregistration ", "unregisterinstance " and “editing admin.conf with SSLProtocol nzos_Version_1_0” etc. but none worked.
    SAME AS: ohs error on EM console
    Any help would be appreciated !!
    Thanks in advance.

    EntLib was built against .NET 4.5. You are compiling your project using .NET 4.0. You need to either downgrade your version of EntLib to the version that supports v4 or upgrade your project(s) to use .NET 4.5.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Stor.e TV+ No Loader error keeps coming up when switching on

    I have been experiencing continual problems accessing the hard drive. "No Loader" error message keeps coming up when switching on.
    The so-called "solution" to this problem posted on this forum is to open up the box and fiddle with the cables. Whilst I have had some success with this method initially, dismantling the box 10 times a week is not on.
    I tried something else in desperation.
    When the No Loader message comes up, I switch the box off and on again from the remote.
    After 2 or 3 times or so the HDD folder usually appears.
    I have been doing this consistently now with great success. This however suggests that the No Loader error message is NOT a mechanical connector problem with the hard drive but (as usual) poor software (what else?).
    Dismantling the unit is tantamount to switching it off for an extended period of time so may explain why this technique works.
    Switching the unit on and off several times also solves the problem of the D folder not appearing on the network even though Win7 shows Store-TV-Plus as a mapped NTFS drive (but can't find the D folder).
    See the similarity?
    Another thing that exacerbates problems is the unit's poor ventilation. The first thing that happens with this unit is that the rubbish stick-on rubber feet fall off.
    Whilst this may seem innocuous, the ventilation slots are underneath the unit and will be blocked if there are no feet. I live in a hot country so this device gets pretty hot and behaves even more erratically unless well ventilated.
    Ideally keep it well away from other units and preferably sit it on a small box by itself with the vents underneath well exposed.
    I also still experience problems playing FLAC and MKV files. The unit occasionally loses synch with FLAC files which generally otherwise play OK and locks up or causes loud bangs or white noise on the speakers (dangerous).
    Some MKV files just don't play at all even though VLC plays them. There are a myriad other inconsistencies but these are the most annoying.
    Is anyone else experiencing these problems or does anyone have any other solutions to prevent these problems?
    I don't suppose we can expect another software upgrade from Toshiba? In your dreams, pal.

    OK, so I took the risk and updated the firmware of my Stor.e TV+ to the Noontec V8S latest firmware V3.0816.13_V8S from noontec website.
    The update went fine without a hitch (took about 2 minutes from an old 256MB flash drive plugged into the back USB port of the unit, which I formatted before using), and some of the irritating shortcomings of the Toshiba firmware was solved. Samba worked in some fashion, but I was still not able to download songs directly to the Stor.e over wireless, which is the only other feature I currently need. The irritating remote control buttons were changed to the way any sane person would use them (I had changed my universal remote control to correct this, so would have to change the settings if I kept the updated firmware) The new firmware seems solid, but I DON'T USE THE VIDEO CAPABLITIES, so I can't comment on this.
    One major drawback of this update for me is that the small display on the unit becomes much less readable. Seems like there is a problem with the font on the new firmware. I use my Stor.e exclusively as a flac music player, and since I don't have it connected to a tv the small display is crucial for me to select tracks or disks. I have 300+ discs, so the Stor.e is an excellent cheap media player which I connect to my HIFI system via a DAC.
    I thus had to change back to the Toshiba firmware to correct this problem. Seems like I would still have to use USB to download music to the Stor.e when I buy new CDs. What a pity.
    Incidentally, the new Toshiba firmware is very much like the old firmware, in that it lacks the capability to switch on Samba. In the readme Toshiba states that the new firmware fixes a network problem, but I think that this is probably the smallest issue most users have with the Toshiba firmware.
    So, my advice to anyone having video, control or other issues with the Toshiba firmware is to flash to the Noontec firmware to see if it resolves their issues. If it doesn't one can always revert to the official Toshiba firmware as I did.
    You do this at your own risk though, if you brick your unit don't blame me...

  • Program Load Error

    HI everyone,
        I have a problem regarding abap program,
    I have transported a program with tcode from development server to production  server but when i run the program in production server the program gives a runtime error.
    " Program Load Error " thus dumping the program.
    when i checked it in SE38 of production server it quotes " program does not exiist ".
    Can please anyone let me know wat is the reason??
    Thank you,
    Vivek.

    Hi vivekacharya,
    I think you saved  the report and tcode in different Transports Requests, you moved only one request in which the report is not exsist.
    so  go to se38 program goto utilities --> versions  -->  version management and then  get the request and transport  the request to production server.
    Regards,
    Sateesh

  • How to resolve "Internal error: ABAP Report  cannot be loaded" error

    Hi All,
    I am new to SAP.Please help me out from this problem.
    When I am trying to debug BSP page, in debugging mode it shows "Internal error: ABAP Report  cannot be loaded" error and then dumps.
    In transaction ST22 it shows this dump something like this
    Runtime Errors         MESSAGE_TYPE_X
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
        1 FUNCTION AC_SYSTEM_FLUSH .
        2 *"----
        3 ""Lokale Schnittstelle:
        4 *"  IMPORTING
        5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
        6 *"  EXCEPTIONS
        7 *"      CNTL_SYSTEM_ERROR
        8 *"      CNTL_ERROR
        9 *"----
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.
       25 *     system_error
       26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
       27     WHEN 2.
       28 *     method_call_error
    >>>>>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       30     WHEN 3.
       31 *     property_set_error
       32       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       33     WHEN 4.
       34 *     property_get_error
       35       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       36     WHEN OTHERS.
       37       RAISE CNTL_ERROR.
       38   ENDCASE.
       39
       40 ENDFUNCTION.
    Thanks in advance
    Sunil Choudhury

    Hi Sunil,
    The reason for this could be anything, anyways look up for an OSS note with the error message first.
    As a workaround, you can try to use the classic debugger instead of the new ABAP debugger and see if it works.
    You should be logged into SAP via SAP GUI when you are debugging BSP.
    Regards
    Chen

  • Problem displaying dynamically loaded text in Flash CS3

    I created a Flash CS3 application that does not display
    dynamically loaded text (from internal AS3 scripts) on 3/6 of my
    client's computers. All computers run IE 6 and Flash Player 9. I
    cannot replicate the problem on any computer in my department. The
    problem seems to be related to Flash Player 9 or a browser
    setting/IT restriction. Has anyone encountered this? If so, have
    you found a solution?
    If I cannot find a solution, then I will need to almost
    completely redo the application.
    One slightly insane idea I have considered is to, if
    possible, convert dynamically loaded text to an image real-time. Is
    that possible?
    Btw, I have created a font in my library. Should I try
    manually embedding the font from the Properties menu and selecting
    all characters?
    Thanks in advance.

    yes, even though you may be using a font from the library,
    you still have to specify that each text field that uses that font
    embeds the font, and you'll need to select all characters(well not
    all, unless you require all the different scripts of the world -
    upper-case, lower-case, numerals and punctuation usual suffices).
    I bet if you checked, the computers where the font did not
    appear did not have the font on their system.
    Good luck
    Craig

  • Crystal Reports 2008 - Report Load error - Memory Leak Error?

    Hello
    <br>
    We have a problem with Crystal Reports 2008 with .NET 2.0.
    <br>
    CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    <br>
    The problem is that during high amount of report producing, errors in eventlog pops up and the production of reports using <br>
    Crystal Reports stops.
    <br>
    Below are examples of the three most common event logs.
    <br>
    We have tried to implement a cleanup method both as a destructor (with a global ReportDocument rdoc variable) and using direct call to cleanUpDoc() method when finished with loading doc:
    <br>
    ~IOServerClass()
    <br>
    <br>
                cleanupDoc();
    <br>
    <br>
    <br>
            private void cleanupDoc()
    <br>
    <br>
                try
    <br>
    <br>
                    if (rdoc != null)
    <br>
    <br>
                        rdoc.Close();
    <br>
                        rdoc.Dispose();
    <br>
                        rdoc = null;
    <br>
    <br>
                    this.CleanGlobalEvents();
    <br>
                    System.GC.Collect();
    <br>
    <br>
    <br>
    <br>
    The doc is loading using the "normal" method (in-process).
    <br>
    <br>
    try
    <br>
    <br>
                        rdoc = new ReportDocument();
    <br>
                        rdoc.Load(fullpathandreport); 
    <br>
    <br>
                   catch (Exception ex)
    <br>
    <br>
                    cleanupDoc();
    <br>
    <br>
    ...process doc....
    <br>
    cleanupDoc();
    <br>
    <br>
    Furthermore we have tried during Scalable tests of the system - but cannot produce the below errors ourselves. Only the customer can.
    <br>
    Please help with solving this problem.
    Is the above advisable to do?
    Should the document be loaded in another way?
    Is it a memory leak?
    <br>
    Regards
    Kristian
    <br>
    <br>
    event logs:
    <br>
    <br>
    #1
    <br>
    <br>
    Event Type:     Error
    Event Category:     None
    Event ID:     1102
    Date:          12-02-2010
    Time:          10:22:05
    User:          N/A
    Description:
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at xxx.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:Analysis Server
    InnerMes:
    Error in File 321 {19463E3B-D404-45EB-88AE-5722A7FF9E90}.rpt:
    The request could not be submitted for background processing.
    InnerStack:
       at
    CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    <br>
    <br>
    #2
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Creating an instance of the COM
    component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} from the IClassFactory failed
    due to the following error: 8007000e.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc()
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep, Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 289
    <br>
    #3
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\reports\340.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008
    \Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:CrystalDecisions.ReportAppServer.ClientDoc
    InnerMes:
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    InnerStack:
    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    Edited by: kristians on Feb 16, 2010 2:57 PM

    Hi;
    First, ensure you have the latest service pack / hot fix for your version of Crystal Reports, and that the client has the same updates as well. Fix Pack 2.4 is the current latest, and can be downloaded from our downloads section.
    One of the errors is the Background Processing error, so have a look at the following article:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33&overridelayout=true
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

Maybe you are looking for

  • Prsonalize Portal

    Hi, I have to make my table get sorted according to the user selection. I try the example provided with the PDK for personalization and after some searching I was able to add a field property to my system component which displays a list of choices fo

  • Two problems with custom kernel

    I get two problems with my custom kernel that is not using initrd and otherwise working fine: 1) initscripts does not print anything, i.e., I see the kernel messages and after a short while the login prompt. It seems to start the daemons, however, si

  • Trouble referencing BI Publisher parameters in SQL Query (nQSError: 46033)

    Hello everyone, I have a query that references some Parameters I created in BI Publisher. They are: grade_var of type String school_var of type String school_year of type String The SQL used to for the data model of the report is: SELECT "KW School Y

  • A little error in J2EETutorial

    "Serverlet Life Circule", file:///C:/j2eetutorial14/doc/Servlets4.html#wp73579 There is an error in this section: public void contextDestroyed(ServletContextEvent event) { context = event.getServletContext(); BookDBAO bookDB = context.getAttribute("b

  • Kernel panic by mini-diplay port caused by 10.8.5 security update 2015-001 10.8.5

    After updating Mountain Lion (10.8.5) with Security update 2015-001, my 2008 15" MacBook Pro suffered kernel panic whenever I plugged in a mini-display port to HDMI cable.  The issue resolved by reverting to the immediate previous backup, which had S