HELP URGENT - Entity Object Substitution not working as advertised!!!!!

Hi All,
I have done an entity Object substitution and in order to rule out any coding errors on my part I have generated a fresh EO with no code changes in it and uploaded the files to java top and updated the MDS with the substitution.
The substitution is successful but I get the following error related to my substituted file:
oracle.apps.fnd.framework.OAException: oracle.jbo.AttrValException: JBO-27019: Get method for attribute "ItemNumber" in XxEgoMtlSystemItemsVLEOEx could not be resolved. at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169) at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241) at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
## Detail 0 ## java.lang.ClassCastException: oracle.jbo.server.EntityDefImpl incompatible with oracle.apps.fnd.framework.server.OAEntityDefImpl at oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEOImpl.getDefinitionObject(EgoMtlSystemItemsVLEOImpl.java:562) at oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEOImpl.getItemNumber(EgoMtlSystemItemsVLEOImpl.java:11324) at oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEOImpl.getAttrInvokeAccessor(EgoMtlSystemItemsVLEOImpl.java:6888)
I think the real error is Detail 0 line but I haven't seen this before. Could this be the wrong version of JDeveloper that I have used????? About this page showed 12.1.2 and I have downloaded the JDev for 12.1.2???????
Please help I need to sort this ASAP.
Thanks all

I have covered everything in the above threads and followed the EO substitution scenario exactly as per area51.
I am now getting a different error on the EO substitution, when the page loads that creates a row in the EO the following error is displayed:
Error
1. Attribute set for InventoryItemId in view object EgoMtlSystemItemsVO failed
2. Attribute set for InventoryItemId in view object EgoMtlSystemItemsVO failed
3. Attribute set for InventoryItemId in view object EgoMtlSystemItemsVO failed
4. Attribute set for InventoryItemId in view object EgoMtlSystemItemsVO failed
This is a caught error and thrown to the top of the page as opposed to a complete stack error which is what I was getting before? At first I thought this was due to the VO substitution I had done earlier as a test but I have deleted the substitution document for the VO sub and if I remove my EO substitution the page works fine so my EO substitution is causing the problem.
EO substitution was as follows:
<Substitutes>
<Substitute OldName ="oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEO" NewName ="xxsdg.oracle.apps.ego.item.eu.server.XxEgoMtlSystemItemsVLEOEx" />
</Substitutes>
Beginning of EO Code is as follows:
package xxsdg.oracle.apps.ego.item.eu.server;
import oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEOImpl;
import oracle.apps.fnd.framework.server.OAEntityDefImpl;
import oracle.jbo.AttributeList;
import oracle.jbo.domain.Date;
import oracle.jbo.domain.Number;
import oracle.jbo.domain.RowID;
import oracle.jbo.server.AttributeDefImpl;
import oracle.jbo.server.EntityDefImpl;
// --- File generated by Oracle ADF Business Components Design Time.
// --- Custom code may be added to this class.
// --- Warning: Do not modify method signatures of generated methods.
public class XxEgoMtlSystemItemsVLEOExImpl extends EgoMtlSystemItemsVLEOImpl {
public static final int MAXATTRCONST = EntityDefImpl.getMaxAttrConst("oracle.apps.ego.item.eu.server.EgoMtlSystemItemsVLEO");
public static final int GLOBALATTRIBUTE11 = MAXATTRCONST;
public static final int GLOBALATTRIBUTE12 = MAXATTRCONST + 1;
public static final int GLOBALATTRIBUTE13 = MAXATTRCONST + 2;
public static final int GLOBALATTRIBUTE14 = MAXATTRCONST + 3;
public static final int GLOBALATTRIBUTE15 = MAXATTRCONST + 4;
public static final int GLOBALATTRIBUTE16 = MAXATTRCONST + 5;
public static final int GLOBALATTRIBUTE17 = MAXATTRCONST + 6;
public static final int GLOBALATTRIBUTE18 = MAXATTRCONST + 7;
public static final int GLOBALATTRIBUTE19 = MAXATTRCONST + 8;
public static final int GLOBALATTRIBUTE20 = MAXATTRCONST + 9;
public static final int ROWID = MAXATTRCONST + 10;
private static OAEntityDefImpl mDefinitionObject;
/**This is the default constructor (do not remove)
public XxEgoMtlSystemItemsVLEOExImpl() {
/**Retrieves the definition object for this instance class.
public static synchronized EntityDefImpl getDefinitionObject() {
if (mDefinitionObject == null) {
mDefinitionObject =
(OAEntityDefImpl)EntityDefImpl.findDefObject("xxsdg.oracle.apps.ego.item.eu.server.XxEgoMtlSystemItemsVLEOEx");
return mDefinitionObject;
/**Add attribute defaulting logic in this method.
public void create(AttributeList attributeList) {
super.create(attributeList);
....

Similar Messages

  • Authorization Object is not working when report is modified.

    Hi BW Guru's
    We have Company Code as Authorization Object .and we have 3 company Codes (xxxx,yyyy,zzzz).where the users under Company code xxxx are not supposed to view company code yyyy,zzzz data etc.
    I modified an existing Report and transported to production.But the Authorization Object is not working for that report.The Report is defaultly displaying all the company codes data(xxxx,yyyy) for all the users.But for the other reports its(company code ) is working fine.
    What could be the problem?Is theproblem in transporting the objects.But i transported all the objects inluding auhorization object.
    Please send me the solution as it is very much urgent.
    The solution will be def. awarded with full points.
    Regards
    Sanjay

    hi Sanjay,
    please don't post the same question again, check and response back from your previous thread
    Re: Authorization Object is not working when report is Modified.
    hope this helps.
    would be nice if you reward for helpful answers to all of your previous postings, e.g
    docs related to RRI

  • Substitution not working

    Hi Friends,
    I created a substitution rule as follows (Call point 2 - Line item level):
    prerequisite:
    BSEG - KOSTL = 'ABC' AND BSEG - MWSKZ = 'V1'
    Substitutions (if prerequisite is met)
    BSEG - MWSKZ = 'V2'
    Logically, this seems to be correct. But when I try to post a document with two line items (line item 1 have this cost center and tax code and line item 2 is balance sheet), tax code is not changing to 'V2'.
    Please could  you help me why this is not working?
    Thanks and Advance,
    Krishna

    Your understanding about substituion is wrong.
    If you give something, it will not replace that.
    If you do not give something or the user inadvertently misses something to enter, then the system substitutes the same.
    For example,
    If the company code is ABCD, then substitute with profit center WXYZ, in such case if the user misses to enter profit center, then it is substituted with as per the rules of substitution. If the user has given profit center PQRS, then system will not substitute, and the user entries will prevail.
    Please note that you need to create substituion in GGB1 and must assign in OBBH, then only it works.
    Regards,
    Ravi

  • Search help for cost center does not work after SP upgrade

    Hi,
    Create a shopping cart in SRM and go to the cost assignment tab. When click on the search help to enter a costcenter, we don't get any search help screen.
    Thanks

    Kindly check note: 1259735 Search help of generic account does not work
    Additionally Check the 5th question/answer of note 815849.

  • HELP! MY TRACKPAD IS NOT WORKING

    GUYS. PLS HELP. MY TRACKPAD IS NOT WORKING IM USING BB CURVE 9300. IM FROM THE PHILIPPINES. BUT MY MOM BOUGHT AT SAUDI ARABIA. TODAY, IM PLANNING TO GO IN A SERVICE CENTER IN ORTIGAS. AS PER CONVERSATION TO THE CELLPHONE TECHNICIAN. IT WILL COST 800. IS IT TOO EXPENSIVE? HELP! IS THERE ANY OTHER WAY AROUND???

    Use the tab key to navigate around the Bluetooth Assistance screen and the spacebar to enter/select.
    If the tab key doesn't move to all controls then press Control FN F7   one times and try the tab key again.
    Regards,
    Captfred

  • HT1766 please help my ipad min is not working on the scren it says iPad disabled connect to itunes

    please help my ipad min is not working on the scren it says iPad disabled connect to itunes

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up

    I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up.

    Hi,
    I just checked your account.
    Your Adobe Export pdf service has been cancelled & refunded.
    Regards,
    Florence

  • Urgent:- Substitution Not working

    Hi,
    I am substituting one VO .
    The substitution is working fine in Jdevloper.
    We have imported the jpx file and using jdr_utils.printdocument('/oracle/apps/asn/opportunity/server/customizations/site/0/OpportunityQuotesVO') also its displaying the contents of the substitution.
    But strangely we see both Vos in About page>BC4J components and the new VO is not used at all.
    But in about page when we click on the old view object it displays the new view object's query.
    Any input on this will be appreciated.
    Thanks,
    Prabhat

    Hi,
    what do you mean with the new VO is not used at all?
    Have you tried to use one of the new VO attributes in your page? Have you got some errors? Have you bounced the server?
    In the about page you always see the original VO, but a runtime it'll be substituted by the new one.
    Moreover, when you want to refer to one of the new columns you must always refer to the seeded VO, not to the new one.
    Hope this helps you
    Bye
    Raffy

  • URGENT NEED OF HELP!! Gift code not working!

    Hi everyone, I have a flight tomorrow and I wanted to make sure I was set in terms of music. Since I am from Hong Kong, I bought a 3 Month Spotify Premium card from 7-11 and tried to redeem it the day after. Not only was the actually spotify.com site not working for me (repeatedly telling me that there was a "502 Bad Gateway" error), but when I tried to redeem it via phone, it told me multiple times that the code was not valid or that there was an error and I should try again (and I did, several times). I also found another code on the receipt that gave me the same answer.  Is there no phone number to contact Spotify at? Is this normal? How can I securely redeem this code? Please answer ASAP as I'm in a rush for tomorrow and very, very frustrated... 

    Please read this:
    https://community.spotify.com/t5/Ongoing-Issues/Gift-cards-starting-with-INC-aren-t-redeeming/idi-p/1161146#M6584

  • Hyperlink to open a business object is not working in archived printlist

    Hi
    I have archived a print list in my custom http content repository.
    Generated the indexed print list by running program OACONTA4.
    Archived data file has following lines
       \PCOL5H\PHYP<<BUS2012   \PCOL0H \PHYP>>   \PCOL2HPurchase Order                         
    IDARC1<OBJTYPE>BUS2012<OBJKEY>4500000001<METHOD>DISPLAY \PCOL0H  \PCOL4H4500000001                                       
    \PCOL0H  \PCOL2HZODTIF    \PCOL0H    \PCOL2HTest Image Documents               
    \PCOL0H  \PCOL5H\PHYP<<ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       \PHYP>>
    IDARC1<OBJTYPE>IMAGE<OBJKEY>ZWDE0978D42F2FA9F1AEDE0019B934DDB9<METHOD>DISPLAY                                                                            
    \PCOL0H  \PCOL2H23.02.2009\PCOL0H    \PCOL2H         
    I am able to open archived print list using OADR.
    The hyperlinks in archived file are highlighted with different color  and cusror change when moved to "BUS2012" or "ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       "
    Here "DE0978D42F2FA9F1AEDE0019B934DDB9" is archived document Id
    "4500000001" is purchase order number
    "ZW" is content repository
    "ZODTIF" is document type.
    But when I try to open the business object or the document, nothing happens.
    Then I changed the DARC line in the data file in repository to
    IDARC0ZW        DE0978D42F2FA9F1AEDE0019B934DDB9       
    After this I was able to open the document from link.
    Can anybody help on this? Why hyperlink is not working to open a business object
    Version details :
    SAP ERP ECC 6.0
    SAP NW 7.0
    References :
    http://help.sap.com/saphelp_40b/helpdata/pt/4f/9938ff446d11d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/4f/9938ff446d11d189700000e8322d00/frameset.htm
    Thanks in advance !
    Ruhi

    Uninstall the ASK toolbar from addons and problem ll be solved.
    Tools>> addons >> uninstall ASK /Foxit toolbar >> Problem solved

  • Very urgent -- Online no is not working

    Top Urgent
    My online no  is not working. It says that this number is disconnected or no longer in service while all payments were made and received by Skype.

    janetrunway wrote:
    My online no  is not working. It says that this number is disconnected or no longer in service while all payments were made and received by Skype.
    Please file with Customer Support.
    (NEVER post personal details on the Forum. This is a public internet site. Thank you).
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • AFS ARUN Size Substitution Not Working As Expected

    Hi All,
    I need help with this. If any one of you have worked with AFS ARUN size substitution, kindly provide me with some details on how can I set it up. I am specially interested in setting up size substitution with two-dimensional grids.
    I have setup some examples but it does not work as expected.
    Here is a small example:
    Say I have a size 28/30, 28/32 .........29/30....
    What I want to achieve is that during ARUN if there is a shortage of stock in 28/30 then the remaining requirement qty should be confirmed from size 28/32.
    with my setup after 28/30 it goes into looking for stock in 29/30, which is what I do not want.
    Any inputs will be really appreciated.
    Thanks!!

    srdfrn wrote:
    Hi YOS,
    I tried importing a PCX image into CVI 2010 and then sizing the image to the control and didn't see the behavior you have been describing.  Would you mind posting an example (alongside an image file) that demonstrates this?
    Also, one thing I noticed is that PCX images appear to be quite dated.  Could upgrading them to a JPEG or PNG format be an option for you?
    Thanks,
    Stephanie R.
    National Instruments
    Stephanie, thanks for the reply.
    I am very sorry to state that I made a mistake.
    VAL_SIZE_TO_IMAGE indeed works.
    What fails to work is VAL_SIZE_TO_PICTURE. (Second option in Fit Mode attribute in control editing panel)
    I tried with JPEG and it's the same.
    I am attaching an example.(Load_Image.c & ONEP_3Trow_POS1.JPG)
    A panel with two picture rings.
    - SW_1 remains at the intended size and the loaded picture is not clear.
    - SW_2 will fit to picture size and looks OK.
    Appreciate your support,
    YOSsi Seter
    Attachments:
    Load_Image.c ‏2 KB
    ONEP_3Trow_POS1.JPG ‏4 KB

  • Object state not working on android

    Hope someone can help.
    We use a + sign to indicate there is more information, using object states to move between these 2 elements, however whilst these work fine on iOS devices, when the same files are built for Android these states do not work.
    Press one of the + signs and it just vanishes, without going to the new content.
    Any clues, please.

    Are you using the legacy AIR viewer or the native Android viewer? Try the new native Android viewer instead. https://helpx.adobe.com/digital-publishing-suite/help/building-android-apps.html
    Neil

  • Urgent : abroad and phone not working anymore

    Hello, 
    So this request is a bit urgent, i'm abroad and in a few hours i will travel again and i really need my phone to work. 
    My blackberry is not turning on anymore. At first when i plugged it in my computer it was saying that i could not charge from the device but now it is not even recognized by my computer anymore. I tried to plugged it in a regular electicity socket but it doesn't work as well. The phone is not charging.
    My phone has no battery anymore and i don't know what to do. I'm abroad, everything is closed here and i'll move to another country in few hours. And i won't be able to get to my accomodation if my phone is not working. 
    Please, if you have a quick solution feel free to share it with me. 
    P.S. : Sorry for my english, this is not my mother tongue

    Now are you using a Universal or a converted charger ?
    Remember all country uses different voltage.
    What is the LED behavior ?
    Have you try to connect the device to a Laptop or PC to Charge & see the behavior ?
    BlackBerry smartphone does not turn on and the LED flashes
    http://www.blackberry.com/btsc/KB04596
    Good luck and let us know!
    If it helped you, click like.
    If my response has helped you, please click "Options" beside my post and mark it as solved.
    Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.
    Good luck and let us know!

  • HP Help Number for Windows 7 not working

    I have a problem with my Windows 7 upgrade.  The instructions from HP say that in the US to call 1-888-447-0150.  That number answers, there is a beep and the line is cut off.
    Why is the number given in the HP instructions not working?

    Yes, it doesn't work for me either. It connects, then a very short music blip plays and it's then transferred to nowhere and disconnects.
    HP has gone to the dogs!
    My install of Windows 7 got to the last item on the list, about three quarters of the way through the install (the green bar) and has hung for about 10 hours now without a  sign of movement, and HP is nowhere to be found to help.

Maybe you are looking for

  • How to Boot From an External HD

    I am still pondering getting a mini - I know that I will want a much larger hard drive (since I want to use it for media and will keep tons of video and music on it). I would like to know how to boot from an external hard drive. I've searched google,

  • How do I do a search based on a range of dates in Address Book?

    In Palm Desktop, when I performed a search, a dialogue window would pop up that gave me a drop down list of every category in my database (ie. date modified, company, first name, last name, etc.).  I could choose to just search for entries that were

  • USB shared printer - client OS 9 - causes sleeping Mac Pro to Crash

    Printer is a Brother 5140 shared Via USB - Client networked to Shared Brother printer works fine if MacPro is "awake". But if MacPro sleeps client sending a job crashes the MacPro. Any solutions other than setting MacPro NOT to Sleep? Thanks

  • Save multiple sample rate data to TDM file

    Hello, LV connoisseurs I use 2 Multifunction boards and LV 7.1 to gather slow and fast data simultaneously, 'slow' being 10 temperatures at 150 Hz, 'fast' being 12 pressures at 15 kHz, rate factor between slow and fast is constant 100. My acquisition

  • TS1630 Speaker on my 4s just stopped working today!

    Just recorded my daughter on video and went to play it back, it work for a second or 2  then it stoped. No Apple store here in Ireland to bring it back too