XMII Browser Applet not giving data

Hi all,
I am using a browser applet in a Web Page. It is working fine in development server. It even worked in Test environment. But when we shifted code to Production environment, It is not giving data. Please let me know what might be the reason. And I compared both files in production, test and dev environments. All are same. Has anyone such type of problems earlier.
Regards,
Veeresh

HMV,
You first test the QueryTemplate from the WorkBech and see the QueryTemplate is giving the results, I feel some issue with the dataserver setup.
Also at the client machine, check the JavaConsole and see if there are any errors or exceptions.
Kind Regards

Similar Messages

  • Delivery Query not giving data

    Folks,
    I am working on a query to show Pick Release Data using a query. I am using the following one but not getting the desired results.
    SELECT --decode(gv_extract_type, 'FULL', 'CONVERSION', 'INTERFACE') src,
           oos.name,--type,
           wnd.delivery_id,
           ood.organization_id,
           --shipping_charges,
           wnd.ultimate_dropoff_location_id,
           wnd.problem_contact_reference,
           wc.freight_code,
           wnd.ship_method_code,
           wnd.service_level,
           hp.party_number,
           hp.party_name,
           hl.address_line_1,
           hl.address_line_2,
           hl.address_line_3,
           hl.town_or_city,
           hl.country,
           hl.postal_code,
           hl.region_1,
           hl.telephone_number_1,
           wdd.delivery_detail_id,
           msib.segment1,
           msib.description,
           wdd.requested_quantity
      FROM wsh_new_deliveries           wnd,
           wsh_delivery_details         wdd,
           wsh_delivery_assignments     wda,
           hr_locations                 hl,
           hr_locations                 hl1,
           hr_locations                 hl2,
           wsh_carriers                 wc,
           org_organization_definitions ood,
           hz_parties                   hp,
           mtl_system_items_b           msib,
           oe_order_headers_all         ooha,
           oe_order_sources             oos
    WHERE wda.delivery_detail_id = wdd.delivery_detail_id
       AND wnd.delivery_id = wda.delivery_id     
       AND ood.organization_id = wdd.organization_id
       AND wc.carrier_id = wnd.carrier_id
       AND wnd.party_id = hp.party_id
       AND wnd.source_header_id = ooha.header_id
       AND ooha.order_source_id = oos.order_source_id(+)
       AND wdd.source_header_id = ooha.header_id
       AND msib.organization_id = ood.organization_id
       AND ood.organization_code = '3PL'
       AND msib.inventory_item_id = wdd.inventory_item_id
       AND hl.location_id = wdd.ship_from_location_id
       AND hl1.location_id = wdd.ship_to_location_id
       AND hl2.location_id = wdd.deliver_to_location_id;
    Could xomeone help me as to where I am going wrong?
    Thanks

    Hi,
    Check with this Query , first of all you have to test with one order number one by one then only you will get Values
    SELECT oos.name,--type,
           wnd.delivery_id,
           ood.organization_id,
           --shipping_charges,
           wnd.ultimate_dropoff_location_id,
           wnd.problem_contact_reference,
           wc.freight_code,
           wnd.ship_method_code,
           wnd.service_level,
           hp.party_number,
           hp.party_name,
           hl.address_line_1,
           hl.address_line_2,
           hl.address_line_3,
           hl.town_or_city,
           hl.country,
           hl.postal_code,
           hl.region_1,
           hl.telephone_number_1,
           wdd.delivery_detail_id,
           msib.segment1,
           msib.description,
           wdd.requested_quantity
    FROM   wsh_new_deliveries wnd,
           wsh_delivery_details wdd,
           wsh_delivery_assignments wda,
           hr_locations hl,
           hr_locations hl1,
           hr_locations hl2,
           wsh_carriers wc,
           org_organization_definitions ood,
           hz_parties hp,
           mtl_system_items_b msib,
           oe_order_headers_all ooha,
           oe_order_sources oos
    WHERE  wda.delivery_detail_id = wdd.delivery_detail_id
           AND wnd.delivery_id = wda.delivery_id
           AND ood.organization_id = wdd.organization_id
           AND wc.carrier_id = wnd.carrier_id
           --AND wnd.party_id = hp.party_id
           AND wnd.party_id = hp.party_id
           --AND wnd.source_header_id = ooha.header_id
           AND ooha.order_source_id = oos.order_source_id
           AND wdd.source_header_id = ooha.header_id
           AND msib.organization_id = ood.organization_id
           AND ood.organization_code = 'ABC'
           AND msib.inventory_item_id = wdd.inventory_item_id
           AND hl.location_id = wdd.ship_from_location_id
           AND ood.organization_id = ooha.ship_from_org_id
           AND hl1.location_id = wdd.ship_from_location_id
           AND hl2.location_id = wdd.ship_from_location_id
           AND ooha.ship_from_org_id = hl.inventory_organization_id
           AND ooha.ship_from_org_id = hl1.inventory_organization_id
           AND ooha.ship_from_org_id = hl2.inventory_organization_id
           AND order_number = 1234

  • Applet not showing in browser OR appletviewer window not appearing

    hi
    1. I have small java code - hello.java
    import java.awt.Graphics;
    public class hello extends java.applet.Applet
    public void paint(Graphics g)
    g.drawString("Hello java...................",600,300);
    which correctly compiled
    2. then I wrote an html file - hello.htm
    <HTML>
    <HEAD>
    <TITLE>HELLO</TITLE>
    </HEAD>
    <BODY>
    <appllet code="hello.class" width=400 height=400>hello not supported
    </appllet>
    </BODY>
    </HTML>
    3. but F:\javacode>appletviewer hello.htm not showing appletviwer window
    command prompt move to F:\javacode>
    4. opend the hello.htm through browser, "hello not supported " appearing instead of applet
    5. both files in same folder
    6. I am using IE8 & firefox (XP sp2)
    wh

    Quite apart from which a String drawn at [600, 300] wouldn't be visible in an Applet of width 400.
    db
    edit
    Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.
    Edited by: DarrylBurke

  • Applet not opening in browser  Help needed

    Hi experts,
    I have Java installed in my machine in the path C:\Program Files\Java
    While trying to open the link http://www.radinks.com/upload/applet.php in browser, I am being asked to install the missing plugin and that plugin is java.
    I do not know why this happens and I am stuck with this problem for sometime.
    Any help in this regard will be well appreciated with dukes.
    Thanks in advance,
    Kind Regards,
    Anees

    faheemhameed wrote:
    I have the same issue. But this is on Internet Explorer 8. Firefox is fine.Given the [web page does not validate|http://validator.w3.org/check?uri=http%3A%2F%2Fwww.radinks.com%2Fupload%2Fapplet.php&charset=(detect+automatically)&doctype=Inline&group=0] *(<- link),* I am not surprised it fails in some browsers while working in others. Checking the source of the page itself, I notice the applet is embedded in the page using an OBJECT element only, and that possibly also explains why it works in some browsers but not others.
    The best bet of the author of the web page is to defer writing the applet element to the [deployJava.js|http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deplToolkit] *(<- link)* that is provided by Sun.
    Unfortunately there is little that you can do about it, unless you want to attempt creating a page to load off your hard disk, that is valid and workable for IE. I cannot guarantee it will work, but try this variant..
    The altered web page, which can be tested at [http://pscode.org/test/radinks/applet.html].
    <html>
    <body>
    <applet
      code="com.radinks.dnd.DNDAppletPlus"
      archive="dndplus.jar"
      codebase="http://www.radinks.com/upload/"
      width= "290"
      height= "290"
      alt="Java is recognised, but disabled!">
        <param name="url" value = "http://67.131.250.110/upload.php">
        <param name="message" value="http://www.radinks.com/upload/init.html">
        <param name="name" value="Rad Upload Plus">
        <param name="max_upload" value="10000">
        <param name="encode_path" value="yes">
        <param name="translate_path" value="yes">
        <param name="full_path" value="yes">
    This browser does not recognise the Java APPLET element.  Get Java from www.java.com.
    </applet>
    </body>
    </html>

  • Applet not viewable in browser

    Hi
    applet not viewable in browser any website that uses java code seems not to run on my browser though it runs normally well on my friends computer. The browser shows a screen area in grey colour with an error message like "Exception: java.lang.ClassNotFoundException:GUIDemo.class" (im using Win NT4 and IE 5.5) checked the tools/internet options/advanced seettings the browser support is enabled. tried installing the newer version of JRE still not working ..Please guide about any settings that need to be modified or how can i fix this problem ..
    Regards
    anant
    [email protected]

    Hi
    Just a thought, but what broswer are you and your friend using? Are they different by any chance?
    There is an inconsistency between browsers and java, and unfortunately it can result in the error you saw.
    Basically, bog standard Internet Explorer uses its own JVM, whereas Netscape, Mozilla, Opera etc tend to use the java plug-in. To make matters worse, if you install the plug-in on a machine that has Internet Explorer installed, it over-rules the Microsoft version to make itself the default (but this can be undone by looking in the Options menu for Java-plugin and un-ticking the box). Give that a try first.
    Another cause that I have encountered was when using NT on a network, which had been configured not to accept Java Applets at all! Are you on such a network, or stand alone?
    Hope that helps.

  • System not giving Forward date when Material will be available

    Dear All,
    I have a problem of system not giving me the forward date when material will be available in the schedule line. I will give you an example - say material - A01 , stock of same is - 500 qty available. Availability check - 02(Individual reqt), all other MRP controllers also set properly.
    Now i create Sales order for the same material  for 650qty, system confirming 500qty but not giving me the confirmed date when rest 150qty will be available in the schedule line.
    Kindly tell me which config setting needs to be enabled to get this in sales order.
    Thanks in advance...

    Is there a MRP element which could cover the remaining 150? Like a purchase or production order, for example?
    If there's none, and you still want to have a confirmation after the replenishment lead time, maintain the RLT in material master, and use/define an ATP check that is taking in consideration RLT.
    If there's such an element, use/define/review ATP checking logic, to include such elements in the check.

  • Applet Not loading in my browser???

    Iam using a IE browser (Version 6.0).i can able to run all applets which is available in my local machine.but only my browser is not supporting to run the applet from server.
    the error is
    load: class HelloApp not found.
    java.lang.ClassNotFoundException: HelloApp
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    at the same time web server throws the error
    [10/Aug/2004:16:11:19] warning (21240): for host 10.10.10.31 trying to GET /amserver/HelloApp.html, send-file reports: can't find /opt/apollo_portal/ps61/SUNWam/web-apps/services/HelloApp.html (File not found)
    [10/Aug/2004:16:12:41] info (21240): vs(https-expro200.immchen.com)servlet 'LoginServlet' class = 'com.sun.identity.authentication.UI.LoginServlet' loaded in context = '/amserver'
    this error is only for my machine request.not others request.
    so how to solve this browser problem.
    thanx
    parthi

    i found the answer
    open java "plug-in"
    go to the proxies tab and deselect use Browser settings..
    now it will work fine

  • Hi,  Trying to log in with my user id and password at iocbc but was not able to access. Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting  Anyone can advise? or i need to download?

    Hi,
    i have the same problem?
    Trying to log in with my user id and password at iocbc but was not able to access.
    Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting
    Anyone can advise?

    You need to install Java for your Mac OS version, and/or make sure it's enabled in the Java Preferences application and your browser's preferences.

  • PayPal sent me a notice that my browser was not secure and to update immediately, but Firefox says I am up to date. What do I do?

    PayPal sent me a notice that my browser was not secure and to update immediately, but Firefox says I am up to date. What do I do?

    Paypal never sends messages like that. It sounds like a phishing attempt. Go ahead and delete the message, but report it to Paypal so that they can take investigate.
    You can report it here: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=security/suspicious_activity

  • Firefox home doesn't load my bookmarks ? I have tried to do everything that they suggest to fix the problem from disabling the add-ons to reseting my data. nothing works, and yes I did check to see if private browser is not on. I am running window xp and

    firefox home doesn't load my bookmarks ? I have tried to do everything that they suggest to fix the problem from disabling the add-ons to reseting my data. nothing works, and yes I did check to see if private browser is not on. I am running window xp and everything is up to date.
    == This happened ==
    Every time Firefox opened
    == from the first time I tried it.

    Are you talking the the Firefox Home iPhone App?
    If not, please explain what you mean a little clearer.
    This is the location of the '''Firefox Home iPhone App Support Forum''':
    https://support.mozilla.com/en-US/forum/6

  • Set browser to NOT load images or videos to reduce data usage

    On the Bold 9900 I could tell the browser to NOT load images or videos. This helps dramtically reduce data usage when all Im interested in is the text of articles.
    The Reader mode is not the same since the page with all its content has already been loaded.
    I also find the Reader mode often results in a message that this page cannot load in Reader mode.

    Sorry I misunderstood, although I do understand what you're saying. I received a notification saying that I was being charged by my service provider due to overlimiting my data usage. I then telephoned telus and I was told it is simply the type of phone that is now able for a 4g network and so on. This being said, the phone store also checked my phone to see if I had any apps still open that I was unaware of. I not use facebook on phone but was told that that is a big hog of data. Anyways, it was also suggested that I use wi-fi wherever possible. I found al this to be unknown to me as on my other BlackBerry phones, I had never gone over my little bit of 750mb ever. Now with this phone, 4 days before cycle ends, it's suggested to buy 3 g just "to be on the safe side". All said, I may or may not be able to reduce to 1.5 g. This classic phone requires extra data just to simply be connected to a network is what the telus provider and the store clerk both tell me. sorry I could not provide definite answer for you.

  • Why does Safari (or any other browser with up to date Flash player) not play Facebook videos?

    Why does Safari (or any other browser with up to date Flash player) not play Facebook videos?

    You're welcome. Glad I could help.
    If you haven't done so, using Disk Utility in your Applications/Utilities folder.
    Thanks for the and Aloha from Big Island.

  • I am trying to take a picture of a web page and paste on a one drive powerpoint. I tryed pressing the print screen button, and pasting. But it is giving me message saying that my browser can not fine the clipboard, and I need to use the keyboard shortcuts

    I need to take a picture of a web page, insert it onto a powerpoint online, and crop the picture. I am pressing the print screen button, and right cliking paste. But I am getting the warning message saying that my browser can not use the clipboard, and I am unsure of how to take a picture, then paste it, and crop it all on to a power point.

    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • Applet not starting in web browser

    I'm trying to get a "hello world" applet to work in a web page. I can compile it with javac and run the resulting clas with java just fine. System, Windows XP Pro SP1, Netscape 7.1, Java SDK J2RE1.4.2_05.
    Any help is greatly appreciated!
    Thanks,
    Mark
    Following are the java source, html and errors.
    welcome1.java
    public class welcome1 {
    public static void main( String args[])
    int x=1;
    while(x <=10)
    System.out.println("Welcome to java programming! " + x);
    x++;
    page.html
    <html>
    <body>
    <applet code="welcome1.class" width="300" height="100">
    </applet>
    </body>
    </html>
    Errors
    bottom of web browser
    Applet welcome1 notinited
    In Java Console
    java.lang.ClassCastException
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    An applet class is slightly different from an application class. Better take a look at
    http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/applet.html

  • Error msg says browser does not support HTML5 video. My FF and Flash up to date. Now what?

    Accessing bird nest cam on Cornell website. Plays well on PC. For my Samsung phone error says "==browser does not support html5" Updated FF for Android and Flash for Android, restarted phone and got same error message. Settings set for tap to play. Help

    Hi midlovines
    We need more troubleshooting details to help you:
    # What Android phone or tablet are you using? What version of Android OS (4.0 Ice Cream Sandwich, 4.1-3 jelly bean, 4.4 kitkat or 5.0 lollipop etc)
    # Please provide the URL of the "bird nest cam on Cornell website"
    Cheers!
    ...Roland

Maybe you are looking for

  • Installing Arch on Asus Eee, Already Read the Wiki [Solved]

    I'm attempting to install Arch on my Asus Eee 701 (4GB SSD model) and I made a mistake that I'm having trouble correcting.  First, I accidentally wrote the image to my Eee's SSD, instead of my USB drive.  I tried to install Arch with the installer on

  • HP Quick Launch buttons incompatibility Windows 8.1 / Unable to Launch IE 11 and my yahoo home page

    I have an HP Envy dv6 notebook PC Product # C2L31UA #ABA. I upgraded to Windows 8.1 several weeks ago and everything seemed to be working fine. About 3 weeks ago I started having problems with "internet Explorer stopped working" happening all the tim

  • How to re-enter a program after exiting

    Hi, I just bought a new 24" iMac and wow, I love it. I'm still a little new since I'm switching from windows (I have some Linux experience so it's not all foreign )... I prefer my icons on my desktop and when I double-click to enter a program, it's f

  • WRVS4400N Issues

    Ok I've been stupid :/ I bought this Wireless Router because of its VPN capability and N connectivity. When I installed this router everything seems fine until the day after. after some hours my machines are unable to get an IP adres from this router

  • How Do I combine Outlook 2010 .pst archives?

    I am huge PST files in Outlook 2010? Now I am looking for a method that can merge related PST files into single PST without any data alteration. How can I do so?