Cannot edit Object Definition - following the Note 929447

Hi,
I'm trying to follow SAP Note 929447 and I fail at Step 4. Getting into Edit mode does not let me change anything in Object Definition tab (of Address callable object). I've ALL the GP roles assigned.
Has anyone had this issue before? Any settings to be changed?
I'm stuck.
Thanks for the help,
Rajit

Hi,
Thank you for your reply. 404 error is fine. Thats another issue - do not worry about it.
I tried to use the code that you sent, but it still gives the same problem. I am sending code for your review.
I have two JSPs:
JSP 1: search_result.jsp
//I am creating the hashtable
Hashtable oidH = new Hashtable();
oidH.put("langId", langId);
oidH.put("searchText", request.getParameter("fpQuery"));
oidH.put("blah", request.getParameter("blah"));
//Below line is from your previous reply
request.getSession(true).setAttribute("hashkey", oidH);
JSP 2: search_result_list.jsp
//Get the hashtable object out of the request
//Below line is from your previous reply
Hashtable oidH = (Hashtable) request.getSession().getAttribute("hashkey");
//Get the values out of the hashtable
String langId = ((String)oidH.get("langId")); //***** This is where it breaks, since the oidH is null *******//
String searchText = ((String)oidH.get("searchText"));
String blah = ((String)oidH.get("blah"));
Can you please take a look at the code and see what is wrong and see where is it losing the oidH (hashtable object).
Thanks in advance.

Similar Messages

  • After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

    When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

    Hi Kwlee324,
    Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
    Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
    https://support.microsoft.com/kb/2703186
    http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Object library invalid or contains references to object definitions that could not be found problem

    Hello,
    Yesterday I got the following error on the server: "object library invalid or contains references to object definitions that could not be found problem".
    I found this documentation, followed the steps and all was OK on the server:
    http://support.microsoft.com/kb/2703186/en-us
    https://social.msdn.microsoft.com/Forums/office/en-US/e94f2fc3-71f1-4dad-bbf1-37f906e28e8e/object-library-invalid-or-contains-references-to-object-definitions-that-could-not-be-found?forum=exceldev
    Our server is used to do batch processing for refreshing our excel's. This morning, after the excel's got refreshed on the server, I've got this error on the
    client computers (everything works fine on the server computer). I did the steps above on the client computers, but the problem still persists.
    It looks like there is a difference in version between server and client.
    If I do the refreshing on the same computer there is no problem. But when the server does the refreshing and I try to open it on a different computer, I get this error.
    The security update has been removed from the computer, but I can't use my excel's anymore.
    Does any one have some advice for me?
    Best regards,
    Wouter

    Hi Wouter,
    Thanks for the further explaintation.
    According to the description, the issue seems that the Workboook on the client side(with lower Excel version) couldn't run the VBA after it opened by server(higher version Excel application).
    If I understood correctly, that sounds that the issue is relative to the specific version of Excel product or the updates.
    I suggest you contacting Microsoft support to raise an incident so that our engineer could work closely with him to identify the root cause and resolve this issue as soon as possible.
    If the support engineer determines that the issue is the result of a bug the service request will be a no-charge case and you won't be charged.
    Please visit the below link to see the various paid support options that are available to better meet your needs.
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in object definition, DOMA  is not available

    Hi Gurus,
    While loading data from PSA to datatarget(0IC_C03), I am getting this error.
    I have scheduled the dataloading and the job is getting cancelled....
    The job log in sm37 looks like this:
    Job started
    Step 001 started (program RSNEW1, variant &0000000000004, user ID BWTRAINING)
    Reconstruction / addition started for InfoCube 0IC_C03
    Caller 36 data packet 000001
    Reading data from PSA  started
    Caller 39 data packet 000001
           29 records read from PSA 2LIS_03_BX_BA
    Caller 52 data packet 000001
    InfoCube 0IC_C03 will be updated
    Caller 55 data packet 000001
    Start of update-rule processing for InfoProvider 0IC_C03
    Caller 59 data packet 000001
    End of update-rule processing for InfoProvider 0IC_C03
    Error in object definition, DOMA  is not available
    Job cancelled
    I am working in BI7.0.
    Please help me in solving the issue.
    Vinod.

    Check all number range objects related to that cube.

  • Compile error: Object library invalid or contains references to object definitions that could not be found

    Office Online 365 installed today January 20 on brand new HP Envy. Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.

    Hi Jaime,
    >> Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.
    >> Compile error: Object library invalid or contains references to object definitions that could not be found
    According to the error message, it seems some ActiveX control is not registered successfully on the new machine.
    Would you mind telling us which ActiveX controls you used in the workbook?
    >> For my applications Excel from Office 365 is now useless. Should I just let my subscription run out and purchase another version?
    According to my experience, this issue is not related to the subscription.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Object library invalid or contains references to object definitions that could not be found

    I have an excel macro application. It works ok in my machine. Whenever I send it to my colleague and he opens the file and save and send it back to me, I get the below error. But, it is working
    ok in my colleague machine.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Looks like some recent windows update is causing this issue. I tried to delete the temporary file from the command prompt as mentioned in some of the forums using the below command. But, still it
    is not working.
    DEL /S /A:H /A:-H *.EXD
    Even tried to uninstall the recent windows update on both of our machines, but still the issue is not resolved. It is working ok in his machine, but I get the compile error. Please share your thoughts.
    Thanks.
    Below are the references available in the excel macro application. There is no missing reference error on both of our machines. We both are using Excel 2010 32 bit. My OS is windows 7 64 bit and
    my college is having windows 7 32 bit.
    Visual Basic For Applications
    Microsoft Excel 14.0 Object Library
    Microsoft Forms 2.0 Object Library
    Microsoft Office 14.0 Object Library
    OLE Automation
    Microsoft ActiveX Data Objects 2.6 Library
    Microsoft Visual Basic for Applications Extensibility 5.3
    Microsoft XML, v6.0

    "Looks like some recent windows update is causing this issue. I tried to delete the temporary file from the command prompt as mentioned in some of the forums
    using the below command"
    I've heard some cases that even deleting EXD files and running the FixIt tools, ActiveX controls weren't working.
    Can you confirm if you can insert ActiveX controls in your worksheet, please?
    (Developer tab >> Insert button >> any ActiveX control of your choice)
    Felipe Costa Gualberto - http://www.ambienteoffice.com.br

  • OEM 11g The Notification Schedule; Edit Schedule Definition buttons does not work

    When I go to the Edit Schedule Definition in OEM 11g and check the Days of Week schedule and try to hit the Batch-Fill-in button or any of the other buttons, nothing happens. It's as if the buttons
    are not working. I could really use some help on this.

    Hi,
    Are you using EM 11g Dbcontrol
    Is yes then we have a known issue marked in BUG 13907733
    Refer to below doc and apply the recommended patch
    Dbcontrol Email Notifications Are not received for metric alerts with a valid Notification Rule (Doc ID 1927762.1)
    Regards,
    Rahul

  • HT1751 when I try to drag my Itunes into my external hard drive, I get the "no way" symbol, circ;e with a line thjrough it. How can I back up? I have lost a fortune in purchased items because I cannot back up despite following the Unhelpful help.

    I cannot drag my Itunes folder to my external hard drive, despite following the unhelpful help exactly. I get a "no way" sign Circle with a line though it. I have lost a fortune in purchased goods (audio books)  because I cant do it. Itunes have said they cant reimburse me and they dont have those books anymore, so cannot redownload them for me. Please remind me NEVER to buy apple products again.
    I am scared I am going to lose more money seeing I cant BACK ANYTHING UP.

    If you used the hard drive with another Mac then it is likely Mac formatted.  It was because you posted in the iTunes for Windows forum (kind of the equivalent to taking a VW to a Ford dealership for service) I thought you might be using a Windows formatted drive.
    Thumb drives are not universal.  There isn't a "universal" drive format.  Some work partly with both systems but are not fully compatible.
    Click once on the hard drive icon on the desktop.  Fo to File then Get Info.  It will say the drive format.
    Frankly I have never had your problem with a drive so I can't help too much except in general experience.  The prohibitory sign is pretty universal and for some reason you are not allowed to copy to that drive.
    I think if you had a Windows computer you'd be unhappy with it too and probably be posting on a forum that your machine was virus ridden and crashing and you didn't know anything about registries...  To be honest, I was doing a presentation on a friend's Windows computer and wanted to get it to display a simple image file.  There was no way we could get the .jpg image file to open with anything but Windows Explorer which is a web browser!  I mean, that's really bad, and of course he was so used to using it without knowing anything about computers that he could not help me.  I did my presentation in front of 30 people using Explorer.

  • HT201401 I cannot edit my contacts because the EDIT button has disappeared how do I fix?

    I can't edit my contacts because the EDIT button on contacts has disappeared how do I fix?

    On iPhone 5 I faced the same problem
    Go to I cloud - contacts (on) this will solve the problem

  • I saved my document as only .doc but not as a pages file and now I cannot edit anything and half the document looks incredibly screwed up, how did this happen?

    I forgot to save the pages file, I do back up on time machine could a temporary file be in there somewhere? It was a 30+ page custom designed presentatiion that took me two weeks. i cannot believe I only saved it as PDF and .doc! My current theory is that I can only edit the document in pages as a pages file since that is what I had been doing. Please help if anyone has had this problem before or know how I can recover that screen I was working with a few days ago before I saved as a Word doc!!

    Despite what Apple and its employees say Pages is not a 100% replacement for Word.
    Pages files exported to .doc will have minor to major differences.
    You should always have a Pages version. Exporting is only so non Mac and non Pages users may read it, and even there you should use .pdf to keep its appearance as close as possible to the original.
    It sounds like you used a lot of Pages' features which turned out to not have Word equivalents.
    Peter

  • Cannot edit text sufficiently within the Photo E-mail service (Elements 11)

    Greetings to all, a little help required please....
    Just purchased Elements 11 - excellent product at the price and am having a great deal of fun using it.
    One frustrating flaw within the Photo E-mail service....
    I've been using the Adobe e-mail service and it sends e-mail just fine having set up the account as required. 
    Each new e-mail appears with the text "Here are the files I want to share with you."
    Now I'd like to replace that with some different text.  I can delete it and replace it on the first editing page, and it stays there after I click 'Next' to the following 'Customise Layout' section.
    Clicking on 'Next' after this page, we have the final e-mail page, and the text has reverted back to 'Here are the files I want to share with you' again......
    I can delete it again, but cannot type in any further text anywhere on that screen.
    Any help on this??
    Shame, because the programme generally is superb.  Have transformed a number of pics already, and it would be nice to use the e-mail prog that's built in as I'd like to use it, adding text as required.  Otherwise, why have all the font and layout choices available if not??

    I tried the same and its changing at my side.
    Try to reset you preferences :
    Open PSE just to the Welcome Screen and press Ctrl + Alt + Shift (Mac: Cmd + Opt + Shift) and keep pressing.
    Click on organizer from the Welcome Screen but keep pressing the keyboard keys - don't let up.
    You will get a little dialog box asking if you want to delete the settings file. Click "Yes."  You can let go of the keyboard keys now. 
    This will rebuild the file for you and often solves the issue.
    Try to send the email again.
    Thanks
    Harshit

  • Cannot Edit source definition of a report

    Hi All,
    I am new to Apex...
    I created a Master/Detail form. it automatically creates a report. I am trying to edit the report to add extra conditions but I go to the report page > Regions Zone > Select my report link > Source. It has an option to "Show" but not to edit the select used for the report.
    I am trying to add an extra condition based on a field I manually added in a new region (like in the demo of the "2day APEX guide", page 4-20) ..
    Thanks

    Fabio,
    Do you see the Query Definition heading among this set of "tabs"?
    [Region Definition] [Report Attributes] [Query Definition} [Print Attributes]
    Click that one and you should be able to make changes to the query by adding/removing columns, adding join conditions, etc.
    Scott

  • HT4707 Using Lion I cannot "edit" in iPhoto.  Why not?

    I recently installed Lion and now when using iPhoto (8.1.2  424) I cannot access "Edit" to enlarge a photo or crop it.  Any reason why?  Something else I need to do now that my operating system is Lion?

    Lion is incompatible with that older version of iPhoto.  You need to purchase iPhoto 11 - that's v9. You can do this on the App Store.
    Hope this helps

  • Usernames with underscore at the begining cannot edit pages

    Hello,
    I know that a username (short name) starting with an underscore “_” are reserved by the system accounts.
    Anyways I wanted a character to differentiate users by their name and didn’t wanted to use the hyphen.
    So with such users, the pen button is never available. You cannot edit their pages.
    The fix is to not name your users using a underscore at the begining.
    I wouldn’t consider this as a bug but worth to know.
    Message was edited by: Thyb
    Message was edited by: Thyb

    > Is DW as bad as FP?
    Without a comfort level in HTML and CSS, anything will be
    trouble for you.
    On the other hand, if you are not put off by looking at code,
    then DW's
    templates are quite simple to understand and adapt to.
    > The site is quite large and has a few sub webs.
    DW will not play well with sub webs. Each sub web must be
    treated as an
    independent site in DW with its own site definition and local
    site (although
    you could nest your local sites in DW).
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    Does your site's usage require a testing server? By that, I
    mean to ask -
    are you using server scripting? If not, then you do not need
    a testing
    server.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jeff5100" <[email protected]> wrote in
    message
    news:gbari5$bhb$[email protected]..
    > Thanks ACE,
    >
    > There was indeed a Template folder with the template
    file in
    > it.
    > I have downloaded it and will attempt to discover how to
    use it. It
    > reminds me
    > of Front Page which is a nightmare to go behind. Is DW
    as bad as FP? I am
    > fairly comfortable with html and have a conceptual
    understanding of css. I
    > have
    > built a site or two from scatch with DW without any
    problems. My main
    > concern
    > is that this site has been built by many entities and
    using different code
    > applications. I have to fix a few cosmetic things but
    don't want to break
    > the
    > site with my minor changes. The site is quite large and
    has a few sub
    > webs.
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    >
    > Thanks again for your help
    >

  • Cannot edit the manifest.xml in flash builder extension builder 2.1

    In flash builder I installed the extension builder 2.1 to build a photoshop extension. The basic structure created automatically the manifest.xml file but i cannot edit this file in the editor and If I edit outside of the flash builder it does not reflect the changes.
    What I want is to add an icon for my extension.

    SOLVED!!
    ===========
    When creating an adobe extension project in Adobe extension Builder with Flash Builder 4.6, a folder ".stage-extension" is created but not listed in the directory in the Package Explorer Tab. However the manifest.xml file in the bin-debug folder is shown giving the impression that it could be edited.
    To edit the manifest.xml file, locate the location of your project and find: YourPorjectName>.stage-extension>CSXS>manifest.xml
    Edit this manifest.xml for the changes to apply.

Maybe you are looking for