Look-up Problem

User look-up person's name once, however if he try to send mail to the same person after 2- 3 hours, person's name is seen in the list but says " This entry has no email address". What could be the solution for this as every time look-up is time consuming. 

Respected Sir,
I have deployed bean using build.xml in ejb3.0 using jboss4.0.5.What are the entries i have to made in jmx-console and where is?
waiting for ur valuable suggestion.
ur`s
friendly

Similar Messages

  • File to IDOC .. Look up Problem.

    Hi Experts,
    Iam doing file to Idoc scenario .. In which iam sending PO Response (ORDERS) from fie to idoc.
    Source                                                 
    File                                                                               
    Target(LSname)
    R/3  (LS356)   
    R/3  (LS357)
    R/3  (LS358)     
    Code
    A    ( For LS356 )
    B    ( For LS357 )
    C    ( for LS358 )     
    Delivery ID
    2536
    2537
    2538
    GLN Code : 58899653
    I have 4 fields in my look up table ..
    CODE
    GLN CODE
    Delivery ID & Logical system
    Using CODE and GLN Code as lookup key ---> I need to  get the value of  Delivery ID and Logical System.
    So taking Delivery ID and LS name as key .. My source file will go to the corresponding R/3 system.
    Its urgent .. Please respond asap.
    Thanks
    krupa.

    Hi,
    The problem is i cant write as static condition in receiver determination.
    My Scenario is File to Idoc -- ( One legacy system to any of the 3 R/3 systems).
    According to my requirement i need to write some 2 look ups
    Delivery Look up table
    CODE,    GLN Code,        Delivery ID,    LogicalSystem
    A,           58899653,      021085,      LS356
    B,           558899653,     021083,      LS357
    C,           58899653,      021082,      LS358
    Using Code and GLN Code as lookup key ---> get the value of Delivery ID and Logical System     
    IdocCtrlLookup
    Purpose: To read the IdocCtrlLookup file to populate the Idoc control segment
    valid control record has to found in IdocCtrlLookup file for Delivery ID
    Delivery ID     Sender Port    Sender partnernumber        RX Port    RX partner num
    021085      SAPGD2        GD2DVRC103                A000000046     GTEHHLD01   
    021083      SAPGD4        GD2DVRC122                A000000048    GTEHHLE01  
    021082     SAPGD4        GD2DVRC122                A000000047   GSEHHLE01 
    Please help how i can write the lookups and also how can i determine the Rx system dynamically with the above scenario.

  • Gallery - where to look for problem... image doesn't expand

    OK, this is my first build using the latest version of spry.
    The problem I'm having is that the mainImage (large photo) isn't
    showing up -- it isn't expanding or animating... neither are the
    thumbnails. But the various scripts and such must be pointed
    properly (as must be the xml files) because the thumbnails ARE
    visible.
    Still, the #picture div doesn't animate open. However,
    clicking a thumbnail DOES change the image -- I can tell because
    I've created {caption} and other regions that do switch out to the
    next image info on clicking next or a thumbnail.
    So, where do I look for things that would affect the
    expansion of the #picture, #mainImageOutline, and #mainImage?
    I pretty much copied the divs right from the example, so I'm
    sure that I have things written properly. The only thing I've done
    is change the structural layout of the page (controls and such on
    the right, not the left) of #mainImage.
    Kin? Donald? Anyone...? Am I right thinking that
    #mainImageOutline is set to width:0, height:0 and then expanded to
    match the width and height supplied by photos.xml file for each
    photo? This is the part that seems to not be working though I've
    looked through that file and cannot see any missing quote marks or
    anything.
    Any ideas? I can see the large image elements ( i put a blue
    background on them) but they just don't expand.
    Text

    Hi, Kin
    Here's a link to the page
    http://folioinc.com/StandardParking/photography.htm
    will that work? I'll email that page to you, too.

  • I am having problems seeing old events/photos.  It looks my problems started when I updraded to OS X

    I am unable to see my old photos/events on IPhoto and I fear I might have lost them for good.  It looks it all started when I upgraded my OS to OS X Maverics.

    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Custom Look&Feel problems with ComboBoxEditor

    hi, im trying to create a custom look and feel and have some problems with the ComboBoxEditor. the non-editable combobox works fine, but the editable makes problems. if i select an item from the dropdown, the value doesn't get updated in the editor and trying to select text results in this error:java.lang.IllegalArgumentException: Invalid location
         at javax.swing.text.JTextComponent.getSelectedText(JTextComponent.java:1453)
         at javax.swing.text.JTextComponent$AccessibleJTextComponent.getSelectedText(JTextComponent.java:2192)
         at javax.swing.text.JTextComponent$AccessibleJTextComponent.caretUpdate(JTextComponent.java:1885)
         at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:356)
         at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:3165)
         at javax.swing.text.JTextComponent$MutableCaretEvent.mouseReleased(JTextComponent.java:3220)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)im using this code
    import java.awt.Component;
    import javax.swing.ComboBoxEditor;
    import javax.swing.JTextField;
    public class PlastikComboBoxEditor extends JTextField implements ComboBoxEditor {
         private Object value ;
         public Component getEditorComponent() {
              return this;
         public void setItem(Object anObject) {
              value = anObject ;
              super.setText(value.toString());
         public Object getItem() {
              return value ;
    }has anyone a clue how to fix this?

    as always. just got the idea a few minutes after posting. the problem was, that i cached the TextFieldUI in the textfieldui class instead of creating a new UI for every textfield. now it works fine.

  • Rendered Nodes in JTree, Look&Feel Problem

    Hallo,
    I make a small JTree and write my own TreeNodeRenderer which renders in each case a simple JPanel with Titled-Border an 2 JLabels.
    If I adjust Metal Look&Feel the rendered Nodes are displayed correctly. (The JPanels size is about 300x200 pixels)
    With other L&Fs (windows, motif, plastic from jgoodies) there is only the title of the TitledBorder displayed.
    I meet the Problem as i programmed a more complicated JTree with rendered TreeNodes.
    Do you know the problem and a solution? I don't want to setting up Metal look for my application.
    The following link contains the source of the example in an executable jar file:
    http://home.arcor.de/Thomas-Pfaff/treetest.jar
    thanks for all answers

    I found the answer of my question....
    http://onesearch.sun.com/search/clickthru?qt=TreeCellRenderer&url=http%3A%2F%2Fbugs.sun.com%2Fbugdatabase%2Fview_bug.do%3Fbug_id%3D4656280&pathInfo=%2Fonesearch%2Findex.jsp&hitNum=1&col=support-all

  • Imac shattered looking video problem?

    Hello, all, I am trying to help my friend with his unit, this is an imac A1207, was working fine then he said he "thinks" while moving it, it was knocked slightly against the wall becuase next time it was powered on, the video looks like shattered glass but the screen itself is not broken at all. It has OSX 10.6.3 and we can move the mouse all over the screen and open close any programs so no performance issues, only the shattered video look. Is this a hardware or software issue please? Oh how can I fix this?

    Apparently I was misinformed about the usage of this unit. It's asking for the Admin Software password but my friend says he does not know it since he had bought it from a local auction, it was tested [powered on] before purchasing but it was during transportation that the unit was knocked and that's when this happened which he noticed when he got home.
    I am trying to reinstall with the snow leopard disk he got with the unit but the same screen problem when it goes to the desktop so I can't clearly see the options to reinstall, since the screen is only visible in Safe Mode, is it possible to load the OS that way? I tried inserting the disk after going into safe mode but I don't know what do to get the cd to boot in Safe Mode, maybe it's becuase of the password prompt? Anything I can do please?

  • Magic Bullet Looks plugin problem

    Hi everyone!
    I installed MB Looks for FCP. FCP does not show/detect the plugin. So I am wondering - is there a specific plugin folder where all the effects are kept for FCP to check what is going on?
    Thanks!
    Jo

    look in the Effects menu in FCP and select "all" effects in case it isn't showing them to you.
    look in root drive (usually Macintosh HD) Library>Application Support>Final Cut Pro System Support>Plugins

  • Look & Feel problem one iview differs

    Hi there,
    I have got a problem displaying one iview, one of the iviews in our portal uses a different background color. This color is not mentioned in the theme used within the portal.
    I checked the sap.useWebDynproStyleSheet parameter in the visual administrator which is set to default (false) so all the iviews should use the portal theme.
    How is it posible that this particular iview-application uses this different style. Is there some kind of override?
    thanks
    Ron

    Ron
    If you are using an iview which is build using an application say for example as JSP application and you forced the colors in the application then the iview will show the color which is coded in the JSP.
    Thanks
    Lakshmi
    Reward Points if useful !!

  • Zooming Out causes Layers to Look Misaligned - Problem

    So as the title suggests, I have noticed that layers become visually misaligned when zooming. Here is some wonderful proof of the problem right here. All hail imgur.
    100% zoom - Fine
    200% zoom - Fine
    50% zoom - Issues
    25% zoom - Issues
    This is bad, because I thought there was a problem with my graphic when clearly: there isn't! I'm not gonna be an ******* about this, I've just posted this here so you can see it. CS6 is amazing, very very good. You've learned from your mistakes in CS5 (it was bloated and slow) and I am thoroughly impressed. Keep up the good work.
    Michael

    There have always been issues like this in Photoshop, as the zoomed previews are really only approximations of what you will get, so you can see an overview.  Other similar issues occur with Layer Styles, etc. 
    As always, viewing at 100% or higher (as you have shown) is what you need to do to ensure things are as you expect them, right down to the pixel.
    But I'm sure the Adobe people will be interested to hear this.  Who knows, maybe they can tweak something a little before Photoshop CS6 releases.
    -Noel

  • Look & Feel Problem when switching to JRE1.6.0_10 (GTK error on fedora 9)

    Hi,
    I have switched a Swing app I'm developping from openjdk to sun jdk1.6.0_10 in order to track memory leacks (the profiler I wish to use tells me openjdk is not stable enough to get itself installed).
    Now I have problems displaying some of the GUI components : background in some JPanel herited classes (propertysheet l2fprod component), buttons on combo boxes.
    I get these messages in the console :*
    +(<unknown>:6330): Gtk-WARNING **: Attempting to add a widget with type GtkButton to a GtkComboBoxEntry (need an instance of GtkEntry or of a subclass)+
    +(<unknown>:6330): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed+
    +(<unknown>:6330): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed+
    +(<unknown>:6330): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed+
    As far as I know it's running fine under XP with jre 1.6.0_07. The problems occurs at runtime with jre1.6.0_10 on Fedora9. It's okay if I launch it with openjdk (but I can't use my profiler !). I didn't try other jre versions on my Linux box neither I know if the problem occurs under XP with jre1.6.0_10.
    Here's the config I have this problem on :_
    OS/Desktop : Fedora 9 (kernel 2.6.25.14.fc9.i686), GNOME 2.22.3
    VM : Java HotSpot(TM) Client VM version 11.0-b15
    Library path:
    /usr/java/jre1.6.0_10/lib/i386/client:/usr/java/jre1.6.0_10/lib/i386:/usr/java/jre1.6.0_10/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    Boot class path:
    /usr/java/jre1.6.0_10/lib/resources.jar:/usr/java/jre1.6.0_10/lib/rt.jar:/usr/java/jre1.6.0_10/lib/sunrsasign.jar:/usr/java/jre1.6.0_10/lib/jsse.jar:/usr/java/jre1.6.0_10/lib/jce.jar:/usr/java/jre1.6.0_10/lib/charsets.jar:/usr/java/jre1.6.0_10/classes
    Any Ideas ?
    Edited by: squiggly on Oct 24, 2008 1:59 AM

    I have no experience with cscript, but by typing cscript in a command prompt i get:
    Microsoft (R) Windows Script Host Version 5.7
    Copyright (C) Microsoft Corporation. All rights reserved.
    Usage: CScript scriptname.extension [option...] [arguments...]
    Options:
    //B         Batch mode: Suppresses script errors and prompts from displaying
    //D         Enable Active Debugging
    //E:engine  Use engine for executing script
    //H:CScript Changes the default script host to CScript.exe
    //H:WScript Changes the default script host to WScript.exe (default)
    //I         Interactive mode (default, opposite of //B)
    //Job:xxxx  Execute a WSF job
    //Logo      Display logo (default)
    //Nologo    Prevent logo display: No banner will be shown at execution time
    //S         Save current command line options for this user
    //T:nn      Time out in seconds:  Maximum time a script is permitted to run
    //X         Execute script in debugger
    //U         Use Unicode for redirected I/O from the consoleDoesn't this mean that the script file name should come before the option (//Nologo)?
    I run XP SP 3.

  • Please have a look my problem and suggest us ..................

    I Have iphone 3gs Using in present time, but my iphone can't ios 6 update.
    please how can i update ios 6 in iphone 3gs, plz tell me how can i update ios 6.................   and this iphone not installed any apps.............plz tell me............

    Follow the directions here:
    http://support.apple.com/kb/ht4972
    iOS 6.1.3 will be installed on your phone.

  • Out look connector problem

    Hi
    I wanted to use MS outlook as the email client for my sun messaging sytem. For this I have downloaded one program, when I run it , it has created a configurable program folder. Through admin program, I have created one file named xyz.ini , in which I have specified all my sun messaging server, directory server, calendar server. And in User Profiles tab I have chosen that 'create new profile'.
    But when I run the exe file xyz.exe, it is trying to install Outlook connector for MS Outlook , but giving the following error.
    10:58:30 [5365] Outlook version is 11.0.5608.0.
    10:58:30 [5376] Adding MAPI directory 'C:\Program Files\Common Files\System\MAPI\1033' to PATH.
    10:58:30 [5475] TMP directory is 'C:\DOCUME~1\32980\LOCALS~1\Temp'.
    10:58:32 [5362] Checking Windows version.
    10:58:32 [5363] Windows version is 5.0.
    10:58:32 [5364] Checking Outlook version.
    10:58:32 [5509] Checking default mail client.
    10:58:32 [5508] Default mail client is 'Microsoft Outlook'.
    10:58:32 [5178] Verifying that Outlook is not running.
    10:58:32 [5179] Trying to login to shared session.
    10:58:32 [5369] Installing Sun Java System MAPI Service Providers using 'C:\DOCUME~1\32980\LOCALS~1\Temp\Sun Outlook Connector\sunone-mapi-services.msi'.
    10:58:36 [5502] Upgrading the Sun Java System MAPI Service Providers.
    10:59:20 [5370] Finished installing Sun Java System MAPI Service Providers.
    10:59:20 [5366] Checking whether Sun Java System MAPI Service Providers are installed.
    10:59:21 [5367] Sun Java System MAPI Service Providers are installed.
    10:59:21 [5416] Checking whether Microsoft LDAP Directory MAPI Service Provider is installed.
    10:59:21 [5417] Microsoft LDAP Directory MAPI Service Provider is installed.
    10:59:21 [5142] ######## Enumerating profiles.
    10:59:21 [5145] Examining profile '32980'.
    10:59:21 [5149] Profile '32980' has no MSEMS service.
    10:59:21 [5145] Examining profile 'Outlook'.
    10:59:21 [5146] It is the default profile.
    10:59:21 [5149] Profile 'Outlook' has no MSEMS service.
    10:59:21 [5156] ######## Selected profile 'Sun Java System': exists=0, converted=0, pstsConverted=0.
    10:59:22 [12016] Verifying password for Sun Java System calendar account '10.16.58.49:8082:32980'.
    10:59:23 ERROR: [12019] Cannot validate Sun Java System calendar account information.
    10:59:23 OpenMsgStore:
    10:59:23 Error 0x802C1034
    10:59:23 Error: ?????????????????????????????????4??????????????????????????????????????????
    10:59:23 Component: ???????????????????4???kA�l
    10:59:23 Low level error: 0x00001034
    10:59:43 [12016] Verifying password for Sun Java System calendar account '10.16.58.49:8082:32980'.
    10:59:44 ERROR: [12019] Cannot validate Sun Java System calendar account information.
    10:59:44 OpenMsgStore:
    10:59:44 Error 0x802C1034
    10:59:44 Error: ?????????????????????????????????4??????????????????????????????????????????
    10:59:44 Component: ???????????????????4???kA�l
    10:59:44 Low level error: 0x00001034
    10:59:46 ERROR: Unable to verify new account information on server 10.16.58.49:8082.Please suggest me in this issue. I am using Messaging server 6.3, basically installed from Sun Communicate Suite 5 sparc.
    My calendar server is running on port 8082
    prasad

    Hi,
    nvrsprasad wrote:
    10:59:23 ERROR: [12019] Cannot validate Sun Java System calendar account information.
    10:59:23 OpenMsgStore:
    10:59:23 Error 0x802C1034
    10:59:23 Error: ?????????????????????????????????4??????????????????????????????????????????
    10:59:23 Component: ???????????????????4???kA�lIt would help if you could tell us what the above translated to/said?
    Perhaps try snooping the connection between your client and the server and see what the calendar server sent back - issues in the past that have lead to error #0x802C1034 have been:
    -> old version of Outlook Connector
    -> old version of Calendar Server
    Which patch level are you running for calendar server (showrev -p | grep ics5) and what release/patch of Outlook Connector are you running?
    Regards,
    Shane.

  • Index Statistics Update - Problem

    We had performance problem yesterday with FI report FAGLL03, it timed out in online execution and in background mode it took 5000+ sec to execute. Result was no more than 100 records.
    Later with some investigation problem drill down to index usage of table FAGLFLEXA. We then updated the index statistics of table from DB02. After that report worked fine with execution time of 10-15 sec for same set of input.
    However user, in morning , was complaining again about performance problem with same report FAGLL03. We did that update index statistics again and as it was the case yesterday it fixed the problem.
    Later today I checked SQL server the job SAP CCMS_xxx_xxx_Update_Tabstats, which I guess is updating index statistics daily at 0400 hours, is working fine. I can't see any error log there. Daily job to check database consistency is also not reporting anything.
    Anyidea what could be going wrong.
    Basis Consultants are looking into problem however I am putting this case here if anyone of you had same problem and fixed it.
    Thanks,
    Pawan.
    Edited by: Pawan Kesari on Dec 11, 2009 4:05 PM

    Hi,
    Appears the stats are dropped eveytime the job runs @04:00
    Have a look at the table DBSTATC in trx: DB21 to see if it's setup to dropped the stats..
    Mark

  • Content Server problem after 5.0.2 upgrade

    Hi,
    We've just upgraded our staging environment from 5.0.1 to 5.0.2 and have lost all branding. The diagnostic script reports the following error:
    ==========
    Community Branding Image Publishing Target : FAIL Settings
    Community Branding Image Publish File Location: file://localhost/C:/ProgramFiles/plumtree/ptimages/imageserver/plumtree/portal/templates
    Community Branding Image Publish Browser Location: http://<SERVERNAME>/imageserver/plumtree/portal/templates
    Community Image FTP User Name:
    Community Image FTP Password:
    Possible Resolution
    The file could not be found at the browser locationEnsure the community branding settings in content.properties are correct. The file location and browser location must be valid paths.
    Error Details
    Exception Message: Connect Failed. HTTP response code: 404
    ======================
    I tried resolving both the file location and the http address from within the Content Server box and was able to without problem so I know it's not these it can't see.
    I checked the pcs.log and the following error is reported:
    ======================
    com.plumtree.openfoundation.io.XPFileNotFoundException: jscomponent file for jscontrols not found or failed to load.Exceptions encountered: - com.plumtree.openfoundation.io.XPFileNotFoundException: Failed to receive response from http://<PUBLICURL>/imageserver/plumtree/common/private/js/jscontrols/jscomponent.xmlin the alloted time (10000ms).======================
    It appears that the Content Server is trying to access this xml file via the public url for the image server which, due to firewall configurations in this environment, it won't be able to do. I'd like to be able to change how it looks for this file to be http://<SERVERNAME>/imageserver rather than http://<PUBLICURL>/imageserver
    Where is it getting this from for me to change it?
    Thanks in advance for your advice, hope my problem description makes sense :-)
    Anita

    Hi Diane,
    No, we haven't fully resolved this yet. In addition to the issue listed we've come across a number of others that look like problems from install. We've reached the point where it's looking more effective to try and uninstall Content Server and do a clean install from scratch rather than debug every little thing.
    As part of the new install we're changing the architecture to create an internal ImageServer on the CS server and then use a scheduled task to push everything out to the external ImageServer on the portal box overnight. This should get around a number of the firewall and dns issues currently making communication between the two quite difficult.
    We recently installed another 5.0.2 portal in a different environment and have had none of the same issues with it so we're a little perplexed. When we get this resolved I'll be happy to write a note about what it was. In the meantime if you get anywhere with yours please let us know.
    cheers
    Anita

Maybe you are looking for