One off deployment target in ATG 10 Merch-Ui

Hi All,
We have migrated our application from ATG 9.3 to ATG 10.2
We had configured One-Off deployment targets in the Merchandising landing page but after migrating our application to 10.2 we can no longer see One-Off deployment targets in the Merchandising landing page.
Can you please let us know how can we configure the same in ATG 10.2?
Moreover, we had created additional custom tabs for certain set of assets (for ex: products) to be accessible via Asset editor page but the custom tabs are also not available in the asset editor page.
We can see that the viewMappings have been configured in the ViewMappingRepository but the custom tabs are not visible in the UI.
Is there any other customization we need to perform for above mentioned issues?
Can you please let me know incase anyone has faced such issues and what could be the possible resolution for it?
Thanks in advance\
Gaurav

Thanks for the reply Gareth,
I went through the doc mentioned and it clearly says that "One-off deployments can be launched at any time from an ATG Content Administration project".
But as per our project requirement we had drop-down for One-Off deployment target in ATG 9.3 Merchandising landing page itself.
Same requirement is to be met in ATG 10.2, however One-Off deployment target drop-down is not available in Flex-UI based Merchandising landing page.
And in the Constraints section following is mentioned:-
• A one-off target site is not available for deployment assignments in a workflow. In order to make that site available for workflow deployments, you must delete the target and recreate it.
So if follow this step and make site available for workflow deployment, it would defeat our purpose of deploying the project to One-Off deployment target.
I hope I have cleared my point.
Do let me know incase you can throw some light on issues mentioned above.
Thanks\
Gaurav

Similar Messages

  • JMS sub-deployment targeted to cluster

    Hello,
    I have read at the Oracle documentation that we can use a sub-deployment within a JMS module targeted only to a single JMS Server. But I have an application that create JMS resources with deploy descriptors (Application modules) and target the sub-deployment to a cluster with two machines, each machine has a JMSServer. It seems to work (I see them on the JNDI tree on both machines). This is the jms.xml:
    Do you also use sub-deployment targeted to a cluster or I shouldn't? Thank you in advance ;)
    I am using webLogic version 10.3.4.0
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-jms xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-jms"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.1/weblogic-jms.xsd">
         <wls:quota name="InboundMessageQuota">
              <wls:bytes-maximum>1000000</wls:bytes-maximum>
              <wls:messages-maximum>10000</wls:messages-maximum>
         </wls:quota>
         <!-- Factories -->
         <wls:connection-factory name="InboundMessageConnectionFactory">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
              <wls:jndi-name>jms.InboundMessageConnectionFactory</wls:jndi-name>
              <wls:security-params>
                   <wls:attach-jmsx-user-id>false</wls:attach-jmsx-user-id>
              </wls:security-params>
         </wls:connection-factory>
         <!-- Queue's -->
         <wls:uniform-distributed-queue name="InboundMessageQueue">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
    <wls:delivery-params-overrides>
    <wls:delivery-mode>Non-Persistent</wls:delivery-mode>
    </wls:delivery-params-overrides>
    <wls:delivery-failure-params>
    <wls:redelivery-limit>0</wls:redelivery-limit>
    </wls:delivery-failure-params>
              <wls:jndi-name>jms.InboundMessageQueue</wls:jndi-name>
         </wls:uniform-distributed-queue>
    </wls:weblogic-jms>

    Technically, cluster targeting a distributed destination is supported, and it'll work as long as your can be absolutely assured that the cluster will never host additional JMS servers - perhaps from future projects, or due to integrating third party products. Otherwise, your distributed destinations will end up creating instances on JMS servers where they don't belong - a common mistake that can be tough to diagnose and untangle. I highly recommend staying with the best practice of using a subdeployment that references exactly the intended JMS servers. Note that a subdeployment can reference more than one JMS server.
    See [url  http://download.oracle.com/docs/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD455] WL JMS Configuration Best Practices
    Hope this helps,
    Tom

  • IPad Packager - iOS Deployment Target problem

    Hello,
    I've been working on an iPad app (using CS5), got everything in place, i.e. apple dev account, all my details cleared to sell apps, got my development app working great on my iPad.
    BUT...
    When I'm trying to upload the finished version using Application Loader I get the following message:
    This bundle is invalid. When supporting iPad only, the iOS Deployment Target must be 3.2.
    There is no way to set the deployment target in the flash CS5 settings, I've looked on various forums but can't find any answers to this. Can't believe I've got to this last step and I'm hit with this. Are adobe bringing any fixes out for this?
    Any Ideas please???
    cheers
    K

    Awesome -- I wish I could mark as "Answered" for this post -- Kevkong1971 I really really really appreciate being shown that post.  Of course you can search and search but if you don't find the right one.....  Well thanks..
    I thought I would distill the answer and post again for those who need it.  Here is the proceedure I followed (gleaned entirely from the work of others) And yes, it does work.  I have both of my "iPad" only apps now up for Apple's review.
    Here you go:
    this is a copy and paste of something I popped up on my personal weblog---------
    The following post addresses the “you must target a minimum of IOS 3.2” when you try to publish an app you’ve written with Adobe Tools and targeted “iPad Only”.
    So thanks to the guys on the Adobe Forums, there are a lot of posts so I hope to distill it down for anyone who needs and also for myself (for future apps!)
    Step 1: Copy your .IPA file to a MAC
    Step 2: Rename file to .zip
    Step 3: Extract contents of .zip
    Step 4: Pull out the “yourApplication.app” file from the “Payload” folder you extracted
    Step 5: Right click on .app file and select “show package contents”
    Step 6: Edit the info.plist file
    Step 7: Change the “MinimumOSVersion” entry to 3.2
    Step 8: Close and Save
    Step 9: Download THIS .PY Python script you will need to make your .xcent file authentic
    Step10: write your .xcent file using pico or your favorite pure-text editor.  Just create this file from scratch and name it yourApplication.xcent As Follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>application-identifier</key>
        <string>10DIGITCODE.YOUR.DOMAINAND.APPLICATIONNAMEHERE</string>
        <key>get-task-allow</key>
        <true/>
    </dict>
    </plist>
    step 11: assuming the .py file you just downloaded and .xcent file you just created above are in the same directory execute the following in the terminal:
    python gen_entitlements.py 10DIGITCODE.COM.YOURDOMAINAND.APPNAMEHERE yourAppName.xcent
    OK So far so good.  Now you have a valid .xcent file, and you have fixed your .plist.  Now you have to put them together and resign with your credentials.  To do this execute the following in your terminal:
    /usr/bin/codesign -f -s "iPhone Distribution: YOUR NAME" "--resource-rules=/Users/yourusername/Desktop/yourAppName.app/ResourceRules.plist" --entitlements "/Users/yourusername/Desktop/yourAppName.xcent" "/Users/yourusername/Desktop/yourAppName.app"
    Note:  The “iPhone Distribution: YOUR NAME” needs to match your distribution certificate in your keychain.  Open KeyChain and make sure you type it exactly as it is in there.
    step 12: Right click the .app file and select “compress”
    step 13: upload your app!!!
    Hope that helps someone!!
    Cheers,
    Tommy

  • Deployment target

    In my iphone ,pad universal application , i have set the minimum deployment target iOS 5.1 in xcode->target->genral->deployment target ios 5.1.
    My interface builder documents are-
    open in -xcode 5.0
    Build for project deploment- default deployment target 5.1
    view as- ios 7.1 and later.
    I have to fix it's deployment target from lower 5.1 to higher 7.0, how we will do it .
    Due to updation of ios 7 to ios 7.0.4, i am having trouble in app launch. Apple review team send us rejection issues like-
    However, we found that your app exhibited one or more bugs, when reviewed on both iPad running iOS 7.0.4 and iPhone 5s running iOS 7.0.4, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
    please give us solution if it's possible to set the higher limit of deployment target for xcode 5.0.1 iphone,ipad application.
    thanks.

    Apple didn't appear to say anything about your deployment target. Apple said there were bug.

  • Use of Build Specifications for TestStand deployment Target

    Hi everyone,
    I currently use NI Internet Toolkit in one of my VI to build a code module for TestStand.
    The matter is that de deployment target doesn't have the NI Internet Toolkit.
    So I would like to build the VI in such a way the deployment target wouldn't need the Toolkit to use the VI.
    Does anyone knows a way to that ?
    Thanks to all...
    Solved!
    Go to Solution.

    I got some matter with my outputs types (string array):
     - It generates an error while creating the dll with .NET interop.
     - Couldn't manage with share library .dll cause of array bounds couldn't be specified (array of array of char).
    Thus I just change my data type to be of simple types, and it working quite well...
    Thanks to Mr Dennis Knutson !

  • One or more targets incomplete

    I am trying to use Compressor in a simple way -
    I use Final Cut Pro X ro Share - Send to Compressor
    then in Compressor I drag up a Setting and a Destination to the top left pane.
    Then Submit
    BUT I get a One or more targets incomplete message.
    What is wrong with this workflow please?
    michael

    Michael,
    To compress a big movie file to a small movie file, while maintaining as much quality as possible, is everyone's objective,
    That can be done by choosing a good delivery codec (like h.264), by adjusting the bit rate, or perhaps doing ather things that affect the bitrate – like frame rate, size etc.
    You have a  file in FCP that you send to Compressor. Select a preset – say, AppleDevices SD. There is no need to creat a separate job to encode the audio. There is no need to create a separate job for the movie destination.
    As far as qaulity is concerned, I'd suggest not resizing and see whteher the output file is small enough for your festival. If it's too big, go into video settings and lower the bit rate until it meets their specs.
    Good luck.
    Russ

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • I need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    i need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    Hello,
    the way is written there Activation & deactivation help >>> (see there only to understand the procedure) Common activation problems >>> "Activation limit reached for [product]. This serial number has already been activated on 2 computers." "Maximum activations exceeded."
    >>> How to deactivate or sign out >>> A single license for Adobe software lets you install the applications on two computers—for example, at home and at the office. However, you can use the software on only one computer at any given time.
    If you want to install the software on a third computer, deactivate the software on the computer on which you will no longer use the software. Then, activate the software on the new computer.
    Hans-Günter

  • Mapping complete input XML structure into one field on target

    Hi,
    I have a scenario where I need to map the complete input XML structure as it is, into one field on target side. so can we achieve this in Graphical Mapping? If yes, please share your valuable info.
    Regards,
    Shiva.

    Hello,
    this is the java map code.just compile it and made a .zip file import it and use it Interface Mapping.
    import com.sap.aii.mapping.api.StreamTransformation;
    import com.sap.aii.mapping.api.AbstractTrace;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    import java.util.Map;
    import java.io.*;
    public class PayloadToXMLField1 implements StreamTransformation {
        String strXML = new String();
       //Declare the XML tag for your XML message
       String StartXMLTag = "<DocumentBody>";
       String EndXMLTag = "</DocumentBody>";
       //String StartXMLTag1 = "<Code>";
       //String EndXMLTag1 = "</Code>";
        AbstractTrace trace;
        private Map param = null;
        public void setParameter(Map param) {
            this.param = param;
        public void execute(InputStream in, OutputStream out) {
            trace =
                (AbstractTrace) param.get(
                    StreamTransformationConstants.MAPPING_TRACE);
            trace.addInfo("Process Started");
            try {
                StringBuffer strbuffer = new StringBuffer();
                byte[] b = new byte[4096];
                for (int n;(n = in.read(b)) != -1;) {
                    strbuffer.append(new String(b, 0, n));
                strXML = strbuffer.toString();
            } catch (Exception e) {
                System.out.println("Exception Occurred");
            String outputPayload =
                StartXMLTag
             + "<![CDATA["
             + strXML
             + "]]>"
             + EndXMLTag;
            try {
                out.write(outputPayload.getBytes());
             trace.addInfo("Process Completed");;
            } catch (Exception e) {
                trace.addInfo("Process Terminated: Error in writing out payload");;

  • How can I one-off  print many files as pdf file in FrameMaker?

    In FrameMaker,I open many files, these files need to print pdf files,How can i one-off print these opened files as pdf files?
    thanks Mike's reply:Why not put them in a book?
    of course,When I put them in a book ,They can print as one pdf file,but I want to print one opened file to one pdf file,are there anthoer methods to deal with the difficult problem. thank you!

    the error is as follows:
    Internal Error 8004,8118829,8121705,8110450,Framemaker has detected a serious error and must quit.
    the txt file's content is as followss:
    === Header Begin ===
    Internal Error: 8004, 8118829, 8121705, 8110450
    FrameMaker 8.0.0 for Intel
    Build: 8.0p236
    Window System: MSWindows
    Operating System: Windows NT 5.1 (major.minor.build: 5.1.2600 Service Pack 2)
    Generated on: 2008年7月2日 9:48:41
    To file: c:\program files\adobe\framemaker8\FrameLog_08.07.02_09.48.41.txt
    === Header End ===
    === Stack Trace Begin ===
    $7be22d
    $7bed69
    $7bc172
    $70eee4
    $762cbc
    $49e527
    $4ad95f
    $4ada53
    $690e21
    $69121d
    $4036ae
    $40371e
    $4037ef
    $40388b
    $680917
    $498797
    $498cd3
    $5f398a
    $77d18724
    $77d18806
    $77d1b4b0
    $77d1fd09
    $7c92eae3
    $77d201d7
    $77d1ff63
    $5f37f3
    $498c80
    $45b687
    $45bec6
    $41d3a8
    $42323d
    $423ce3
    $7a4780
    $79be8c
    $641acc3
    $6421b18
    $63616fb
    $63615f8
    $63614f8
    $6361dd0
    === Stack Trace End ===
    === Open Window List Begin ===
    # not implemented
    === Open Window List End ===
    === Recent Commands Begin ===
    === Recent Commands End ===
    === Recent API Calls Begin ===
    # not implemented
    === Recent API Calls End ===
    === Windows Relocation Information Begin ===
    Application: 00400000
    FrameMaker.exe: 00400000 007aa000
    ntdll.dll: 7c920000 00094000
    kernel32.dll: 7c800000 0011d000
    ADVAPI32.dll: 77da0000 000a9000
    RPCRT4.dll: 77e50000 00091000
    Asn.er.dll: 10000000 0003c000
    OLECLI32.dll: 71d90000 00015000
    USER32.dll: 77d10000 00090000
    GDI32.dll: 77ef0000 00047000
    MPR.dll: 71a90000 00012000
    SFTTR32.dll: 00380000 00021000
    COMCTL32.dll: 77180000 00103000
    msvcrt.dll: 77be0000 00058000
    SHLWAPI.dll: 77f40000 00076000
    comdlg32.dll: 76320000 00047000
    SHELL32.dll: 7d590000 007f4000
    FMDBMS32.dll: 003c0000 0002f000
    ole32.dll: 76990000 0013d000
    OLEAUT32.dll: 770f0000 0008b000
    oledlg.dll: 74c90000 00020000
    VERSION.dll: 77bd0000 00008000
    WINSPOOL.DRV: 72f70000 00026000
    urlmon.dll: 420b0000 00127000
    iertutil.dll: 41d50000 00045000
    NETAPI32.dll: 5fdd0000 00055000
    WS2_32.dll: 71a20000 00017000
    WS2HELP.dll: 71a10000 00008000
    epic_eula.dll: 00bb0000 00024000
    epic_pers.dll: 00be0000 0001f000
    asneu.dll: 00c00000 00020000
    epic_regs.dll: 00c20000 00029000
    WININET.dll: 41fd0000 000d0000
    Normaliz.dll: 003f0000 00009000
    AdobeUpdater.dll: 00c50000 0007e000
    BIB.dll: 00ce0000 0004a000
    SVGRE.dll: 6f130000 00325000
    JP2KLib.dll: 00d50000 00071000
    MSVCR80.dll: 78130000 0009b000
    icuuc28.dll: 4a800000 0008f000
    icudt28l.dll: 4ad00000 0083a000
    MSVCR71.dll: 7c340000 00056000
    icuin28.dll: 4a900000 000a2000
    icuio28.dll: 4ab00000 0000c000
    MSVCP71.dll: 7c3a0000 0007b000
    AdobePDFL.dll: 00de0000 00493000
    AdobeXMP.dll: 01290000 00061000
    BIBUtils.dll: 01310000 00040000
    ACE.dll: 01360000 000ca000
    AGM.dll: 01440000 00506000
    ARE.dll: 01960000 0004b000
    CoolType.dll: 019c0000 00284000
    AXE8SharedExpat.dll: 01c60000 0002d000
    XAPToolkitRelease.dll: 01ca0000 0008b000
    IMM32.DLL: 76300000 0001d000
    LPK.DLL: 62c20000 00009000
    USP10.dll: 73fa0000 0006b000
    MSCTF.dll: 74680000 0004c000
    shfolder.dll: 76750000 00009000
    miscr3.dll: 305e0000 00016000
    fssync.dll: 30480000 0000e000
    fmres.dll: 02b80000 0016f000
    fmdlg.dll: 02cf0000 0005a000
    fmcustom.dll: 02d50000 00024000
    msctfime.ime: 73640000 0002e000
    UxTheme.dll: 5adc0000 00037000
    adobe_caps.dll: 02e90000 00037000
    MSVCP80.dll: 7c420000 00087000
    SETUPAPI.dll: 76060000 00156000
    NTMARTA.DLL: 76cb0000 00020000
    WLDAP32.dll: 76f30000 0002c000
    SAMLIB.dll: 71b70000 00013000
    adobe_epic.dll: 02fe0000 00061000
    OLEACC.dll: 74be0000 0002c000
    MSVCP60.dll: 75ff0000 00065000
    adobe_eula.dll: 03090000 00059000
    adobe_personalization.dll: 03120000 0005a000
    AdobeLM_libFNP.dll: 031b0000 00276000
    iphlpapi.dll: 76d30000 00018000
    snmpapi.dll: 71ee0000 00008000
    rsaenh.dll: 0ffd0000 00028000
    xpsp2res.dll: 20000000 00549000
    CLBCATQ.DLL: 76fa0000 0007f000
    COMRes.dll: 77020000 0009a000
    mswsock.dll: 719c0000 0003e000
    WINTRUST.dll: 76c00000 0002e000
    CRYPT32.dll: 765e0000 00092000
    MSASN1.dll: 76db0000 00012000
    IMAGEHLP.dll: 76c60000 00028000
    DNSAPI.dll: 76ef0000 00027000
    dnsq.dll: 30460000 0001b000
    wbemprox.dll: 74e50000 00008000
    wbemcomn.dll: 751f0000 00037000
    winrnr.dll: 76f80000 00008000
    rasadhlp.dll: 76f90000 00006000
    wbemsvc.dll: 74e30000 0000e000
    hnetcfg.dll: 60fd0000 00055000
    wshtcpip.dll: 71a00000 00008000
    fastprox.dll: 755f0000 00076000
    NTDSAPI.dll: 76770000 00013000
    Secur32.dll: 77fc0000 00011000
    icmp.Dll: 741f0000 00004000
    adobe_registration.dll: 03490000 00059000
    HPBF252E.DLL: 03f90000 0020e000
    COMPSTUI.dll: 6ea10000 0003a000
    MSIMG32.dll: 762f0000 00005000
    HPBF252G.DLL: 045a0000 0017d000
    ATMLIB.dll: 73b90000 0000b000
    clickprt.dll: 05990000 0005d000
    fmmediaannot.dll: 05a00000 0007b000
    frame2pdf.dll: 05a90000 0007d000
    mailer.dll: 05b20000 0006c000
    MAPI32.DLL: 62060000 0001f000
    bookerrlog.dll: 05ba0000 0006a000
    pdfsize.dll: 05c20000 00071000
    fmpdfreflow.dll: 05cb0000 0007d000
    WebDAV.dll: 05d40000 000f7000
    ARM.dll: 61800000 00109000
    AdobeWeb.dll: 60800000 0011f000
    ecm.dll: 05e70000 000e1000
    sgen.dll: 05f70000 000c8000
    dispatch.dll: 06050000 000dd000
    trnslate.dll: 06350000 00210000
    xerces-c_2_5_0.dll: 12000000 001c6000
    Xalan-C_1_8.dll: 06560000 001b8000
    XalanMessages_1_8.DLL: 06720000 00007000
    GoMarkup.dll: 06730000 0013b000
    GoCore.dll: 06870000 00081000
    SCL.dll: 06900000 00044000
    xmlcss.dll: 06ad0000 00217000
    docbook.dll: 06d00000 00214000
    xhtml.dll: 06f30000 00212000
    qstart.dll: 07160000 00064000
    cnvschma.dll: 071e0000 000b2000
    u3dfilter.dll: 072b0000 0006d000
    rt3d.dll: 07320000 00327000
    ditafm.dll: 07670000 000d2000
    ditafm_app.dll: 07b80000 0021c000
    ditabook.dll: 07db0000 000b3000
    dws.dll: 07e80000 000d9000
    mapper.dll: 07f70000 00087000
    masterpages.dll: 08010000 00065000
    tablesort.dll: 08090000 00066000
    RTXOLAss.dll: 08120000 00055000
    OLEPRO32.DLL: 5efe0000 00017000
    appHelp.dll: 76d70000 00022000
    tortoisesvn.dll: 082d0000 0006d000
    libapr.dll: 6eec0000 00022000
    libaprutil.dll: 6ee60000 00028000
    libapriconv.dll: 6ee50000 0000d000
    intl3_svn.dll: 08360000 0000c000
    cscui.dll: 76590000 0004e000
    CSCDLL.dll: 76570000 0001c000
    browseui.dll: 75ef0000 000fd000
    ntshrui.dll: 76960000 00024000
    ATL.DLL: 76af0000 00011000
    USERENV.dll: 759d0000 000ae000
    shdocvw.dll: 7e550000 00171000
    CRYPTUI.dll: 75430000 00071000
    scrchpg.dll: 307e0000 00027000
    PDFShell.CHS: 08740000 00009000
    SXS.DLL: 75e00000 000ae000
    MSOXEV.DLL: 36f10000 0000c000
    PSCRIPT5.DLL: 5e250000 00073000
    mscms.dll: 73aa0000 00015000
    Ps5ui.dll: 5e2e0000 00022000
    AD2KReGP.DLL: 70000000 00007000
    === Windows Relocation Information End ===
    === Windows Stack Traceback Begin ===
    [Stack Frame]
    0012a4dc: 00000000 00000064 0012a500 00580676
    0012a4ec: 00b9a260 ae8c46a2 0012a4fc 00806e82
    0012a4fc: 0012a514 007be22d 00000000 0000017d
    0012a50c: 0529b5a0 02b1a730 0012a538 007bed69
    [Stack Frame]
    0012a4f4: 0012a4fc 00806e82 0012a514 007be22d
    0012a504: 00000000 0000017d 0529b5a0 02b1a730
    0012a514: 0012a538 007bed69 0529b5a0 052b6738
    0012a524: 00000000 00000000 00010000 7c8840e0
    [Stack Frame]
    0012a518: 007bed69 0529b5a0 052b6738 00000000
    0012a528: 00000000 00010000 7c8840e0 00150000
    0012a538: 0012a544 007bc172 0529b5a0 0012a598
    0012a548: 0070eee4 0529b5a0 00000001 052b6738
    [Stack Frame]
    0012a524: 00000000 00000000 00010000 7c8840e0
    0012a534: 00150000 0012a544 007bc172 0529b5a0
    0012a544: 0012a598 0070eee4 0529b5a0 00000001
    0012a554: 052b6738 00000000 00000000 00000000
    [Stack Frame]
    0012a578: 00000000 00000000 00000000 00000000
    0012a588: 00000000 00000000 00000000 00000000
    0012a598: 0012a5a4 00762cbc 00000000 0012a5e4
    0012a5a8: 0049e527 052b6738 052b6738 00000007
    [Stack Frame]
    0012a584: 00000000 00000000 00000000 00000000
    0012a594: 00000000 0012a5a4 00762cbc 00000000
    0012a5a4: 0012a5e4 0049e527 052b6738 052b6738
    0012a5b4: 00000007 000005fd 052b6738 77d4047

  • I have a iPhone but the screen is cracked so I bought a new one off eBay but the past owner iCloud is still active is there anything I can do

    I have a iPhone but the screen is cracked so I bought a new one off eBay but the past owner iCloud is still active is there anything I can do

    Yes, use it for parts.

  • Has someone applied the one off patch for-ONS bug 5749953 SIGBUS ERROR

    Hello all,
    Env:: 10g on Soalris
    I need to apply the one-off patch for
    Bug:5749953 -- ONS SIGBUS ERROR AFTER INSTALL PATCHSET 10.2.0.3 FOR CRS
    Usually for any CPU we issue opatch apply from the patch directory.
    and its mentioned in the readme.html as well.
    But for this one off patch, there isn't anything mentioned in the readme.html.
    All it says is
    #  6. Patch the Files
    #    6.1 Patch the CRS home files
    #    After unlocking any protected files and saving configuration settings
    #    you are now ready to run opatch using the following command.
    #    As the Oracle Clusterware (CRS) software owner;
    #    % opatch apply -local -oh <CRS_HOME>
    #    Note: In configuration A, invoke this only on one node.
    #    6.2 Patch the RDBMS home files.
    #    Alert: The RDBMS portion can only be applied to an RDBMS home that
    #          has been upgraded to 10.2.0.3.0.
    #    For additional information please read Note.363254.1;
    #    Applying one-off Oracle Clusterware patches in a mixed version home
    #    environment
    #    As the RDBMS software owner;
    #    % opatch apply custom/server/5749953 -local -oh <RDBMS_HOME>
    #    Note: In configuration A, invoke this only on one node.Could someone let me know from where i should give 'opatch apply' if patch.zip files are unzipped in /export/home/oracle/5749953  ? TIA,
    JJ

    The patch can always be installed in 2 ways.
    1. Do a cd and then run opatch
    cd <patchlocation>
    opatch apply
    2. Else specify the patch location as an argument
    opatch apply <full path to the patch i.e the one you do cd above> ...
    Both the above styles yield same result.
    VJ

  • Patch apply on Windows platforms which bundle one-off patches sets.

    Dear All,
    I need help from urgent basis, If you have document for patch apply on Windows platforms which bundle one-off patches sets.
    For example 10.2.0.3 to Oracle Client patch (7117709) 10.2.0.4 .
    Thanks for all

    Each patch/patchset has a readme file. This file describes how to apply a patch.
    Werner

  • Query Regarding Applying One-Off Patches

    Hi,
    We have plans of doing the following:
    Upgrade the databases to 10.2.0.5.0
    Apply the 10.2.0.5 PSU 3
    Apply a list of one-off patches identified for our environment (which are not included in 10.2.0.5.3)
    Query:
    If the one-off patches identified to be applied in our environment are available only top of 10.2.0.5.0 and not for 10.2.0.5.3, then which of the following mentioned solutions should be proceed with considering :
    Upgrade the database to 10.2.0.5.0, apply the one-off patches available on top of 10.2.0.5.0 and then apply the 10.2.0.5.0 PSU3
    or
    Upgrade the database to 10.2.0.5.0, apply the 10.2.0.5.0 PSU3, request for one-off patches on top of 10.2.0.5.3 and appy the same
    Thanks and Regards,
    Santosh

    Pl follow the steps is MOS Doc 865255.1 (Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch)
    HTH
    Srini

  • Change deployment target

    Hi everybody,
    I had OBIEE 11.1.1.7 deployed on Weblogic 10.3.6.
    Later I added ODI 11.1.7 to the same domain.
    I created a new server (odi_server1) which host ODI related deployments (odi_agent and odi_console).
    Today I noticed odi_server1 also hosts all the deployments from OBIEE (ie anlytics, bioffice, bipubblisher, etc.).
    I dont need / want these duplicate deployments, so I tried to retarget the deployments with weblogic.Deployer. ie
    java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password mypassword -name bioffice -deploy -targets bi_server1
    as pointed out here here
    but I get error "no source specified or operation".
    Any clue about why I get duplicate targets?
    How can I remove them?
    Regards,
      Corrado

    Hi Corrado,
    How did you add the new servers..? using domain configuration wizard, or have you used cloning..?
    Regards,
    Mohab

Maybe you are looking for

  • Listing of All Linux Kernel Modules

    I've been poking around, trying to find a list of all available Linux kernel Modules..  Does anyone know where such a list may be located? Basically looking for something that gives the module name (like - nvidia) and then a quick explanation or desc

  • Does brushbreezy stilll support cs6

    hey everyone i remember back in the day when brushbreezy use to be the cool era to use vector or grunge etc style brushes for dynamic graphicing  designs. is any of that is still useful and does photoshopcs6 or any updates in cs6 still support the co

  • My New 7515 Printer will not print in 2 sided mode.

    I have a Photosmart 7515 printer running an HP Pavilion Computer dv6 on Windows 7 in 64 bit mode. It won't print 2 sided even when this mode is selected on the printer. I returned the 1st printer to Costco as I felt that I purchased a defective print

  • Laptop does not start after windows 8 update

    hi every one 2 days ago my hp-15 notebook got 2 windows 8 updates. The 2nd one failed and after 1 hr i removed the battery to put it out of it's misery. now, when i push the start button only the wifi-lichts go on for about 30 sec and then the system

  • File-scope static declaration hides declaration in namespace

    the following fails to compile: // main.cpp static int foo(int); namespace FOO {     int foo(int); // blah, blah, blah implementation // don't care whether this links int main(int argc,char* argv[])     foo(1);     return 0: }returns: Error: foo(int)