Changing images after time interval.

Hi,
I want to show images that am calling from xml file into flash, I want to show them each after a certain time interval, I want to do this in AS3 How it can be done?
Thanks
IceHero

make use of Timer function
var myTimer:Timer;
//  timer_length=length_img;          //Total number of images in xml.
and with each timer inteeval counter is increased by one to get the next image.
Here is one sample.
var xmlReq:URLRequest=new URLRequest("images.xml");
var xmlLoader:URLLoader=new URLLoader();
xmlLoader.load(xmlReq);
xmlLoader.addEventListener(Event.COMPLETE,loadXML);
function loadXML(e:Event)
    xml=new XML(e.target.data);
    length_img=xml.*.length();//Total no of images...
    //timer event is called on the COMPLETE event of the xml when the xml is loaded
    //then the timer event is called....
     timer();   
    loadImage();
  function timer()
    //to store the timer event.
     timer_length=length_img;
    myTimer=new Timer(7000,timer_length);
    //5000 means 5 sec delay and timer_length is the no of times this timer work.In this case it should work only up to the total no of images.Suppose       //  images are 12 in xml then timer will work 12 times.
    myTimer.addEventListener(TimerEvent.TIMER,timeLine);
    myTimer.start();
    function timeLine(e:TimerEvent):void
    //event listener of timer event.
    loadImage();
    counter=counter+1;
     function loadImage()
    //Loads the image by this function and various effects added here.
            urlImage=xml.image[counter].imgURL;
            var imgReq:URLRequest=new URLRequest(urlImage);
            //loads the image url and image in this request.
            imgLoader=new Loader();
            imgLoader.load(imgReq);
            //Loads the image in loader.
            mc_container.addChild(imgLoader);
            //loads the image in the mc_container movie.
            }//ends the load image function.

Similar Messages

  • Applying easing while changing image using timer

    Hi
      In my app i am changing images using timer..i have 7 images when the image starts changing it flicker and background comes then the new image that is what my problem is
    here is my code..
                   import flash.utils.Timer;
                        import flash.events.TimerEvent;
                        import flash.display.Sprite;
                      var myTimer:Timer = new Timer(95, 7);
                    private var k:int;
                     public var imgary:Array=new Array();
    function init()
         for(var i:int=0;i<=6;i++)
                         imgary[i]=new Array();
                         imgary[i][0]="Assets/open_drawer"+i+".png";
                         if(i==1||i==2)
                             imgary[i][1]=81;
                         else if(i==0)
                             imgary[i][1]=77;
                         else if(i==3)
                                 imgary[i][1]=83;
                                 k=83;
                         else if(i==4)
                                 k=k+2;
                                 imgary[i][1]=k;
                         else
                                 k=k+3;
                             imgary[i][1]=k;
         myTimer.addEventListener(TimerEvent.TIMER, timerHandler);
                myTimer.start();
    public function timerHandler(e:TimerEvent):void {
                   tests.source=imgary[e.target.currentCount-1][0];
                            tests.width=383;
                            tests.height=imgary[e.target.currentCount-1][1];
                            tests.x=0;
                            //invalidateDisplayList();
        ]]>
    </mx:Script>
    <mx:Panel  verticalAlign="top" horizontalScrollPolicy="off" backgroundColor="#616060"  id="pnlMaster" width="400" height="560" horizontalCenter="-184" verticalCenter="13">
    <mx:Image id="tests" source="@Embed(source='Assets/drawer_img.png')" width="383"  x="0"  height="75"/>
    </mx:Panel>
    </mx:WindowedApplication>

    is there any way by which i can handle this..can i provide smoothness or easing kind of thing so that it appears to the user that it is a only one image..

  • FXG does not change image after saving.

    I have installed the fxg plugin.  I can make edits and save, however, in Catalyst the image does not change.  I have follwed the instructions to the letter, but no changes are made. I refreshed the artboard but that didn't help either.  What am I missing?

    I also encounter the same issue.

  • Change image after a return.

    Hi,
    I am building a game where the user clicks on an item on a game board to jump to another slide.  When he/she is finished with the jump to slide, they click on a clickbox to return to the original screen.
    I would like to have something happen on the original screen after they return that would eliminate what they originally clicked on so that is no longer an option for them.  I really don't care how that happens (original image dissappears, is covered up with new image, etc.).
    Any ideas folks?
    Thanx!
    Gary

    You can create a custom User Variable and Advanced Action to achieve this.
    On the slide that the player jumps to, set up an On Enter action that sets the value of your custom variable to 1 instead of 0 (default).
    Then when they jump back to the first slide, create a conditional Advanced Action that is fired OnEnterSlide which checks the value of the custom variable.  If it is 0, the object remains shown. If it is set to 1, this means the player has already been to the second slide, so the object is hidden.
    Lilybiri has some excellent tutorials about creating Advanced Actions on her blog.  http://lilybiri.posterous.com/
    You can also try reading the Captivate 5 help files.

  • Why can't I use the Glowing Edges on a photo? I am trying to follow a tutorial and when it gets to using that filter it stays grey and wont allow me to use it. It is really frustrating. I have changed images several times hoping it would change things but

    I am following a tutorial in CS5 to learn how to make an image look like a drawing. When we get to the part where I am supposed to use the glowing edges filter it will not allow me to use it. why? I need to access it, how can I get around it?

    Ask in the forum for whatever product you are talking about and by all means do provide some proper technical info like what program you actually mean, system info, document info etc..
    Mylenium

  • OS X Lion looses the wallpaper image after some time?

    I encrypted my disk with FileVault 2.
    I do not know wheather it is related to it, but OS X do not display the wallpaper image after some time anymore. Also trying to change the wallpaper do not fix the problem. If I restart, the wallpaper is displayed again.

    Having the same issue now for the 2nd time in a week.
    Also no clean but updated from SL (MBP 2008).
    Contrary to other ppl in the thread i'm NOT using FileVault.
    First time it happened after i locked the screen and logged back into a running session.
    This time it happened after waking up from sleep.
    Also it's only happening on the main screen (24 inch external display).
    The built-in screen of the MBP is still showing a background and can be changed with the dialog.
    Still unable  still wasn't able to get it back from the light grey background on main screen. Toggling backgrounds doesn't do anything, just sticks to the grey color.
    Albino Lion FTL

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • Dear support @Apple,  I have tried to log in App Store with my Apple ID 3 times but never possible.  I have tried to change password 2 times. It was successful.But soon after change of my password, I could not log in App store.  It says always incorrect u

    Dear support @Apple,
    I have tried to log in App Store with my Apple ID 3 times but never possible.
    I have tried to change password 2 times.
    It was successful.But soon after change of my password, I could not log in App store.
    It says always incorrect user name or password. But I input correct ! Because just I successfully changed my password through secret question.
    Third time when I tried to change password, the page did not open!
    So I checked my connection by netstat , and I trace the IP address ; 17.154.66.17 this is apple IP, but when I trace , it did not show the route. I will copy
    Traceroute has started…
    traceroute to 17.154.66.17 (17.154.66.17), 64 hops max, 72 byte packets
    1  220.224.141.129 (220.224.141.129)  490.517 ms  64.527 ms  94.524 ms
    2  115.255.239.97 (115.255.239.97)  65.157 ms  89.128 ms  89.806 ms
    3  124.124.251.241 (124.124.251.241)  104.972 ms  79.051 ms  96.948 ms
    4  * * *
    5  62.216.147.137 (62.216.147.137)  102.266 ms  85.581 ms  88.352 ms
    6  xe-0-0-0.0.pjr04.ldn001.flagtel.com (85.95.25.186)  221.939 ms  225.223 ms  236.605 ms
    7  xe-11-0-0.edge5.london1.level3.net (212.187.138.53)  231.629 ms  232.045 ms  233.673 ms
    8  ae-52-52.csw2.london1.level3.net (4.69.139.120)  373.798 ms  390.412 ms  383.277 ms
    9  ae-57-222.ebr2.london1.level3.net (4.69.153.133)  382.653 ms  382.558 ms  376.740 ms
    10  ae-43-43.ebr1.newyork1.level3.net (4.69.137.74)  405.088 ms  377.679 ms  386.527 ms
    11  ae-91-91.csw4.newyork1.level3.net (4.69.134.78)  378.499 ms  389.733 ms  396.375 ms
    12  ae-92-92.ebr2.newyork1.level3.net (4.69.148.45)  391.706 ms  389.605 ms
        ae-82-82.ebr2.newyork1.level3.net (4.69.148.41)  381.615 ms
    13  4.69.135.185 (4.69.135.185)  380.183 ms  414.398 ms  387.054 ms
    14  ae-91-91.csw4.sanjose1.level3.net (4.69.153.14)  384.980 ms  381.375 ms  386.453 ms
    15  ae-4-90.edge2.sanjose3.level3.net (4.69.152.209)  377.304 ms  365.457 ms  373.281 ms
    16  * * *
    17  * * *
    18  * * *
    19  * * *
    20  * * *
    21  * * *
    22  * * *
    23  * * *
    24  * * *
    25  * * *
    26  * * *
    27  * * *
    28  * * *
    29  * * *
    30  * * *
    31  * * *
    32  * * *
    33  * * *
    34  * * *
    35  * * *
    36  * * *
    37  * * *
    38  * * *
    39  * * *
    40  * * *
    41  * * *
    42  * * *
    43  * * *
    44  * * *
    45  * * *
    46  * * *
    47  * * *
    48  * * *
    49  * * *
    50  * * *
    51  * * *
    52  * * *
    53  * * *
    54  * * *
    55  * * *
    56  * * *
    57  * * *
    58  * * *
    59  * * *
    60  * * *
    61  * * *
    62  * * *
    63  * * *
    64  * * *
    What it means??
    Please help !!
    To post this question, I tried thierd time to change password, and before I tried to log in to App store, I logged in this community, and I could !
    Then I could finally log in App store also.
    But still I feel something is wrong with my connection.
    Why the trace route does not show to the apple site ?

    This is a user to user forum. Apple is not here. Apple does not answer questions here.
    iTunes Support -
    http://www.apple.com/support/itunes/
    Mac App Store Support -
    http://www.apple.com/support/mac/app-store/

  • Fatch data from a table after a given time interval

    Hello
    I want to fetch date from a table after a fixed time interval is there any
    way to do it.
    thanks

    Not sure what you want. But maybe this helps.
    SELECT date+interval FROM atable;
    Also if you tell us more about the business case the answers could be more to the point.

  • Filter plugin. Problem after change image depth.

    Hi All !
    I already wrote filter plugin it work fine but only for image depth 8bit, after i change image depth on 16 or 32 bits I getting error msg box from photoshop.
    I try change on 'destination.colBits = 8' or 'destination.colBits = pChannel->depth' or ' (pChannel->bounds.bottom - pChannel->bounds.top) * pChannel->depth;'  but all the same.
    PixelMemoryDesc destination;
    destination.data = data; //*pixel
    destination.depth = pChannel->depth;
    destination.rowBits = (pChannel->bounds.right - pChannel->bounds.left) * pChannel->depth;
    destination.colBits = 8;
    destination.bitOffset = 0 ;
    Please help someone !
    Very Thanks in Advance !
    All code below:
    //  Gauss.cpp
    //  gauss
    //  Created by Dmitry Volkov on 30.12.14.
    //  Copyright (c) 2014 Automatic System Metering. All rights reserved.
    #include "Gauss.h"
    #include "GaussUI.h"
    #include "FilterBigDocument.h"
    #include <fstream>
    using namespace std;
    SPBasicSuite* sSPBasic = NULL;
    FilterRecord* gFilterRecord = NULL;
    PSChannelPortsSuite1* sPSChannelPortsSuite = NULL;
    PSBufferSuite2* sPSBufferSuite64 = NULL;
    int16* gResult = NULL;
    void DoParameters ();
    void DoPrepare ();
    void DoStart ();
    void DoFinish ();
    void DoEffect();
    void GaussianBlurEffect(ReadChannelDesc* pChannel, char* data);
    void ReadLayerData(ReadChannelDesc* pChannel, char* pLayerData);
    void WriteLayerData(ReadChannelDesc* pChannel, char* pLayerData);
    DLLExport MACPASCAL void PluginMain(const int16 selector,
                                        FilterRecordPtr filterRecord,
                                        intptr_t * data,
                                        int16 * result)
        sSPBasic = filterRecord->sSPBasic;
        gFilterRecord = filterRecord;
        gResult = result;
        try {
                if (sSPBasic->AcquireSuite(kPSChannelPortsSuite,
                                                   kPSChannelPortsSuiteVersion3,
                                                   (const void **)&sPSChannelPortsSuite))
                    *gResult = errPlugInHostInsufficient;
                if (sSPBasic->AcquireSuite( kPSBufferSuite,
                                                   kPSBufferSuiteVersion2,
                                                   (const void **)&sPSBufferSuite64))
                    *gResult = errPlugInHostInsufficient;
                if (sPSChannelPortsSuite == NULL || sPSBufferSuite64 == NULL)
                    *result = errPlugInHostInsufficient;
                    return;
                switch (selector)
                    case filterSelectorParameters:
                        DoParameters();
                        break;
                    case filterSelectorPrepare:
                        DoPrepare();
                        break;
                    case filterSelectorStart:
                        DoStart();
                        break;
                    case filterSelectorFinish:
                        DoFinish();
                        break;
        catch (...)
            if (NULL != result)
                *result = -1;
    void DoParameters ()
    void DoPrepare ()
    void DoStart ()
        if (*gResult == noErr)
            if (doUi())
                DoEffect();
    void DoFinish ()
    #define defColBits 8
    void DoEffect()
        // Start with the first target composite channel
        ReadChannelDesc *pChannel = gFilterRecord->documentInfo->targetCompositeChannels;
        // Calculation width and height our filter window
        int32 width = pChannel->bounds.right - pChannel->bounds.left;
        int32 height = pChannel->bounds.bottom - pChannel->bounds.top;
        fstream logFile ("/Volumes/Macintosh Media/GaussLogFile.txt", ios::out);
        logFile << endl << "top " << pChannel->bounds.top;
        logFile << endl << "bottom " << pChannel->bounds.bottom;
        logFile << endl << "left " << pChannel->bounds.left;
        logFile << endl << "right " << pChannel->bounds.right;
        logFile << endl << "depth " << pChannel->depth;
        logFile << endl << "vRes " << gFilterRecord->documentInfo->vResolution;
        logFile << endl << "hRes " << gFilterRecord->documentInfo->hResolution;
        // Get a buffer to hold each channel as we process. Note we can using standart malloc(size_t) or operator new(size_t)
        // functions, but  Adobe recommend sPSBufferSuite64->New() for memory allocation
        char *pLayerData = sPSBufferSuite64->New(NULL, width*height*pChannel->depth/8);
        if (pLayerData == NULL)
            return;
        // we may have a multichannel document
        if (pChannel == NULL)
            pChannel = gFilterRecord->documentInfo->alphaChannels;
        // Loop through each of the channels
        while (pChannel != NULL && *gResult == noErr)
            ReadLayerData(pChannel, pLayerData);
            GaussianBlurEffect(pChannel, pLayerData);
            WriteLayerData(pChannel, pLayerData);
            // off to the next channel
            pChannel = pChannel->next;
        pChannel = gFilterRecord->documentInfo->targetTransparency;
        // Delete pLayerData
        sPSBufferSuite64->Dispose((char**)&pLayerData);
    void GaussianBlurEffect(ReadChannelDesc* pChannel, char *data)
        // Make sure Photoshop supports the Gaussian Blur operation
        Boolean supported;
        if (sPSChannelPortsSuite->SupportsOperation(PSChannelPortGaussianBlurFilter,
                                                    &supported))
            return;
        if (!supported)
            return;
        // Set up a local rect for the size of our port
        VRect writeRect = pChannel->bounds;
        PIChannelPort inPort, outPort;
        // Photoshop will make us a new port and manage the memory for us
        if (sPSChannelPortsSuite->New(&inPort,
                                      &writeRect,
                                      pChannel->depth,
                                      true))
            return;
        if (sPSChannelPortsSuite->New(&outPort,
                                      &writeRect,
                                      pChannel->depth,
                                      true))
            return;
        // Set up a PixelMemoryDesc to tell how our channel data is layed out
        PixelMemoryDesc destination;
        destination.data = data; //*pixel
        destination.depth = pChannel->depth;
        destination.rowBits = (pChannel->bounds.right - pChannel->bounds.left) * pChannel->depth;
        destination.colBits = defColBits;
        destination.bitOffset = 0 ;
        // Write the current effect we have into this port
        if (sPSChannelPortsSuite->WritePixelsToBaseLevel(inPort,
                                                         &writeRect,
                                                         &destination))
            return;
        // Set up the paramaters for the Gaussian Blur
        PSGaussianBlurParameters gbp;
        int inRadius = 1;
        Fixed what = inRadius << 16;
        gbp.radius = what;
        gbp.padding = -1;
        sPSChannelPortsSuite->ApplyOperation(PSChannelPortGaussianBlurFilter,
                                                                 inPort,
                                                                 outPort,
                                                                 NULL,
                                                                 (void*)&gbp,
                                                                 &writeRect);
        if (sPSChannelPortsSuite->ReadPixelsFromLevel(outPort,
                                                      0,
                                                      &writeRect,
                                                      &destination))
            return;
        // Delete the temp port in use
        sPSChannelPortsSuite->Dispose(&inPort);
        sPSChannelPortsSuite->Dispose(&outPort);
    void ReadLayerData(ReadChannelDesc *pChannel, char *pLayerData)
        // Make sure there is something for me to read from
        Boolean canRead;
        if (pChannel == NULL)
            canRead = false;
        else if (pChannel->port == NULL)
            canRead = false;
        else if (sPSChannelPortsSuite->CanRead(pChannel->port, &canRead))
            // this function should not error, tell the host accordingly
            *gResult = errPlugInHostInsufficient;
            return;
        // if everything is still ok we will continue
        if (!canRead || pLayerData == NULL)
            return;
        // some local variables to play with
        VRect readRect = pChannel->bounds;
        PixelMemoryDesc destination;
        // set up the PixelMemoryDesc
        destination.data = pLayerData;
        destination.depth = pChannel->depth;
        destination.rowBits = pChannel->depth * (readRect.right - readRect.left);
        destination.colBits = defColBits;
        destination.bitOffset = 0 ;
        // Read this data into our buffer, you could check the read_rect to see if
        // you got everything you desired
        if (sPSChannelPortsSuite->ReadPixelsFromLevel(
                                                      pChannel->port,
                                                      0,
                                                      &readRect,
                                                      &destination))
            *gResult = errPlugInHostInsufficient;
            return;
    void WriteLayerData(ReadChannelDesc *pChannel, char *pLayerData)
        Boolean canWrite = true;
        if (pChannel == NULL || pLayerData == NULL)
            canWrite = false;
        else if (pChannel->writePort == NULL)
            canWrite = false;
        else if (sPSChannelPortsSuite->CanWrite(pChannel->writePort, &canWrite))
            *gResult = errPlugInHostInsufficient;
            return;
        if (!canWrite)
            return;
        VRect writeRect = pChannel->bounds;
        PixelMemoryDesc destination;
        destination.data = pLayerData;
        destination.depth = pChannel->depth;
        destination.rowBits = pChannel->depth * (writeRect.right - writeRect.left); //HSIZE * pChannel->depth * gXFactor*2;
        destination.colBits = defColBits;
        destination.bitOffset = 0 ;
        if (sPSChannelPortsSuite->WritePixelsToBaseLevel(
                                                         pChannel->writePort,
                                                         &writeRect,
                                                         &destination))
            *gResult = errPlugInHostInsufficient;
            return;

    Have you reviewed your code vs the Dissolve example? It is enabled for other bit depths as well.

  • How to change color of a button for specific time interval in jsp

    How to change color of a button for specific time interval in jsp.
    Please help.
    Thanks in advance.

    This was driving me crazy, too--and the previous answers did not seem to work. I eventually found that if I click one of the data symbols in the graph in exactly the right spot (see below), it selects only the data symbols and not the line. I can tell this because the little selection dots will be around each data symbol, but no selection dots will be on the line between the data symbols - like the graphic in Yvan's answer. Then and only then will the color symbol in the tool bar show the color of the data symbol, instead of the color of the line. I believe that you then have to first click on the color swatch in the toolbar and then select your color (or choose Show Colors and select from the color tool). Just clicking a color in the crayon box, for example, did not seem to work unless I first clicked on the color swatch in the toolbar, then clicked Show Colors on that dropdown, and +only then+ clicked the crayon or whatever.
    _The right spot to click_ seems to be just above the exact center of the data symbol, at least for the diamond shape symbol that I prefer. Sometimes it takes several tries to hit the right spot. If I miss it, the whole line is selected, which is indicated by the little selection dots on the line, between the data symbols. When I click the right spot, those selection dots go away, leaving only the data symbols selected. Then I can change the color, as described above.
    I hope this works for you too.

  • Fire a Code after a time interval

    I am using form builder and want to display a message of a text item contents after a time a specific time interval.can any bosy tell me how to do that

    write your code in when-timer-expired trigger and fire this trigger as you required.

  • We are currently having troubles with our iTunes. Playing different songs and randomly it changes the name of the song to pink time after time. We could go through 5 songs before it will change the next one to song title time after time and artist pink

    Hi I am having trouble with iTunes! Randomly when I click on a song in iTunes it changes the song title to time after time and the artist is pink.
    I could click on 4 songs and they will be normal but then the 5th one will change the info to time after time.
    I haven't done anything different or new, it started doing it all of a sudden, well that I have noticed anyway. Please help.

    Hello Schimi. The Time Capsule is a kind of product that offer you two possibility:
    - To use the TC as a router or as an external HD.
    The difference between WPA and WPA 2 are:
    - They are two kinds of internet connection.
    WPA uses dynamic key encryption , which means that the key is constantly changing and makes the invasion of a wireless network more difficult than WEP . WPA is considered one of the highest levels of wireless security for your network and is recommended if your devices support this kind of encryption . Newer routers offer WPA2 security . WPA2 is compatible with WPA , but offers higher security level . In fact, it meets the high standards of many government agencies . If the router and computer support WPA2 , this should be your choice.
    If you need any help or if you find some difficult setting up it you can contact Apple Support.
    I am sure that they can help you with that.
    I am sory for the delay. I holpe that you solve your issue.

  • Programming Report changed after time change

    Hello everybody,
    Beacause of this weekend time change, all the reports that i had and that were scheduled have been changed:
    Before time change:
      The report was executed every for hours.....00:00; 04:00; 8:00; 12:00; 16:00 and so on.....
    After time change:
    The report has changed automaticatly the hours to ....01:00; 05:00; 09:00; 13:00; 17:00 and so on....
    Please I want your feedback and if someone has had the same problem give me a hand.
    Thank you very much!

    What do u meant by time change? --> I mean the timezone change that was from last Saturday to Sunday.
    Does the start time still shows 00:00 or it has been changed to 01:00? --> The start time has been changed from 16:00 to 17:00
    Does your server lying in different timezone? --> I´ve seen all servers and all have the right timezone.
    are you referring the changes with respect to IST? --> Do you want to mean Indian Standard Time?
    Check the system date time got changed? --> All servers have the right hour and date.
    is some thing you need to look for change due to day light savings? --> .....?
    Thank you very much Ganesh,
    Looking forward to hearing from you,
    Moreno

  • Help help please...Photoshop CS, on a Windows XP machine.   After re-booting the machine after an unexpected power failure I have been told that the "Configuration appears to have changed since the time this product was activated. To continue using this p

    Help help please... I'm running Photoshop CS, on a Windows XP machine.   After re-booting the machine after an unexpected power failure I have been told that the "Configuration appears to have changed since the time this product was activated. To continue using this product I must re-activate it".  BUT the activation link informs me that they no longer support the product (neither online nor telephonically).  So how can I re-activate this software?

    Hello Helios & Eb29075,
    +1. Please check log file for error message.+
    +2. Check status of EM.+
    +3. Please see:+
    +How To Drop, Create And Recreate DB Control In A 10g Database [ID 278100.1]+
    +Problem - emctl start dbconsole Fails with Error OC4J Configuration issue OC4J_DBConsole__ not found [ID 555218.1]).+
    As you said above, yes, I did find OC4J config issue & EM Config issue and resolved them. But still I couldn't get my DBConsole started.
    Yes, I was able to drop DBConsole<sid> service using 'emca' repository drop. But, when I started recreating repository for DBConsole service, I wasn't able to do it. I tried several times but in vain.
    Thanks,
    A.P.

Maybe you are looking for

  • Netscape and SSO to partner application

    Help! I have a partner Java app using SSO with a custom login form. All is well in IE 6 but I get problems with Netscape 7. It authenticates to the Portal OK, but not to the partner app. The browser displays the following message: Oracle SSO Failure

  • Expression Issue

    Hi All, I am from a Informatica background and new to ODI. Its overwhelming for a newbie like me grasp this ELT concept. ODI version - 11g. We are in process of loading data from MySQL to Oracle. We are using LKM SQL to Oracle and IKM Oracle incremen

  • HELP! iPhone 4 is BLANK after trying to update to iOS 6, error message during restore...

    I tried to submit question to Apple Support, but I have to enter my phone's serial number and it doesn't work! From what I can gather, it wasn't restored, so I can't get the serial #!!! When I connected to iTunes earlier this evening, a window popped

  • My own built fullscreen mode flv player is not working in Mac OS

    I built a flv player, it is just a normal video player with a fullscreen mode. The video player is work fine in Window IE, FF, and Safari. But not not working in Mac OS X, leopard & tiger & May I know what might cause this problem? I m usng action sc

  • CC 5.2 SP9 - Management view update problem

    Hello all, We are having trouble updating the management view, in CC SP09. After running full synchro jobs on profiles, then roles, then users, and finally updating the management view, the results seem wrong (in production, we were expecting about 5