Attribute Mapping Issue - Pls help

Hi am a newbie......in XML-Java related issue.
Am trying to map an XML with Java objects.
Take this XML for example:
<test>
<root type="star">
<player>
<name>Thierry Henry</name>
<rating>10</rating>
</player>
<player>
<name>Rooney</name>
<rating>0</rating>
</player>
</root>
<root type="medium">
<player>
<name>nistelrooy</name>
<rating>-1</rating>
</player>
<player>
<name>xyz</name>
<rating>0</rating>
</player>
</root>
</test>
My question is, how do i refer to the attribute "type" in the <Root> element in my corresponding class to be mapped with this xml......kindly help me writing the mapping xml for this also.

Oops, just realised this is the SES forum and not the Oracle Text forum ... ignore my last post!
The answer to this depends on whether you're using the table crawler or the database crawler, and what the datatypes are for job_name and vacancy_name.
If we assume they're VARCHAR2 it's quite straightforward...
If using the TABLE crawler, then recreate your join so that instead of two columns job_name and vacancy_name, you concatenate the two together in the join into a column called (for example) CONTENT, and use that as the text column to index.
If using the DATABASE crawler, then simply concat these columns as part of your SELECT into the column named CONTENT.

Similar Messages

  • My iphone 4 ios 7.0.2 wont detect 3g even after i restored it to factory settings.its a software issue  Pls help . I tried using another phone ang 3g works though

    Pls help...my phone just stopped detecting 3g, i called my provider and said that its a software issue. I did try restoring it to factory settings but no luck. Anybody can help me pls.. I would gladly appreciate it :(

    Hi and i appreciate your help. Its been updated to 7.0.4 now but still no luck here :(

  • Mapping Issue please help

    I have an XSLT where I want to strip out the SOAP envelope and just have the body.I am using the following code:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:test.com:xi:test" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <xsl:template match="/">
    <SubmitInstallOrder xmlns:="urn:test.com:xi:test">
    <InstallOrder>
    <RetailerID>
    <xsl:value-of select="//soap:Envelope/soap:Body/SubmitInstallOrder/InstallOrder/RetailerID"/>
    </RetailerID>
    </InstallOrder>
    </SubmitInstallOrder>
    </xsl:template>
    </xsl:stylesheet>
    and my input xml is the following:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
       <soap:Header>
          <AccountInfoHeader xmlns="http://services.apple.com">
             <UserName/>
             <Password>2</Password>
          </AccountInfoHeader>
       </soap:Header>
       <soap:Body>
          <SubmitInstallOrder xmlns="http://services.apple.com">
             <InstallOrder xmlns="">
                <RetailerID>1</RetailerID>
                <Fascia>2</Fascia>
                <DualSiteID>3</DualSiteID>
                <OrderID>4</OrderID>
                <InstallAfterDate>5</InstallAfterDate>
                <InstallBeforeDate>6</InstallBeforeDate>
                <InstallIncludeDays>7</InstallIncludeDays>
                <InstallAfterTime>8</InstallAfterTime>
                <InstallBeforeTime>9</InstallBeforeTime>
                <OrderType>10</OrderType>
                <TerminalCD>11</TerminalCD>
                <NetworkType>12</NetworkType>
                <Notes>13</Notes>
             </InstallOrder>
          </SubmitInstallOrder>
       </soap:Body>
    </soap:Envelope>
    My problem is the result is being produced but the field RetailerID is actually empty... so for some reason it isn't mapping...
    Could someone please provide me some help.
    By the way is there another function that I could use to get the entire body out without having to go through each field manually?

    Hi thanks for your help..
    When I try the below to just get all child elements I get the following error:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:test.com:xi:test" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <xsl:template match="/">
    <SubmitInstallOrder xmlns:="urn:test.com:xi:test">
    <InstallOrder>
    <RetailerID>
    <xsl:copy-of select="/soap:Envelope/soap:Body"/>
    </RetailerID>
    </InstallOrder>
    </SubmitInstallOrder>
    </xsl:template>
    </xsl:stylesheet>
    javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: com.sap.engine.lib.xml.util.NestedException: Error while sending attributes to DocHandler -> javax.xml.transform.TransformerException: Namespace fixup failed -> com.sap.engine.lib.xml.util.NestedException: Error while sending attributes to DocHandler -> javax.xml.transform.TransformerException: Namespace fixup failed

  • Java Mapping. Pls help

    Hi,
    Question:
    1. What is java mapping.
    2. How I use java mapping/UDF in message mapping
        for my below scenario
    In my Request XML there are 2 fields.
    In my Response XML there are 2 fields.
    Field 1 of Request XML needs to be mapped directly to
    Field 1 of Response XML.
    Field 2 needs to be passed as paramter to java class and
    java class will be give response that will be mapped to
    Field 2 of Response XML.
    Pls advice . It is urgent.
    Regards

    Hi Rac,
    Java mapping can be used when you have complex mapping structures.
    We can do most of the times for our requirements through Graphical mapping.
    When the structures are very complex to build you can go for SAX (Simple API for XML) or DOM (Document Object Model) parsers.
    Message mapping internally generates DOM parser.
    Java Mapping in XI
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java+mapping&adv=false&sortby=cm_rnd_rankvalue#
    SAP Network Blog: Implementing a Java Mapping in SAP PI
    /people/carlosivan.prietorubio/blog/2007/12/21/implementing-a-java-mapping-in-sap-pi
    Java Mapping (SAP Library - Partner Connectivity Kit)
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm
    SAP Network Blog: XI Java Mapping Helper (DOM)
    /people/alessandro.guarneri/blog/2007/03/25/xi-java-mapping-helper-dom
    SAP Network Blog: Testing and Debugging Java Mapping
    /people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio
    Binary Conversion in XI - Java Mapping - Code Gallery - Wiki
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/binary%2bconversion%2bin%2bxi%2b-%2bjava%2bmapping
    SAP Network Blog: "JAVA MAPPING", an alternate way of reading a CSV file
    /people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file
    Thanks,
    Satya Kumar.
    Reward points if it is useful..

  • Error on class attribute... pls. help!

    hi! i am beginning to learn jsp. i am using tomcat 5.5.20 and using some url i am learning over time bout jsp... only this, im having a very hard time figuring out the error i am getting.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /SaveName.jsp(1,1) The value for the useBean class attribute user.UserData is invalid.
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: /SaveName.jsp(1,1) The value for the useBean class attribute user.UserData is invalid.
    org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:146)
         org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1174)
         org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1116)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
         org.apache.jasper.compiler.Generator.generate(Generator.java:3320)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
    i already compiled my UserData.java and stored the UserData.class in webapps/app-root/WEB-INF/classes and i already set my classpath also. here's my files:
    GetName.html
    <HTML>
    <BODY>
    <FORM METHOD=POST ACTION="SaveName.jsp">
    What's your name? <INPUT TYPE=TEXT NAME=username SIZE=20><BR>
    What's your e-mail address? <INPUT TYPE=TEXT NAME=email SIZE=20><BR>
    What's your age? <INPUT TYPE=TEXT NAME=age SIZE=4>
    <P><INPUT TYPE=SUBMIT>
    </FORM>
    </BODY>
    </HTML>
    SaveName.jsp
    <jsp:useBean id="user" class="user.UserData" scope="session"/>
    <jsp:setProperty name="user" property="*"/>
    <HTML>
    <BODY>
    Continue
    </BODY>
    </HTML>
    NextPage.jsp
    <jsp:useBean id="user" class="user.UserData" scope="session"/>
    <HTML>
    <BODY>
    You entered<BR>
    Name: <%= user.getUsername() %><BR>
    Email: <%= user.getEmail() %><BR>
    Age: <%= user.getAge() %><BR>
    </BODY>
    </HTML>
    pls. kindly help me with this... thanks a lot!!!

    hello
    check ur bean naem. Every thing is fine but see the msg below.The attribute of the bean is invalid.
    /SaveName.jsp(1,1) The value for the useBean class attribute user.UserData is invalid.
    just check it again. or remove bean class and simple take the first html files parameter with
    String name=request.getParameter("user")
    String mail=request.getParameter("emailr")
    then print the name and mail varibale with jsp Expression
    then u will come to know .
    and then try with bean
    try it
    bye

  • Conditional Mapping issue - Need help Urgently

    Hi Experts,
    We have a requirement for conditional mapping for HFM. When the value of certain account is positive, it is mapped to one account, else, to a different account. We are able to achieve this in the conditional mapping.
    Once the mapping is done, we need the amount to be positive one. How do we attain this?
    Thanks
    Kannan.

    Hi,
    Lets say your two target accounts are called X & Y.
    I assume in your account mapping you have something like
    Source account xxxx1 ==> Target account X
    Source account yyyy1 ==> Target account Y
    Here is what you can do.
    In the import script of Account you can check the amount value < 0 and assign to account X else to account Y and assign to the out variable.
    In the import script of Amount you can check if the source account is xxxx1 or yyyy1 then always assign abs(amount value) and assign to the out variable.
    In the account mapping,
    If you wish you can retain the below (with the account script change as I suggested, you will never get xxxx1 or yyyy1 in the out variable anymore)
    Source account xxxx1 ==> Target account X
    Source account yyyy1 ==> Target account Y
    And add the two additional entries (since out variable for the two conditions will be X & Y)
    Source account X ==> Target account X
    Source account Y ==> Target account Y
    Hope this helps, we have plenty of these kinds of situtations.
    Regards
    Ajay

  • Another iMac Freezing Issue - pls help a newbie out

    I understand this problem is not uncommon - I've been trying to read the many threads I see on the issue. However, most posts outline problems, suggestions are made, but then reported to not work. Also, many threads are 2 years old.
    Could someone please suggest a step-by-step troubleshooting solution?
    Here are my pertinent facts:
    * Bought 20" iMac in July 07.
    * Processor: 2.16 GHz Intel Core 2 Duo
    * Memory: 3GB 667 MHz DDR2 SDRAM
    * Hubs installed the second memory stick a while ago (over a year and i don't remember this problem correlating with the new memory).
    * Video: ATI Radeon X1600
    * OS: Mac OS X 10.6.2
    * HD: 250GB capacity, 31GB available
    * I am using an external harddrive to back up my stuff (LaCie, connected by firewire)
    * Frequently used apps: Firefox, iPhoto, Photoshop Elements, Parallels (Quicken for PC), MS Office for Mac, etc.
    The problem starting occurring several months ago, while I was still running Tiger. Have since upgraded to Snow Leopard, with no improvement, in fact, things are getting worse.
    I get display distortion ("artifacts"?) - horizontal lines, blocks of the screen distort, usually clearing after dragging that part of the app off the screen of view and then back.
    Typically, if I start seeing display issues, a freeze up is imminent.
    Sometimes I get a sense it's coming soon - things run more slowly. Other times, it seems without provocation. I click on a window and nothing happens.
    Sometimes it's the wheel of death other times screen completely locks up with no spinning wheel. No option to force quit. Mouse is unresponsive. Keyboard appears to be, although I can toggle the Caps lock button on and off (light toggles). If I am streaming video, the screen will lock up, but the audio continues. If I wait (have gone to bed and come back in the am) it is still frozen.
    If I am streaming video (i.e Hulu on Firefox) or working in memory intensive applications (Windows, Parallels, Photoshop Elements, etc.) Problem is more frequent.
    I can go a day or so without problems, but if I am doing anything slightly involved, it happens much more frequently, as often as every 10 minutes or half hour or so.
    Steps I have taken:
    I always have to do a hard reboot. I have run disk utility multiple times, occasionally it finds and corrects stuff, but no fix seems to be permanent.
    I have seen suggestions of resetting PRAM as well as doing a clean re-install, but also seen that those fixes haven't endured.
    I don't have Apple Care and I'm not sure what steps I should be taking to fix this. Is there hope? I mostly see lots of problems reported, but not successful resolution.
    It's aggravating because I can't use the system for the stuff I bought it for (ex: digital scrapbooking) without worrying about losing my data. I switched to a Mac because I heard they ran so great and were "cool" to boot. While there have been many features of the Mac i enjoy, *if this kind of performance is typical after 2 yrs of use, I will not remain loyal to Apple.*
    If you have been successful in resolving the issue with Apple, what did you tell them and what did they do?
    I am competent system "user", but not as good when it gets into the weeds. Would appreciate any advice, feel free to spell it out as tho I were an idiot.
    I would appreciate a "try this, then try this" approach, especially if you have tried it and it has worked for you.
    Thanks for the help,
    Kendra

    OK, Mean, I mean Meanest, we have the same system (mine was purchased late 2006), and I can say we have identical symptoms. I agree with Paul_31 regarding disk space, but in addition, from all the posts on various Apple forums, it seems clear that the problem is due to the Radeon X1600 graphics card AND heat. These elegantly-designed Macs that we all love have a lot of stuff packed into a small package. Consequently they run hot, and over time the result is components bake and deteriorate. In our case, the weak link seems to be the Radeon card and since it’s not easily replaced, repair costs are nearly as much as the cost of a new iMac. A contributing factor is that over time dust will build up inside your Mac, and this serves as insulation, retarding heat transfer, and causing components to run hotter still.
    OK, so that’s the sad tale, but what can you do? Assuming your system is not too far gone due to the ravages of heat over time, there are things you can do to help prolong it’s life, and hopefully get it to behave itself better until the time it finally fails completely.
    In my case, the steps I’ve taken have resulted in a system that now “generally” runs for days at a time without locking up/crashing. A caveat: these are bandaids, not true fixes. I’m convinced the Radeon card will eventually fail and I’ll be faced with shopping for a new Mac – I’m only hoping the steps taken will give me a few more years of use before that happens. So, here’s my suggestions (basically they all have to do with getting your Mac to run cooler and being able to monitor temps so you know just how hot things are getting):
    1. First of all, if you don’t already have one, get one of the free programs available to monitor your Mac’s internal temperatures. One of the most popular ones is a widget, iStat Pro. As I type this iStat Pro is showing my temps are as follows:
    Hard Drive 92 deg. F
    CPU 85 F
    Ambient Air 69 F
    GPU Diode (graphics card) 92 F
    Hard Drive Bay 95 F
    Memory Controller 90 F
    Optical Drive 81 F
    If you have iStat Pro and see that your temps are about the same as these, I would say don’t bother to read further – you may have a different set of problems. If your temps are 10-20 F (or more) higher, keep reading.
    2. Try to clean out the internals of your Mac with compressed air. After 3+ years of use, I used an air compressor with an air gun attachment and blew through the vents at the back and bottom of my Mac with 60-80psi and actually saw a cloud of dust come out of my Mac. A more effective approach would entail cracking open the case of the Mac so you could really blow directly on the different boards/components. I haven’t done that, but I’m tempted to give it a try. Note: Some have suggested vacuuming and/or using a can of compressed air. I don’t think that approach is all that effective. You need a really strong flow of air to get that dust out of the inards.
    3. Download the free program SMC Fan Control (v 2.2.2). It will allow you to adjust the fan speeds higher for each of the 3 internal fans. The Mac has firmware that ramps up the speeds of these fans as internal temps rise, but the general consensus is the Mac firmware is “too little, too late”. With the standard Mac firmware, the fans will run at their default settings well beyond the point where the components are already way too hot. SMC Fan Control allows you to set the minimum fan speeds higher than the Mac default.
    Once you've done these steps, I'd suggest doing a SMC reset, then re-boot while keeping your fingers crossed.
    This is getting too long so I’ll stop for now. Good luck...

  • MESSAGE MAPPING PROBLEM PLS HELP

    hi forum i have a problem in message mapping...
    i have a file to file scenario...with a BPM..
    the components are:
    1. one outbound async MI:->   MI_OA_fileSender
    2. one abstract async MI:->   MI_AA_fileSender
    the above two has messsage structure as:
    <ns0:MT_sourceFile xmlns:ns0="http://zpoc.com.test/rana3">
       <recordset> 1...1
          <record>  1..unbound
             <batch_num/> 1..1
             <quantity/>  1..1
          </record>
       </recordset>
    </ns0:MT_sourceFile>
    3. one abstract async MI: -> MI_AA_fileDestination
    4. one inbound async MI:-> MI_IA_fileDestination..
    the above two has messsage structure as:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_destinationFile xmlns:ns0="http://zpoc.com.test/rana3">
       <recordset> 1..1
          <record> 1..unbound
             <rec_number/> 1...1
             <qty/> 1...1
          </record>
       </recordset>
    </ns0:MT_rana3_destinationFile>
    inside the BPM i m doing a simple one to one interface mapping between MI_AA_fileSender and MI_AA_fileDestination AND then use a send step to send it to receiver service. But inside the graphical editor, for the message maaping in the interface mapping, i change the target structure a bit by duplicating <rec_number> making it:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_destinationFile xmlns:ns0="http://zpoc.com.test/rana3">
       <recordset> 1..1
          <record> 1.. unbound
             <rec_number/> 0..1
             <rec_number/> 0..1 //did right click   and "duplicate sub-tree, so it becomes 0...0"
             <qty/>
          </record>
       </recordset>
    </ns0:MT_destinationFile>
    But i dont change the original structure of MT_destinationFile.
    Now in the resultant file in the receiver side i recive two <rec_number> tags....
    but since i didnt change the original structure of MT_destinationFile.....but i only made a change in the mapping by duplicating the node <rec
    _number>(right click and done "duplicate sub tree").............SHOULD IT NOT THROW AN ERROR
    Message was edited by:
            sudeep dhar
    Message was edited by:
            sudeep dhar

    >.............SHOULD IT NOT THROW AN ERROR
    Not necessarily.
    See, XI won't realize, by default, a schema validation in your messages. If you want a validation, you'll have to implement one, as described in
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/e1343e8c7f6329e10000000a114084/frameset.htm
    However, for some particular steps in BPM, I have observed that an invalid XML will some times result in a error in BPM execution. In particular, if you have switch steps, container operation steps and/or correlations where you use a particular field of that message, it may throw some exception when you have an invalid xml. Also, I have observed some errors with conditional receiver determination for invalid messages.
    As a best practice, if you have any kind of dependency on a particular message inside your system (like switches, container operations, correlations, condition in receiver or interface determination etc), it is a good idea to implement a schema validation.
    Also, if you do want to create a thrustable scenario, you might want to perform schema validation for all your output messages.
    Regards,
    Henrique.

  • Tap picture in Photos App and rotate - issue / Pls help

    Hello all,
    Subject: iPhone 3Gs / 4.0.1
    Application: Photos App (default Apple application)
    Issue: tapping landscape pictures with phone in vertical position and rotate them goes on black screen
    Description:
    I am with iphone in normal (vertical position) and i go to photos app in order to scroll some pictures that were taken in landscape position.
    Everything is normal. I double tap it in order to zoom it.
    I rotate the phone in landscape position and the screen goes BLACK.
    I rotate it in portrait mode and picture is back on screen.
    Question: where is the problem ?
    Tests results:
    I tried to make several tests to identify the problem.
    Before I want to say that i tried restore / reset / etc.
    1. The pictures that are taken in portrait mode are not affected on double tap and rotate thing.
    2. Works if you zoom manualy (not by double tap) and scroll to a corner of a landscape picture before you rotate the phone.
    I add that any other application works fine on rotate / zoom / etc even photos app works OK if i dont double tap the picture before i rotate it.
    Still after the tests i am not able to identify where is the problem so i ask the comunity if can help me to identify it.
    thx in advance,

    Is anyone with same model 3gs / 4.0.1 who can check if have same problem ?
    Are only 4 steps:
    1. Open Photo App with phone in vertical position
    2. Select a landscape picture
    3. Double tape it (will zoom automaticaly)
    4. Rotate the phone in landscape position and write down the results.
    thx guys for your help,

  • Sales order issue pls help me

    Hi my clients wants when ever the user log's on to va01 screen salesorg/dischannel/division (sales area data) should come default on it's own.what ever he used previously.can anybody help me pls...
    thanks
    rag sam

    Hi,
        use the SAP menu (with the user's account) and take the following path: System > User profile > Own Data. Choose the folder "Parameters" and insert the following parameters:
    VKO - user's Sales Org.
    VTW - user's channel
      SPA - user's division
    Paulo.

  • Menu Attachment Issues - Pls Help

    Dear Friends,
    We have some issues in attaching Menu in Oracle 10G Forms, the platform details are given below:
    OS Development Side : Windows XP
    Developer Suite : Oracle 10G Developer Suite
    Middle Tier & Infrastruture platform : Windows 2003 (with complete patches)
    Number of Configuration : One configuration Section - test
    FORMS90_PATH = E:\oraas_mid\forms90;E:\it\forms
    After we did the configuration we restarted all the services (twice). We have copied the forms (z_1_frm.fmx) into E:\it\forms directory and tested with following link.
    http://oapps.xyz.domain.name:7778/forms90/f90servlet?config=test
    The link worked well, after that we have attached menu module (z_1_mnu.mmx) with z_1_frm and copied z_1_mnu.mmx into E:\it\forms directory and restarted the server.
    (In the form property MENU_MODULE entry we set z_1_mnu and initial menu was blank)
    While try access the page we have received the following error message FRM-10221 Cannot read fle z_1_mnu.
    I request you help in this regard
    My Name

    I am also having similar issues. I am using developer suite 10g release 2. so i guess its forms_path and not forms90_path. but that is set, plls are attaching well, but mmb/mmx is a problem. all the objects (pll, mmb, mmx) are in the path specified in the forms_path variable. after stating that it could not find menu (frm-10221), it also gives 92101 forms server message and i have to reboot the system. (stopping and restarting oc4j instance does not help).
    Any help would be greatly appreciated. Thank you.

  • Re Iphone 4s.  When I touch photos I get maps.  Pls help.

    Please help - I cannot get into my photos.  When I touch the photos icon (the flower) I get a map from the map icon.  I moved both icons so that they would not be together but it still happens.  I get a map instead of my photos.  I also reset the Iphone.  I do not know what else to do.  Thank you

    Open the photo app again and make sure that on the bottom of the screen "Albums" (on the left side) is selected,  "Places" on the right side of the screen will show you a map of the locations where you took the photos.

  • Many Issues - pls. help

    Here are the problems.
    I bought the retail version of 10.4 OS X Tiger to upgrade my 10.2.8. When I try to install it, I get this message:
    +"There was an Error with the install - Please try Again"+
    I then try to go to Disk Utility from the Tiger install disk. When I click on Disk Repair, I get this message"
    +Disk Utility stopped repairing Macintosh HD because the following error was encountered+
    _The underlying task reported failure on exit_
    It's also accompanied by this error:
    +Incorrect number of thread records+
    When I click on Verify Disk, I get this message:
    +1 HFS Volume Checked+
    _Volume needs repair_
    I also thought of backing up my files so I got a WD MyBook 500GB Ext. HD. I used the firewire to connect it but it wont even mount in my desktop.
    Now after doing some searches here, I looked into DiskWarrior but it requires a 10.3.9 to run it.
    I'm stuck right now since I can't run DiskWarrior because I'm running 10.2 and I can't upgrade to 10.4 and on top of that the external HD won't mount.
    Please help.
    Here is the spec of my computer:
    G4 iMac 17" Flat screen
    800MHz, 256MB RAM, 80G with 26G available
    Thanks.

    Dale, thanks for the quick reply.
    So from my understanding here is what I need to do.
    1. Get DiskWarrior ver 3.X
    2. Run it and fix my Hard Disk (hopefully it will)
    3. If it fixed the errors, then I can hopefully back up my files with my WD Ext. HD mounting, again hopefully.
    4. I can then upgrade to the OS X 10.4 Tiger, again hopefully.
    5. Download the 3.0.3 version of DiskWarrior to fix any future problems with my disk since it will be running the Tiger version.
    Does that sound right?
    I suspect that the errors that I'm having is preventing me from:
    -updating to 10.4
    -mounting my External HD (firewire)
    -burning a DVD-R disc
    -installing a Crucial RAM to increase memory (this was an issue I had before that never got resolved)
    null

  • ITunes Match Sync Issues - pls help!!

    I have itunes on my PC and wanted to be able to play/access my itunes & playlists from my ipad mini, so i thought itunes match would help with this.
    The problem is that itunes match only shows songs that i have recently purchased on my ipad or my ipod. My ipod is now useless as it is only synching the songs i have purchased since getting itunes match. Which are very few.
    I have heard that i need to delete all my songs on my hard drive and download all songs from the iCloud as solution. Doesn't sound right. If i stop using itunes match, then i lose all my playlists. I can deal with that, but then i dont have access to my songs from my ipad either, which is useful for the wireless speakers that are around the house. Frustrated to say the least.
    I am sure i cant be the only person with this issue. Hope someone can help.

    You might want to post here:
    https://discussions.apple.com/community/itunes/itunes_match
    Also see:
    iTunes Match on iPhone, iPad, or iPod touch
    Apple - iTunes - Match
    iTunes Store: Troubleshooting iTunes Match

  • Keep history in dimension table, how to map. Pls help

    First I need to load into TargetDim1 from Source1
    Second I need to check if in Source1, the record that match TargetDim1 is updated to some value, if so I need to update the end_dt of that record in TargetDim1. If there is a new record in the Source1, then I need to insert into TargetDim1 a new record.
    Before in TargetDim1
    SEQKEY EMPLID NAME START_DT END_DT STATUS
    1 123 JOHN 01/12/1999 NULL SINGLE
    After in TargetDim1
    1 123 JOHN 01/12/1999 06/15/2004 SINGLE
    45 123 JOHN 01/12/1999 null MARRIED
    I did go through the help online SCD type 2. But very confused. Anyone have any reference explain more detail than the ORacle document. Please send. Thnks for the help

    Oracle Database Search Results: pivot

Maybe you are looking for

  • How to add syslink devicefile for bluetooth gamepad

    I tried to follow this Archlinux wiki: https://wiki.archlinux.org/index.php/PS … _Bluetooth in using my DualShock 3 controller as a gamepad for linux. It works via cable, but when I want to use it via Bluetooth, I would have to add a udev rule, as th

  • Problem Importing Web Service as model in Web Dynpro

    Hi experts, I want to import a new adaptive web service model into web dynpro. As when I open Data Model to create the model, it prompt me login to DTR as the feature required logon to DTR.  After I logon to DTR, there is nothing happen. Any idea wha

  • Back UP messages on 2600 Classic

    Hello With PC Suite 7.0.9.0 and a Nokia Classic 2600, I can not restore my message The Back-up message always says that there is a problem back-uping Messages However it tell the correct amount of message and I can see them in the .nbu file

  • FoxLingo, is there a standalone & how do I find a "how to" manual/tutorial

    I have a web site that will require Language Translation, I am looking into Yahoo, Google, Php, anything that I can work with and is "behind the scenes" for the user of the site. I am using PHP/Apache for my site. My level of frustration is mounting

  • Macbook Pro (2011) has rattling audio?

    The other night, my Macbook Pro had the back left corner of the lid dented in slightly because it fell off my bed. Besides that, I didn't notice anything else wrong with it. However, just last night, I noticed that my audio starts to rattle a bit whe