DUMP in CX_WD_CONTEXT - Could find attribute exception

Hello Experts,
We got dump while processing Recording Working Times in ESS at Portal level
This dump occurred only for one user and working fine for other users.
Please let me know what will be the solution for this dump.
(*****Class CL_WDR_CONTEXT_NODE_INFO****)
IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE
    1 method if_wd_context_node_info~get_attribute .
    2   data:
    3                  rtti        type ref to cl_abap_typedescr.
    4   field-symbols: <attr_info> type wdr_context_attribute_info.
    5
    6   if me->attributes is initial.
    7     me->map_node_info( ).
    8   endif.
    9
   10   read table me->attributes->* into attribute_info with table key name = name.
   11   if sy-subrc <> 0.
   12     if me->_all_attributes_read = abap_false.
   13       _get_all_attributes( ).
   14       read table me->attributes->* into attribute_info with table key name = name.
   15       if sy-subrc <> 0.
   16         raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_f
   17       endif.
   18     else.
>>>>>       raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_fou
   20     endif.
   21   endif.
   22
   23   if attribute_info-rtti is initial.
   24     data: attr_ref type ref to wdr_context_attribute_info.
   25     attr_ref = me->_get_attribute_rtti(
   26         attr_name  = name
   27            ).
   28     if attr_ref is not bound.
   29       raise exception type cx_wd_context exporting textid = cx_wd_context=>no_valid_attribut
Thanks in Advance,
Swetha.C

Hi Swetha,
As you have mentioned that this dump occurs only for a user. I think for that user the attributes list is prepared dynamically and added to context node. So, one of the attribute is not found in the given context.
I suggest you to set an EXTERNAL breakpoint at LINE 19 and run your application.
When the control reaches this line, please use the STANDARD tab of your debugging window, to find the call stack.
Now, click on a method of your component and find out what is missing
Hope this helps you.
Regards,
Rama

Similar Messages

  • Could not find attribute MOPZ_NEWS_VISIBLE

    Pelase assist,
    In Version 701, AP EHP 1 for SAP Solution Manager 7.0
    Error while creating new maintenance transaction.
    The URL http://xxx.xxxx.xxx:8000/sap/bc/webdynpro/sap/wda_mopz_plan was not called due to an error.
    Note
    The following error text was processed in the system P16 : Could not find attribute MOPZ_NEWS_VISIBLE
    The error occurred on the application server ptasm_P16_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE of program CL_WDR_CONTEXT_NODE_INFO======CP
    Method: IF_WD_CONTEXT_ELEMENT~GET_ATTRIBUTE of program CL_WDR_CONTEXT_ELEMENT========CP
    Method: GET_ATTRIBUTE_INTERNAL of program CL_WDR_VIEW_ELEMENT_ADAPTER===CP
    Thanks in advance.
    Ken

    Hi this is what it says.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WD_CONTEXT
    Date and Time          07.10.2011 17:25:29
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_WD_CONTEXT' was raised, but it was not caug
         the call hierarchy.
         Since exceptions represent error situations and this error wa
         adequately responded to, the running ABAP program
          'CL_WDR_CONTEXT_NODE_INFO======CP' has to be
         terminated.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WD_CONTEXT
    Date and Time          07.10.2011 17:25:29
    Code Extract..
    14       read table me->attributes->* into attribute_info with table key name = name.
    15       if sy-subrc <> 0.
    >>         raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_f
    17       endif.
    18     else.
    19       raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_fou
    20     endif.
    21   endif.

  • Dump in CX_WD_CONTEXT

    Hi,
    In one of the standard webdynpro there is an enhancement where a popup window is displayed on clicking the Z button.
    The functionality is working fine in all system. In the upgraded system there is a dump coming when the Z button is clicked, there is no dump in the Z code but in the following:
    IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE
       1 method if_wd_context_node_info~get_attribute .
       2   data:
       3                  rtti        type ref to cl_abap_typedescr.
       4   field-symbols: <attr_info> type wdr_context_attribute_info.
       5
       6   if me->attributes is initial.
       7     me->map_node_info( ).
       8   endif.
       9
      10   read table me->attributes->* into attribute_info with table key name = name.
      11   if sy-subrc <> 0.
      12     if me->_all_attributes_read = abap_false.
      13       getall_attributes( ).
      14       read table me->attributes->* into attribute_info with table key name = name.
      15       if sy-subrc <> 0.
    >>>>         raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_f
      17       endif.
      18     else.
      19       raise exception type cx_wd_context exporting textid = cx_wd_context=>attribute_not_fou
    In the dump there is also this information.
    Chain of Exception Objects
    Attrib. Name                   Value
    Level    1     Class    CX_WD_CONTEXT
    Program  CL_WDR_CONTEXT_NODE_INFO======CP Include  CL_WDR_CONTEXT_NODE_INFO======CM002 Row   16
    Short Te Could not find attribute DATA_FOR_RI_ENABLED
    Long Tex
    Where do I check for this issue? Thanks
    ATTRIBUTE_NAME                 DATA_FOR_RI_ENABLED

    Up on button click right you are getting this dump..Have you debugged..
    Some times may be after upgrade,  the system may not because stable..what ever enhancement is done..that is what I'm asking you to check..may be as part of enhacement dod they make any changes to code or anything written related to attrobutes..I cannot point out the exact reason..but need to check in debugging which attribuite information is missong..
    Class /SAPSRM/CL_CH_WD_DOTM_SC_I_BD, Method: /SAPSRM/IF_CLL_MAPPER~REFRESH
    IF /sapsrm/cl_sw_self_service_1=>simplified_sc_is_active( ) EQ abap_true AND
    ls_pdo_header-subtype EQ /sapsrm/cl_ch_wd_dodm_sc_h_bd=>mc_recommended_item .
    loe_local_ui_control->set_attribute( EXPORTING name = 'DATA_FOR_RI_ENABLED'
    value = '01' ).
    ELSE.
    >>>>> loe_local_ui_control->set_attribute( EXPORTING name = 'DATA_FOR_RI_ENABLED'
    value = '02' ).
    ENDIF.
    Here it says that Can you check for this node in your component 'loe_local_ui_control', and for attribute..It may be the case that this is code is referring some other comp also. Can you check in debuger in more details /sapsrm/cl_sw_self_service_1=>simplified_sc_is_active( ) and also the calss SAPSRM/CL_CH_WD_DOTM_SC_I_BD, whether inside this class there is some attribute missing ..or any other comp is being referred here..
    Also check the type of this 'DATA_FOR_RI_ENABLED' and it's values..waht does '02' refer to.. int he context node may be the there is some thing mssing here ,, it also says that some SELF SERVICE is not active /sapsrm/cl_sw_self_service_1=>simplified_sc_is_active, check for this service wether it is enabled in SICF or not if this service is a other component it is referrring to..
    Edited by: Lekha on Sep 30, 2011 3:18 PM

  • In which table,i could find order quantity for sales order..??

    In which table, i could find order quantity for sales order..??
    and also in which table i could find delivery for sales order..
    need help..??
    Moderator message: please search.
    Edited by: Thomas Zloch on Feb 23, 2012

    Check the table AUFM.
    Give the order number in AUFNR.
    For movement type 261 (GI) & 101 (GR), you can get the material document number (MBLNR), Material (MATNR), Qty (MENGE) & UoM (MEINS).

  • Pages crashes when opening any document on iPad 3 Latest version.   I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create anew document or open a document it just cr

    Pages crashes when opening any document on iPad 3 Latest version. I tried everything I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create a new document or open a document it just crashes out.

    Try this:
    Make sure IOS is updated to latest version
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings

  • TS1398 Unable to connect to my home Wi-Fi with my iPad. I have tried just about everything I could find in the Apple Support Community. Perhaps this is a new known problem??

    I have tried all the recommend solutions I could find in the Apple Support Community.  I noticed a couple of weeks ago the iPad was acting funny about connecting to the internet via the Wi-Fi.  The past two days, it wasn't able to connect to the wireless router at all.  It recognizes that the wireless router network exists, it just can't join.  I tried the re-boot method. I have re-set the network setting on the iPad back to factory.  I even thought my old wireless router may have issues and bought a new one yesterday, and the iPad actually worked for about 24 hours and now I am back to the iPad not being able to connect to the wireless router.  I have re-entered the wireless router from scratch thinking that there may have been a bug in the setup.  I have removed the security settings from the wireless router to see if that may have prevented the iPad from connecting but got the same message "Unable to Join". I have cleared the cookies and data, as that was also a recommended fix, but that didn't work.  I also connected the iPad to the computer so that I could check for the latest update.  iPad has the latest version, so that solution didn't work.  Does anyone out there got any other ideas, or are you experiencing the same problem?  Is there some known issue that I am not aware of???

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130?tstart=60
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Safari will no longer open.  I was using firefox until I could find a fix for safari.  I made the mistake of changing my default search to firebox later for convenience and now I can't open my system preference or many safari or apple linked files.

    Safari will no longer open. It just goes back to my desktop.  When I right click on the safari icon in my dashboard it says it is open.  I was using firefox until I could find a fix for safari.  I made the mistake of changing my default search to firebox later for convenience and now I can't open my system preference or many safari or apple linked files. Some of my emails from trusted sites won't open and does the same thing. 
    I upgraded my original system from 10.4.11 to I believe 10.6. something about a year or so ago.  I thought about re installing my safari app but when I go to open anything connected to safari my screen goes back to the desktop.  I cant open any files that I have on my desktop that I set up through safari, like my banking program. Prior to changing system preference to safari default I was able to open those files and now I can't get into change it back.  Can you guide me through this?
    Thanks,
    Betty

    Try running the 10.6.8 combo update.
    10.6.8 Combo Updater
    System Preferences or Safari Preferences?
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. Select Library. Then go to Preferences/com.apple.Safari.plist. Move the .plist to your desktop.
    Restart the computer, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.

  • Firefox has stopped working altogether (Windows 7). It will NOT start. I have uninstalled everything that I could find to uninstall, and then re-installed.

    Firefox has stopped working altogether (Windows 7). It will NOT start. The spinning start up graphic will spin for a moment, and quit. I have uninstalled everything that I could find to uninstall, and then re-installed, but to no avail. I have followed the currently posted suggestions with out success. Any other suggestions?

    '''[http://www.mozilla.org/en-US/firefox/all/ Download Firefox Full Installer For All languages And Systems]''' {web link}
    Save the file. Then;
    Using your file browser, open the Programs folder on your computer.
    '''Windows:''' C:\Program Files
    C:\Program Files (x86)
    '''Mac:''' Open the "Applications" folder.
    '''Linux:''' Check your user manual.
    Look for, and rename any Mozilla and Firefox folders by adding '''.old''' to them.
    Now run the full installer.

  • I had to replace my Iphone 5c with a new one.  Now, my windows 7 pc does not recognize my iphone.  Reinstalled itunes.  Apple mobile device is running.  I did whatever I could find on the internet still no luck.  Any suggestions?  Thnx

    I had to replace my Iphone 5c with a new one.  Now, my windows 7 pc does not recognize my iphone.  Reinstalled itunes.  Apple mobile device is running.  I did whatever I could find on the internet still no luck.  Any suggestions?  Thnx

    You have done everything verbatim included with this link?
    http://support.apple.com/kb/ts1538

  • I have just transferred my iTunes library from a hard drive previously connected to a windows laptop to a MacBook Pro and now all my options for editing info are greyed out. I have seen the answers if still using windows but could find a similar situation

    I have just transferred my iTunes library from a hard drive previously connected to a windows laptop to a MacBook Pro and now all my options for editing info are greyed out. I have seen the answers if still using windows but could find a similar situation to this one.

    Eels290776 wrote:
    if my external hard drive is not connected to either of my machines, and I download something onto my iMac and then something different onto my Macbook, where are my machines going to be storing the new downloaded media
    when the drive is not connected, +iTunes media folder location+ will default back to <MacintoshHD>/users/<yourname>/music/iTunes/iTunes music (or media)
    and when I next connect the external hard drive how will I easily get the newly downloaded media onto the external HD
    you'd have to point +iTunes media folder location+ back to the external via preferences > advanced > iTunes media folder location, then file > library, organize library > consolidate files
    and essentially, to have it easily readable on both machines?
    in that case it might be best to copy the entire iTunes folder to the external. then, on each machine, launch iTunes while pressing option on your keyboard. when prompted, click on +choose library+ and navigate to the iTunes folder on the external.
    note only one iTunes can access the iTunes library @ a time !
    also, make sure the external is mounted on either machine before launching iTunes.
    JGG

  • Hello, I have stolen my iPod Touch (1st generation) and would like to know if I could find it in some way.

    Hello, I have stolen my iPod Touch (1st generation) and would like to know if I could find it in some way.

    I presume you mean that your iPod touch has been stolen, not that you stole it which of course means something much different.
    If you set up the Find My iPod service prior to the iPod going missing, then there is a chance that can be tracked, though it depends on a number of factors (the iPod is turned on, connected to a WiFi network, and has not had the Find My iPod service disabled or the iPod been completely restored). 
    If you did not set up Find My iPod, then there is no way to track it. Contact the police and change any passwords for any online accounts you may have used from your iPod (the iTunes Store, for instance). 
    Regards.

  • I would like to return back OS X Maverick from 1 month experience with OS X Yosemite ? Where i could find out link to download OS x Maverick?

    I would like to return back OS X Maverick from 1 month experience with OS X Yosemite ? Where i could find out link to download OS x Maverick?

    Battery – Runaway Applications Can Shorten Battery Time
    Battery Testing
    Battery Won’t Charge
    Battery won’t charge completely - Yosemite
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    Wi-Fi Problems in OS X Yosemite
    Wireless Diagnostics
    Also try turning off Bluetooth.

  • D3L "produce" error: unable to find attribute object for top node

    Hi
    I'm new to this forum, hope someone can help me with this because it's really been causing a headache for a few days now.
    I'm trying to deliver a flat file message with an interconnect standard ftp adapter. All the transformations go well but then i get this error message:
    oracle.oai.agent.adapter.technology.D3LException: [SmartQueueDispatcher] <struct id="GallupData" name="" comment="" ...>: unable to find attribute object for top node, got `[  stationId: 01
    startDate: 040801
    (messsage truncated)
    emission: 1
    ]' instead
         at oracle.oai.agent.adapter.technology.D3L.produce(D3L.java:391)
         at oracle.oai.agent.adapter.technology.TechBridge.messageReceived(TechBridge.java:876)
         at oracle.oai.agent.client.SmartQueueDispatcher.run(SmartQueueDispatcher.java:451)
         at java.lang.Thread.run(Unknown Source)
    The message is exactly 65570 bytes (in the format written to the log).
    Any help appreciated.
    Leon Simonsen

    I finally solved the problem: The name of the d3l xml file must be named with the name of the data type. Just thought i'd let anyone know.

  • SharePoint Slow - Tried everything I could find

    Our SharePoint 2010 site has been running very slowly all week. We installed updates on the server and rebooted this past weekend if that matters. It's slow site-wide and it also takes a long time to open files (.xlsx, .docx, etc.). We don't have many
    files, and each library has less than 20 or so files.
    SharePoint runs on a VM with SQL installed on it as well. It has four virtual cores running at generally 1-5% usage and 6GB RAM, with 3GB in use typically. There is 400GB free on the VHD.
    I've tried everything I could find online on how to fix or increase performance.
    No custom web-parts or CSS
    There is no search service or crawling running. One suggestion was to disable the Search Service Application, but that's missing from my Central Admin page.
    There is no anti-virus running on the server.
    The database growth thing is set fairly high.
    I exported a certificate (SharePointRootAuthority.cer) and stored it in the Trusted Certs store
    I did a developer console thing (F12) in IE and ran a UI responsiveness test. It shows several 10-15 second HTTP requests for things like JavaScript. It also takes about 5 seconds to get the page itself.
    Any ideas?

    What I'm afraid is ... SQL is very greedy about RAM. It sucks up RAM when it finds it available.
    So when you call for SharePoint Web, the w3wp process would have to fight for RAM, and everything would be constantly changing from memory to swap. Performance Monitors can
    acknowledge that. Or you can inspect high I/O on disk, and see if it happens on pagefile.sys, or tempDB.ndf.
    Another thing that happens with low RAM available, is that IIS Application Pools think they're exceeding a Memory Limit and they're constantly recycling.
    With the built-in database engine you get from a SharePoint single-server installation, that is avoided, kinda.

  • Where I could find the sample code for Pan and Zoom?

    hello all:
    I saw a demo for showing how to implement Pan and Zoom in java. If I remember correctly it should be included in JAI, however I cannot find it in JAI sample demos any more.
    THe only samples it included are
    * JAIDemo
    * JAIExampleApp/SampleDescriptor
    * JAIFileBrowser
    * JAIWarpDemo
    * JAIImageReader
    * FormatDemo
    Does anyone know where I could find that demo back?
    Thank you
    -Daniel

    Hi,
    I think this document will help you to develop your own modules.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b918e?quicklink=index&overridelayout=true
    later version pi71
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?quicklink=index&overridelayout=true
    regards,
    francis

Maybe you are looking for

  • How do I write in a PDF-form?

    I´m an amateur (and 73+) in the PC-field, so please give your advice in an elementary way. I´ve a free download of Acrobat Reader 9.0 and when I get a form with several empty text-boxes in PDF I´m unable to find out how to fill out the text-boxes wit

  • Using the new Nikon Transfer and It is not Compatible with PS6

    I looking for a plug-in for PS6 specifically compatible with Camera RAW and Vista.  I am using the new Nikon Transfer "ViewNX2" and PSC6 will not open camera raw without a plug in.  It is telling me that I must convert to Windows7.  I'm hopeful that

  • CS3 Nik Collection upgrade query

    Hi, I recently switched from a macbook to a macbook pro and my Nik Silver Efex 2 filter no longer worked. Nik gave me a download to the Nik Collection but although it installed fine on my computer it didn't work from within CS3. I tried to upgrade my

  • Font for multilanguage support

    Hi, How can I use embed fonts for multi language support. If i set embed fonts  = false; then the text input is taking any language but i need to use embed fonts as well as need to support any language How can I acheive that. Please give me suggessti

  • CD/DVD player won't open 1 CD

    My CD/DVD player works well except for 1 CD.  It will not open it or eject it.  I put the CD in, it spins, but no disk pops up on my screen.  I can't eject it using my computer, or even by hitting the eject button on my DVD player.  I have to unplug