How to fall back 9iAS (6i) patch 16 ?

Hi,
We have a large app consisting of over 500 form/reports deployed on 9iAS 1.0.2.2 + (dev6i)patch 10
We need to install patch 16 to solve an existing problem
We want to have a fallback procedure just in case...
After installing patch 16 successfully, what is the procedure to fall back to the previous patch level (say 10 for example) ?
Thanks/
Regards,
Arpad

Marc,
if the runtime and the builder show the correct ersion, tehn you can assume that the install was successful. Not sure why the release notes weren't updated.
Frank

Similar Messages

  • How to revert back the Java patch Upgrde

    Hi,
        I did the Java patch upgrade from 7.00.13.0 to 7.00.22.0 .
        But I want to revert back few components to the older version .Is it possible?
         Thanks in advance ..

    Hi,
    doing an upgrade is a one way. About "revert back few components"
    In theory you would start with SP13 and only install the SP22 version of what you want to upgrade, but: That's not a good idea. Depending on what you want to keep at SP13, SP22 won't work.
    br,
    Tobias

  • How to stop Gdm & fall back in console to edit the Gdm-login settings.

    Unfortunately, I didnt configure, Gdm-user-login settings and started  Gdm to play.
    Now, Gdm prompts to login, but i cant, login with the username  or as root.
    so please somebody reply , how to stop Gdm & fall back in console to edit the Gdm-user-login settings.

    ewaller wrote:Well, if I catch you before you waste your time, try rebooting, edit the kernel command line in grub and add '3' at the end.
    Or boot from your install media, mount / at /mnt, and edit your /etc/inittab or /etc/rc.conf, depending on how you are staring GDM.
    Grub bootloader  failed to be installed on my system. so i have installed Syslinux. And in Syslinux, i  did'nt  find  any option to edit.
    However, i have re-installed Arch and now Arch-gnome up & running.

  • How do I know WinRM uses Kerberos for authentication, and does not fall-back to NTLM?

    Hi,
    How do I know WinRM uses Kerberos for authentication, and does not fall-back to NTLM?
    /SaiTech

    Hi SaiTech,
    Kerberos will be selected by default in an AD domain, The default (assuming the client is in a domain, and is not connecting to itself via 127.0.0.1 or ::1 addresses) is to use Kerberos authentication, and not to fall back to NTLM.
    Please also Note that you may have to take some other steps as well to get non-Kerberos authentication working.  Specifically, you'd have to set up an HTTPS listener on the remote host, or modify the client's TrustedHosts list.
    Refer to:
    WINRM kerberos & Negotiate
    Authentication for Remote Connections
    In addition, you can also use Network Monitor to check the authentication method.
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How do I back up documents that are stored in iCloud to my own hard drive?

    The trouble is, however I search for an answer to this question, I get instructions on how to back up stuff TO iCloud.
    I want to back up stuff that applications like Pages and Numbers are already storing IN iCloud.
    See, I don't want to have to trust iCloud to safely store my documents.  Not unless there are copies somewhere that I can fall back on if (it's really only a matter of when) something goes fatally haywire in iCloud.
    It's easy enough to do with a service like, say, Dropbox, which treats my "cloud-stored" files like they are in a folder on my hard-drive.  So when I run either a local (Time Machine/Capsule) or a cloud (Crashplan, in my case) backup, those files get backed up.  So I have at least three copies of those files - in Dropbox, on my Time Capsule, and on Crashplan's servers.
    So how do I do that with docs that are stored in iCloud?  Apple wants me to store stuff in iCloud - if I have iCloud enabled and want to save a doc to another destination, there are multiple steps I want to go through.  And I'm fine with using iCloud if I'm creating documents that I want to be able to access from my iOS devices as well.
    Yes, I can do that with Dropbox, but it's less seamless than doing it through iCloud.
    But I want my own backups of those files, and near as I can tell, Apple makes that nearly impossible because iCloud does not show up anywhere as a folder that I can access or sort.
    Or does it?  Am I missing something?
    If so, let me know.... if not... is there a solution to this dilemma, or is it just one more aspect of iCloud that Apple has not clearly thought through?
    Thanks,
    --PS

    Right.  You didn't read the post, you only read the title.
    The title came from an earlier step in the process when I was posing a question to the systen.
    The pertinent part of the question is "How to I back up documents that are stored in iCloud" 
    That the destination for the backup is NOT my internal HDD should be clear from the rest of the post.
    And frankly, even if that is where I want to back up to, that would at least give me two copies, at least giving me one duplicate of the stuff on iCloud.
    So please stop wasting my time if you can't answer the actual question: How do I backup content that is stored in iCloud.  The destination of the backup is irrelevant.
    --P

  • Is it possible to only allow HD content when HDCP is present, otherwise fall back to SD?

    For any of the proposed ideas here, you will have to package your content twice, where each stream would require its own license:
    1 package for SD bitrates
    1 package for HD bitrates
    [ Try to play & react if necessary ]
    When the user wants to play HD content, attempt to do a license acquisition for the HD stream.  If it fails with an error code indicating that the device doesn't not have the needed output protection requirements (DRMErrorEvent 3338 – 3342), the client would then fall back and play the SD stream, which would trigger a license acquisition of a license that doesn't require Output Protection enabled.
    [ License Preview ]
    When the user wants to play content, perform a "License Preview" of the HD stream to determine if the license can be consumed & enforced by the device (DRMManager.loadPreviewVoucher()).  If the result of loading this Preview license fails with a DRM Error event around Output Protection requirements (#3338-3342), then play the SD stream.
    [ Leverage an existing front-load license request that you're using to preemptively initialize the DRM system ]
    This is similar to "License Preview", but attempts to front-load that check and retain the result for later use.
    In our whitepaper to optimize "start to playback" experience (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/video/pdfs/start-to-p layback-adobe-access.pdf), one of the things we recommended was to front-load a license acquisition on a non-existent content very early in the user workflow (Optimization #2).  Doing this would initialize the DRM system so that when the real license acquisition happened later on, Adobe Access would already be primed.
    To take this a step further, if you have this in place, since you already are doing a license acquisition ahead of time, you could use a policy that requires Output Protection.  In your client, when it attempts to acquire a license, it can record whether or not the operation was successful. If it was successful, the client could have logic to show HD content options to the viewer.  If the acquisition was unsuccessful, then the client could restrict viewing to only the SD content.

    ok great thats what i thought
    How do I check if I am running moutain lion
    about this mack gives me Mac OS X
    Version 10.7.5
    I am running Software UPdate as I type
    assuming that I have Moutain Lion how do I link the two ecternal HD's ?

  • AP Fall back issue for WLC

    Hi,
    i have two WLC 4402 with same ios 4.2.99.0
    & configured fail over based on below link
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008064a294.shtml#c5
    AP failover occurred but the fall back option like primary WLC comes up it does not register with primary all the ap still in secondary. I enable Fall back option also as per the document.
    could you guide me how i can troubleshoot this issue..
    Thanks..

    hi,
    the meaning is the secondary WLC is not realsing the IP's for client eventhough the SSId match with extract DHCP scope. DHCP scope is not overlap...
    Important.
    Primary box is new one with 4.2.99 but the old box had 4.1.x b4 the failover the old box was working & released the DHCP scope for the client. Once we upgraded the old box with 4.2.99 (Failover we need to have both the box with same version) even it is not releasing the DHCP scope if i used as standalone device also.
    My doubt is
    1. New box if i used as a stand alone it is releasing the DHCP scope for the client
    2. Both the new & old box has the same configuration
    3. If i used old box as a stand alone device why it is not releasing the DHCP scope (with the same IOS & configuration working perfectly on new box)
    4. This issue occured after upgrade the IOS on old box.
    Can anyone help me out at earliest.
    Thanks

  • SRM7 WF Fall Back Agents

    I would like to configure the fall back agents for the 'Manager of Manager' shopping cart approval process to be the originating users manager.  Not all departments in our organization have multiple levels of management but we would still like a second level of approval when the shopping cart amount is greater than 50K.  It works when there are multiple managers defined in the org structure, but I get an Agent Determination error when there is only one manager defined.  
    Is there a quick way to do this? 
    Thanks
    Jon

    Saravanan,
    I figured out how to get it to determine the originators first level manager and direct the work item there. 
    The business requirement is for carts over $50K there needs to be a director level approval.  In most cases in our organization, the director is the second level manager so the manager of manager agent determination process works perfect.  However some departments have one manager/director and only three employees so there is no organizational second level of approval that can be used.  In these cases, the manager is the director and needs to approve the cart twice.  Using the fall back agent method seems the best approach for these occurances.
    Jon.

  • ISE admin , PSN and monitoring node fail-over and fall back scenario

    Hi Experts,
    I have question about ISE failover .
    I have two ISE appliaces in two different location . I am trying to understand the fail-over scenario and fall-back scenario
    I have gone through document as well however still not clear.
    my Primary ISE server would have primary admin role , primary monitoring node and secondary ISE would have secondary admin and secondary monitoring role .
    In case of primary ISE appliance failure , I will have to login into secondary ISE node and make admin role as primary but how about if primary ISE comes back ? what would be scenario ?
    during the primary failure will there any impact with users for authentication ? as far as PSN is available from secondary , it should work ...right ?
    and what is the actual method to promote the secondary ISE admin node to primary ? do i have to even manually make monitoring node role changes ?
    will i have to reboot the secondary ISE after promoting admin role to primary  ?

    We have the same set up across an OTV link and have tested this scenario out multiple times. You don't have to do anything if communication is broken between the prim and secondary nodes. The secondary will automatically start authenticating devices that it is in contact with. If you promote the secondary to primary after the link is broke it will assume the primary role when the link is restored and force the former primary nodes to secondary.

  • DST failed to fall back on Nov 4, 2007

    Our java version is 1.4.2_04-b04. We installed the DST OS patches 109809-04 and 108993-54. We also installed the tzupdater-1_0_0.zip.
    When we tested the starting DST, the system time jumped from 1:59 AM to 3 AM on March 11. This is correct.
    But for the ending DST testing, the system time did not fall back to 1:00 AM from 1:59 AM on Nov. 4.
    Are there anything wrong with the patches?
    Chung
    Message was edited by:
    DST_Nov7_2007
    Message was edited by:
    DST_Nov7_2007

    Hi,
    Your updated JRE should fall back at 2am - not 1:59 am on sunday morning night Nov4th. Have your test program print off a few hourly values around that time. -

  • AS5400 IP fall back routing without Call Manager

    Hi guys
    my system is using AS5400+SLT+PGW, but without call manager.so i guess i have limited functions of Cisco voip, but so far all is well
    my question is:
    how can i do IP fall back routing to the same destination, with 2 target IPs.lets say my destination with 2 target IP1:192.168.1.1 and IP2:192.168.1.2
    primary IP is 1.1 and is in dial-peer 1
    calls will be sent via dial-peer 1.
    in the event of IP1 fail, how can IP2 will take over as the new primary target?
    and when IP1 back to service, it will re route backt to IP1
    came across of using dial-preference, but not sure how it works and if it fits my scenario
    currently , just pointing to IP1.dont have IP2 configured anywhere.and the only fall-back routing i have now is frm my PSTN switch (which is different frm IP switches)
    thanks in advance
    brendan

    Brendan,
    Use preference command under dial peers.
    dial-peer voice 1 voip
    preference 0 (default)
    session target ipv4:
    dial-peer voice 2 voip
    preference 1 (lower priority)
    session target ipv4:
    HTH
    Sankar
    PS: please remember to rate posts!

  • Disable SSL fall-back for Back To My Mac?

    It looks like the latest Snow Leopard update brought with it a fall-back mechanism for Back To My Mac, where instead of IPSEC it would switch to using SSL via port 443, via Apple's proxy server. The SSL mechanism is INSANELY slow - as in "dial-up" kind of slow, and it's useless for all practical purposes.
    So the question is: how to disable that fall back and force Back To My Mac to ALWAYS use IPSEC? It seems to switch randomly, without any apparent reason. The only way to force it back to using IPSEC that I've found so far is to completely reboot the computer.
    Any ideas?

    Do you have OS X 10.7.5 or later and either iPhoto '11 9.2.2 or later, or Aperture 3.2.3 or later, you cando this by signing into your iCloud account in System Preferences>iCloud and enabling Photo Stream, then going to iPhoto>Preferences>Photo Stream (iCloud) and checking Automatic Import.  After doing so, photo stream photos will automatically be imported to your iPhoto library where they will not be deleted.

  • MPV: hwdec=vaapi fails and falls back to software decoding

    I've always been confused by setting up hardware decoding - but a couple of recent threads reminded me of this nagging issue and I took another shot at it.  Yet despite all the claims that mpv should support vaapi, it is simply not working here.  I've followed the instructions here yet mpv falls back to software decoding every time.  I've been searching for related issues, but I can't seem to find any reports from intel graphics users.
    The output from mpv:
    $ mpv --vo=opengl --hwdec=vaapi video.mpg
    Playing: video.mpg
    [stream] Video (+) --vid=1 (mpeg1video)
    [vo/opengl/x11] X11 error: GLXBadFBConfig
    [vo/opengl] Could not create GL3 context. Retrying with legacy context.
    Using software decoding.
    VO: [opengl] 720x480 => 853x480 yuv420p
    V: 00:00:00 / 00:00:32 (2%) Dropped: 1
    Exiting... (Quit)
    Mpv's man page suggests that vo=vaapi should only be used for old hardware, though it doesn't specify how old.  I gave that a try too.  That avoids the GLX error, yet still falls back to software decoding:
    $ mpv --vo=vaapi --hwdec=vaapi video.mpg
    Playing: video.mpg
    [stream] Video (+) --vid=1 (mpeg1video)
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_37
    libva info: va_openDriver() returns 0
    Using software decoding.
    VO: [vaapi] 720x480 => 853x480 yuv420p
    V: 00:00:00 / 00:00:32 (1%)
    Exiting... (Quit)
    My hardware:
    $ lspci -vnn | grep -i vga
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller])
    I have all the drivers/packages listed on the intel graphics wiki page.
    I must be missing something obvious here - the guides seem to suggest this should 'just work' yet mpv keeps falling back to software decoding.

    I was hoping you'd chime in on this one Gusar. Thanks to both of your for the suggestions.  So far no joy, though.  I installed libva-intel-driver-g45-h264 and tried again and received identical output as in my initial post.  I also tried xf86-video-intel-git which also gave no change.
    To be clear, the video plays just fine, but it just relies on software decoding.
    The output from vainfo from after the updates:
    $ vainfo
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_37
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 0.37 (libva 1.5.0)
    vainfo: Driver version: Intel i965 driver for Intel(R) GM45 Express Chipset - 1.5.0
    vainfo: Supported profile and entrypoints
    VAProfileMPEG2Simple : VAEntrypointVLD
    VAProfileMPEG2Main : VAEntrypointVLD
    VAProfileH264ConstrainedBaseline: VAEntrypointVLD
    VAProfileH264Main : VAEntrypointVLD
    VAProfileH264High : VAEntrypointVLD
    edit: for reference/comparison I removed the new packages and got the "pre" vainfo (then reinstalled the aur packages again):
    $ vainfo
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: va_openDriver() returns -1
    vaInitialize failed with error code -1 (unknown libva error),exit
    As I'm pretty ignorant about video drivers, I'm curious if there are some video files that just would not be able to be hardware-decoded?  I've tried a small number of different videos and am getting the same results with all of them, but if there are video-file constraints, are there any sample/testing videos around I should use for debugging?
    Last edited by Trilby (2015-01-26 20:59:33)

  • Why didn't my iphone fall back an hour?

    It's daylight savings time here in the U.S.  My iPhone4s has previously magically sprung ahead and fallen back at the appropriate time.
    But this time it didn't fall back. 
    My computer, which is using the same internet connection, fell back.  But not my iPhone4s.  I turned it off and on.  Still no change.  My carrier is Sprint and I'm using iOS 5.1.1 (no I don't want to "update" to iOS 6).
    What can I do to make my iPhone think?

    wjosten how about I just complain to you whenever anything in general happens to me.
    It updated finally.  Sprint must have caught a mild case of ********.  Not Apple surprisingly.  Oh...am I gonna get banned for saying the word "********"?  Steve Jobs said a lot worse things.  Oh nevermind Apple decorum nazi robot blurred the word anyway.

  • How do go back to a version that supports Real Player?

    How do go back to a version that supports Real Player?

    According to the instructions given on the Norton Community forum under "Other Norton Products/Comcast-Customers - Norton Toolbar Problem in Firefox 10", I have done everything necessary. And I do have a Norton toolbar (Safe Web and Identity Safe) when I open Firefox 10. As was mentioned in the previous posts here, you need to run manual LiveUpdate then reboot until you have version 5.2.0.13. Then reboot and run manual LiveUpdate again and reboot once more. One thing that I noticed is that Norton never told me that it had updated the patch for Firefox 10, so I didn't know. I guess if you have the toolbar when you run Firefox 10, then you have done it all.

Maybe you are looking for