Help please, something is wrong with something? Mods please re

Ok well I'm having a small problem with my Micro that could turn into a major problem depending on the situation. The Micro doesn't seem to realize when the battery is fully charged or when the battery needs charging. Example: When I leave the charger in the Micro it will keep charging no matter what, it won't stop and I know it is charged fully so I take out the USB plug and put it back into the micro and it uses outlet power instead (something it should have switched over to automatically). It only uses AC power when it is turned on but when it is turned off the battery drains like crazy, in one night it went from 3 to bar but the charger was connected the entire time and it never recharged or anything. What is the problem? What should I do? This is very annoying and I think it will be a big problem in the future. I have the .0.03 firmware revision BTW, or whatever the latest non XP one is. Thanks for any help.

If the battery is draining that much, it's possible it's faulty. Format the player, leave it overnight, and see if it still discharges. Or only put music on it you've just ripped from CD yourself (to rule out corrupt files).
Otherwise I would recommend you contact Customer Support.
Cat

Similar Messages

  • Help. What's wrong with ows302 ?? :-

    error opening UDP:westteam:2649
    OWS-08820: Unable to start WRB process
    `/u01/app/oracle/product/8.0.5/ows/3.0/bin/mnaddrsrv'.
    null

    Qi wrote:
    Hello,
    I was trying to use the following stop script to stop the wls8.1 server:
    echo "Stopping WebLogic for Domain"
    rm -f $PIDFILE
    java weblogic.Admin -url localhost:7003 FORCESHUTDOWN
    But got the following error:
    $ ./stop.sh
    Stopping WebLogic for Domain
    Cannot shutdown a server when using a BootIdentify file AND running in Production
    mode
    What's wrong with it? How should I modify my stop script and have it work?
    Thanks a lot
    Qi
    Qi,
    You can try passing in -username and -password arguments. If you don't
    like the idea of storing username and password in plain text in a
    script, as well you shouldn't ;), you can create a user config file.

  • Help! What's wrong with my "stop" script?

    Hello,
    I was trying to use the following stop script to stop the wls8.1 server:
    echo "Stopping WebLogic for Domain"
    rm -f $PIDFILE
    java weblogic.Admin -url localhost:7003 FORCESHUTDOWN
    But got the following error:
    $ ./stop.sh
    Stopping WebLogic for Domain
    Cannot shutdown a server when using a BootIdentify file AND running in Production
    mode
    What's wrong with it? How should I modify my stop script and have it work?
    Thanks a lot
    Qi

    Qi wrote:
    Hello,
    I was trying to use the following stop script to stop the wls8.1 server:
    echo "Stopping WebLogic for Domain"
    rm -f $PIDFILE
    java weblogic.Admin -url localhost:7003 FORCESHUTDOWN
    But got the following error:
    $ ./stop.sh
    Stopping WebLogic for Domain
    Cannot shutdown a server when using a BootIdentify file AND running in Production
    mode
    What's wrong with it? How should I modify my stop script and have it work?
    Thanks a lot
    Qi
    Qi,
    You can try passing in -username and -password arguments. If you don't
    like the idea of storing username and password in plain text in a
    script, as well you shouldn't ;), you can create a user config file.

  • HELP!What's wrong with my GZIP program?

    Here's part of the source code:
    static void Compress(String strfilename)     
         int iTemp;
         try
              BufferedReader brIn=new BufferedReader(new FileReader(strfilename));
              BufferedOutputStream bosOut=new BufferedOutputStream(new GZIPOutputStream(new FileOutputStream(strfilename+".gz")));
              while(true)
                   iTemp=brIn.read();
                   if(iTemp==-1) break;
                   bosOut.write(iTemp);                         }
              brIn.close();
              bosOut.close();
         catch(Exception e)
              System.out.println("Error: "+e);
    If I use it to compress a small file(20k),the compression is successful,and I can also see it using WINRAR;but once I decompress
    this GZIP file,all the English words are correct,while other unicodes
    such as Chinese become unrecognizable;
    If I use it to compress a "large" file(3M) such as abc.chm,the size of the compressed file is about 2M(INCREDIBLE! WINRAR can only decrease
    the size of this file by 30k);But..the size of decompressed file is
    still about 2M,and windows cannot read it (Invalid page error).
    I wonder what's wrong with my program? Even if I use "javac -encoding
    gb2312 ..." to compile my program,the result is also the same.
    HOW SHOULD I DO??

    Hi, jchc,
    Let me help you a little bit, here. hwalkup is correct that for data compression you should use input and output stream instead of readers and writers. I don't think that mixing a reader with an output stream would work anyway as streams read and write bytes (8-bit data), while readers and writers read and write characters (16-bit data). hwalkup is also correct to suggest that you should use a buffer (a byte[]) to improve the performance of your streaming processes.
    Here is code for methods to compress and decompress one file into another. Note: the decompress() method will throw an IOException if the file to decompress (inFile) is not actually compressed in the first place.
        public static void compress(File inFile, File outFile)
                throws FileNotFoundException, IOException {
            InputStream in = null;
            OutputStream out = null;
            try {
                in = new BufferedInputStream(new FileInputStream(inFile));
                GZIPOutputStream gzipOut = new GZIPOutputStream(
                                           new FileOutputStream(outFile));
                out = new BufferedOutputStream(gzipOut);
                byte[] buffer = new byte[512];
                for (int i = 0; (i = in.read(buffer)) > -1; ) {
                    out.write(buffer, 0, i);
                out.flush();
                gzipOut.finish(); // absolutely necessary
            } finally {
                // always close your output streams before your input streams
                if (out != null) {
                    try {
                        out.close();
                    } catch (IOException e) {
                if (in != null) {
                    try {
                        in.close();
                    } catch (IOException e) {
        public static void decompress(File inFile, File outFile)
                throws FileNotFoundException, IOException {
            InputStream in = null;
            OutputStream out = null;
            try {
                GZIPInputStream gzipIn = new GZIPInputStream(
                                         new FileInputStream(inFile));
                in = new BufferedInputStream(gzipIn);
                out = new BufferedOutputStream(new FileOutputStream(outFile));
                byte[] buffer = new byte[512];
                for (int i = 0; (i = in.read(buffer)) > -1; ) {
                    out.write(buffer, 0, i);
                out.flush();
            } finally {
                // always close your output streams before your input streams
                if (out != null) {
                    try {
                        out.close();
                    } catch (IOException e) {
                if (in != null) {
                    try {
                        in.close();
                    } catch (IOException e) {
        }Shaun

  • Really need help on finding whats wrong with my internet please

    Ok I now have Sky BB (not fibre normal). I have a black Sky hub, connected to my Apple Time Capsule (the flat type, think its 3rd Gen), the TC is in bridge mode, the Sky hub has wireless switched off.
    I also use Powerline adapters from the TC to my iMac, also use numerous WiFi devices, iPhones, Apple TVs, iPads etc.
    I keep getting intermittent "blips", drop outs, no connection, slow use etc, and I just can't get to the bottom of it. Really really appreciate some solid advice and help. Overtime its dropped (or I think it is), I can check Airport utility on my iPhone or iMac and shows all green, and internet connected, physically iy shows green to. The sky hi also shows connection on the hub, and if I goto the home page.
    I've just had a drop/connection loss now, I've been into the logs on sky hub and nothing is shown, only form yesterday. I can't check the TC logs now, I have the old Airport utility that did used to show you, but it won't open now on 10.10.3.
    I've reset powerline etc, but it doesn't seem to be that, as although iPhone shows connected to WiFi it doesnt connect to internet.
    I believe the actual Sky end is ok, I goto into the sky hub home page 192.168.0.1, and shows connected, Sky have ran tests etc and all seems ok. What I'm wondering is if its the TC? I've had a few times now where the TC says has to restart backup as been a problem
    thanks

    Why down grade the firmware? What will that do/give me?
    On the older units i find the earlier firmware more reliable.. The 7.6.4 introduced a number of new functions that work poorly on older AE and TC so it is simple to revert to older firmware and see..
    It is a 3min exercise.. and might do nothing.. but you are trying to prove where an issue is.. this is part of that testing.
    If I factory restore what will that do? I take it I can't use the backup settings to restore afterwards?
    All routers need the occasional reset. Wrong settings creep in.. and particularly in situations where there is power outages or OS that works poorly (read Yosemite) then strange and wonderful things happen.
    A backup of settings is only useful if it was taken before the problems started.. did you?? If not forget it and configure from scratch.. that is a key part of getting things to work.
    Not sure what is meant by the use LAN port instead, thought I had to use the WAN if I connect it to my Sky hub?
    When the TC is bridged.. it has no WAN port. There is no routing.. but I have found the LAN ports are more reliable than the WAN port.
    With you saying about "only lasts a while" is it worth buying a new shape one refurbished from Apple? Are the newer shape any better reliability?
    I would not buy a refurbished.. I doubt this model is understood very well and its issues happen in some situations and not others.. I think a lot of them are put back in stock without any sort of repair. They are tested .. found working and hence resold.. but the situation in people's homes is not a test lab. When people connect them to modems and routers that the device has issues with it fails again.
    I find it hard to recommend the new one.. especially as it has now been out more than a year.. and firmware has not improved.
    It is about refresh time and I would wait to see if a new one is coming.
    If you need wireless buy a wireless router.. if you need backup use a local USB drive.
    Repair of the TC is complicated.
    See https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair/new-issue-with-a1355-gen-3-tc
    I figured this out long ago so they were already showing up with issues within 3 years.. if you get 4 or more years out of modern equipment.. that is beyond its design lifespan.

  • HT201263 My phone is staying on Step 4 it won't even open Itunes.  Please help!  What is wrong with my phone?  It stays on that screen and won't do anything else.

    My phone is staying on Step 4 it won't even openn ITunes.  Just stays on that screen and does nothing else!  Please Help! 

    Have you tried holding the power and home button until it turns off?

  • Help! What is wrong with my G5

    I've had my iMac G5 since December 2004, and I've always had little problems here and there. However, on Thursday my computer had what I have now learnt is a Kernel Panic. After spending two days going through every troubleshooting step I could find, I accepted I had to reinstall Mac OS X.
    I've done this, and had to erase and install as I couldn't archive. It took a good two hours because it kept crashing half way through. I've reinstalled, and I'm still having problems. My iTunes keeps quitting for no reason, I still get the grey screen sometimes, I've even had what I think is another kernel panic.
    Can anyone help me? I don't know a massive amount about Macs, though I'm learning more and more now , but I thought reinstalling would have fixed it. What else can I do?

    It is easy but now after your post I doubt it is a RAM issue but for future reference, here you go:
    Locate on the CDs (or DVDs) that came with your iMac the Hardware Test. Restart your iMac with the right CD (or DVD) still in your optical drive while holding down the C key on your keyboard. A window should ask you what you want to do and there should be a choice for the Hardware Test somewhere in there. Choose the Extended mode so that all your hardware components are tested. This extended test will check your ports, RAM modules, etc. The results will be shown to you.
    One member, Barbara Brundige says that sometimes you need to run the extended test two or three times before the problem is identified.
    But like I said this is most certainly only for future reference. It's more than likely your problem is due to the faulty Video and Power Issues addressed by the Apple Repair program.

  • Help! WHAT is wrong with my iPod?

    When I try and turn on my iPod you see the Apple logo and then it jumps to a gray folder with an exclamation mark...under it, it says www.apple.com/support/ipod. I installed the disc it came with and did all the troubleshooting but nothing. Any ideas? Also when it says updating the updating sign is tiny and in black and white.

    The Sad iPods icon or folder with an exclamation mark are the toughest problems to deal with, and must do a Restore in order to fix it. However, when your iPod is showing this icon, it is probably too late for your computer to recognize the iPod.
    1. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    2. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    Still can't see your iPod?
    Several things could keep iPod from appearing in iTunes or in the Desktop/Finder when you connect it to your PC/Mac. The most likely causes are listed below in logical order. Check from the top of the list to see if that is what's keeping iPod from appearing.
    3. Try to wait 30 minutes while iPod is charging.
    4. Try another known-good FireWire or USB through Dock Connector cable.
    5. Try another known-good FireWire or USB port on your computer .
    6. Try to disconnect all devices from your computer's FireWire and USB ports.
    7. Windows users having trouble with their iPods should locate a Mac user. We've found that in many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    8. Try to do an Erase (Disk Utility) on a Mac computer or a format with a PC (Disk Management tool) but ensure you choose the right Drive (your iPod not your Hard Disk of your computer). You may need to plug and unplug your iPod with the computer for several attempts, and switching around Format and Restore, and hope out of sudden, it will get recognized.
    9. Diagnostic mode solution – which I copied from a thread of a post from thinktwice
    “Then I cam across this special Diganostics Mode that you can get to by resetting and then while the Apple is showing pressing the Select and backwards keys simultaneously. It bring up and weird Diagnostic utility witha a abunch of tests. Here is what I did
    - I tried the 5in1 test and got and error on Firewire.
    - I did the HDD R/W and surprisingly it passed.
    - I went on to the HDD scan. This supposedly tkaes acouple of minute so I waited. I think 4-5 dots appeared then nothing. The iPod started to get hot. THe disk was spinning away. After a while the battery got very low. THis test chews up the battery. So I escaped out by resetting and went to connect it to a power source.
    My USB was dangling out of my computer and I was too lazy to get the Firewire AC adapter thing going so I connected expecting the whole lockup thing with iTunes. Surprise. IT was recognized immediately and has been working like a champ. So go figure.
    Details on Diag mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/index.shtml
    10.Let me ask you a question, if an iPod with no iPod software with it. When your connect it with a computer, what would happen?
    Yeah, the computer will treat it as a fresh external hard disk, which will get force mounted, the computer will ask you to format the iPod. It does not really matter the format is completed or not, the key is to erase (or partly) the corrupted iPod software on the iPod, after that the computer will recognize it.
    Once it has been completed, eject your iPod, open the iPod updater and interestingly, you will able to do the Restore this time.
    Base on the above, that's why I suggest Windows users who experience trouble with their iPods should locate a Mac machine or vice versa. PC computer will not recognize a Mac formatted iPod, but it will get mounted in an attempt to format your iPod.
    But, if none of these steps address the issue, your iPod may need to be repaired. You can arrange for service at the iPod Service Website.

  • HELP ! what's wrong with the cisco7513?

    smallest_local_pool_entries = 192, global particles = 91550
    highest_local_visible_bandwidth = 100000
    00:00:08: %SYS-5-RESTART: System restarted --
    Cisco Internetwork Operating System Software
    IOS (tm) VIP Software (SVIP-DW-M), Version 12.0(27)S3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2004 by cisco Systems, Inc.
    Compiled Fri 03-Sep-04 15:28 by pwade
    00:00:09: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down
    00:00:09: %LINK-5-CHANGED: Interface FastEthernet1/0, changed state to administratively down
    00:00:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
    00:00:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to down
    00:00:18: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
    00:00:18: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to up
    00:00:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
    00:00:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to upCMD: '' 16:25:55 Beijing Fri Dec 17 2004
    CMD: '' 16:26:10 Beijing Fri Dec 17 2004
    05:05:13: %VIP-3-MVIP_CYBUSERROR_INTERRUPT: A Cybus Error occurred.
    CYASIC Error Interrupt register 0x8
    Parity Error internal to CYA
    CYASIC Other Interrupt register 0x180
    QE RX HIGH Priority Interrupt
    QE TX HIGH Priority Interrupt
    CYBUS Error Cmd/Addr 0xD001A0A
    MPUIntfc/PacketBus Error register 0x0

    this question has nothing to do with content networking.
    I would suggest to post it to a more appropriate forum.
    Regards,
    Gilles.

  • Help!  What is wrong with my code, these rectangles won't draw!!!!!!!!!!!!!

    I get no errors compiling
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    //<applet code="ShapePainter.class" width=500 height=500"></applet>
    public class ShapePainter extends JApplet implements ActionListener{
        pane g;
         //Shape Variables
         static public int squareWidth = 40;
         static public int squareHeight = 40;
         static public int squareStartX = 1;
         static public int squareStartY = 1;
         //Buttons
         JButton drawRects = new JButton("Draw Rectangle Background");
         JButton drawSquares = new JButton("Draw Square Background");
         public JButton black = new JButton("Black");
         JButton blue = new JButton("Blue");
         JButton cyan = new JButton("Cyan");
         JButton darkGray = new JButton("Dark Gray");
         JButton gray = new JButton("Gray");
         JButton green = new JButton("Green");
         JButton lightGray = new JButton("Light Gray");
         JButton magenta = new JButton("Magenta");
         JButton orange = new JButton("Orange");
         JButton pink = new JButton("Pink");
         JButton red = new JButton("Red");
         JButton white = new JButton("White");
         JButton yellow = new JButton("Yellow");
         JButton black2 = new JButton("Black");
         JButton blue2 = new JButton("Blue");
         JButton cyan2 = new JButton("Cyan");
         JButton darkGray2 = new JButton("Dark Gray");
         JButton gray2 = new JButton("Gray");
         JButton green2 = new JButton("Green");
         JButton lightGray2 = new JButton("Light Gray");
         JButton magenta2 = new JButton("Magenta");
         JButton orange2 = new JButton("Orange");
         JButton pink2 = new JButton("Pink");
         JButton red2 = new JButton("Red");
         JButton white2 = new JButton("White");
         JButton yellow2 = new JButton("Yellow");
         //Labels
         JLabel backGroundTypes = new JLabel("Back Ground Types:");
         JLabel colorOfBackgroundTypes = new JLabel("Color of BackgroundTypes:");
         JLabel colorOfBackground = new JLabel("Color of Background:");
         //intialize
         public void init(){
              Container contentPane = getContentPane();
              g = new pane();
              contentPane.add(g);
              //add components.
              g.add(backGroundTypes);
              g.add(drawRects);
              g.add(drawSquares);     
              g.add(colorOfBackgroundTypes);          
              g.add(black);
              g.add(blue);
              g.add(cyan);
              g.add(darkGray);
              g.add(gray);
              g.add(green);
              g.add(lightGray);
              g.add(magenta);
              g.add(orange);
              g.add(pink);
              g.add(red);
              g.add(white);
              g.add(yellow);
              g.add(colorOfBackground);
              g.add(black2);
              g.add(blue2);
              g.add(cyan2);
              g.add(darkGray2);
              g.add(gray2);
              g.add(green2);
              g.add(lightGray2);
              g.add(magenta2);
              g.add(orange2);
              g.add(pink2);
              g.add(red2);
              g.add(white2);
              g.add(yellow2);
              drawRects.addActionListener(this);
              drawSquares.addActionListener(this);
              black.addActionListener(this);
              blue.addActionListener(this);
              cyan.addActionListener(this);
              darkGray.addActionListener(this);
              gray.addActionListener(this);
              green.addActionListener(this);
              lightGray.addActionListener(this);
              magenta.addActionListener(this);
              orange.addActionListener(this);
              pink.addActionListener(this);
              red.addActionListener(this);
              white.addActionListener(this);
              yellow.addActionListener(this);
            //add ActionListeners
            black2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.black);
              blue2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.blue);
              cyan2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.cyan);
              darkGray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.darkGray);
              gray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.gray);
              green2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.green);
              lightGray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.lightGray);
              magenta2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.magenta);
              orange2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.orange);
              pink2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.pink);
              red2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.red);
              white2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.white);
              yellow2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.yellow);
         public void actionPerformed(ActionEvent e){
              if(e.getSource() == drawRects) {
                   for(int i = 0; i < 20; i++){
                        class drawR{
                             public int rectWidth = 50;
                             public int rectHeight = 100;
                             public int rectStartX = 1;
                             public int rectStartY = 1;
                             public void paint(Graphics r){                         
                                  r.drawRect(rectStartX, 300, rectWidth, rectHeight);     
                                  rectStartX = rectStartX + 50;     
                                 rectStartY = rectStartY + 50;
         class pane extends JPanel{
              pane(){                  
                        

    think this is what you intended,
    public void actionPerformed(ActionEvent e){
          if(e.getSource() == drawRects) {
             class drawR{
                public int rectWidth = 50;
                public int rectHeight = 100;
                public int rectStartX = 1;
                public int rectStartY = 1;
                public void paint(Graphics r){                         
                   r.drawRect(rectStartX, 100, rectWidth, rectHeight);
                   rectStartX = rectStartX + 50;     
                   rectStartY = rectStartY + 50;
             drawR dr = new drawR();
             for(int i = 0; i < 20; i++){
                dr.paint( g.getGraphics() );
          }                    

  • Help requested: WHAT IS WRONG WITH THIS sql?

    I have two tables
    TABLE1
    ORG VARCHAR2(1)
    EMPNO VARCHAR2(10)
    UNION_DUES NUMBER(7,2)
    UNION_CODE VARCHAR2(5)
    TABLE2
    ORG VARCHAR2(1)
    EMPNO VARCHAR2(10)
    YEAR NUMBER(4)
    CODE2 VARCHAR2(5)
    EMPLOYEE_FIXED_AMOUNT NUMBER (7,2)
    ****** WHAT DO I WANT TO DO *****
    there is one entry for each employee in TABLE1. There are multiple entries for each employee in TABLE2. I want to update TABLE2 for all the employees in TABLE1.
    But only update those entries in TABLE2 where CODE2 = UNION_CODE and YEAR = 2002.
    ***** MY SQL ******
    update TABLE2
    set employee_fixed_amount =
    (select union_dues from TABLE1
    WHERE TABLE2.EMPNO = TABLE1.empno
    and TABLE2.org = TABLE1.org
    and TABLE2.code2 = TABLE1.union_code)
    where year = 2002;
    **** ORACLE ERROR PRODUCED ****
    ora-01407cannot update (table2.employee_fixed_amount) to null

    Either you have a NULL value for table1.union_dues or there is no match in table1 based on your criteria. So, you can check for these by:
    update TABLE2
       set employee_fixed_amount =
             (select union_dues
                from TABLE1
               where TABLE2.EMPNO = TABLE1.empno
                 and TABLE2.org = TABLE1.org
                 and TABLE2.code2 = TABLE1.union_code)
    where year = 2002
       and exists (select null
                     from table1
                    where table1.empno = table2.empno
                      and table1.org = table2.org
                      and table1.union_code = table2.code2
                      and table1.union_dues is not null);or, if it is alright that the employee_fixed_amount be set to 0 when there is no match or the union_dues is NULL, then:
    update TABLE2
       set employee_fixed_amount =
             nvl((select union_dues
                    from TABLE1
                   where TABLE2.EMPNO = TABLE1.empno
                     and TABLE2.org = TABLE1.org
                     and TABLE2.code2 = TABLE1.union_code), 0)
    where year = 2002;

  • Whats wrong with the code?????

    Hi All
    Pls can anyone help me, what is wrong with the below code, when ever i tried giving 10 digit number to chk out whether it is prime or not it is giving an NumberFormatException to me, pls can anyone help me...
    class PrimeNo{
    public static void main(String args[])
    int a = Integer.parseInt(args[0]);
    int count=0;
    for(int i=2;i<a;i++){
    if(a%i==0)
    System.out.println(a+" is not a Prime Number");
    count = 1;
    break;
    if(count==0)
    System.out.println(a+" is a Prime Number");
    Thnx and rgrds
    Badri

    Just curious, since this has already been answered, but to simplify code, would it be possible to set it so that if the value is not a prime number, just do the value like so:
    if (//code determines it is prime)
    System.out.println ("prime number");
    else
    prime = !prime;
    if(!prime)
    System.out.println ("not a prime number");not really code there, more pseudocode, but you get my drift. Would this make sense to do?

  • My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    If it says your billing info is wrong that means that your credit card issuer is refusing to approve your account. You will have to solve the problem with your bank or credit card company.

  • HT204266 I am trying to download Tap Tap Revenge on my new Ipad air..however..i searched for it in the App Store but there are none...help please..i really love this game! Is there something wrong with my App Store or my ipad??

    I am trying to download Tap Tap Revenge on my new Ipad air..however..i searched for it in the App Store but there are none...help please..i really love this game! Is there something wrong with my App Store or my ipad??

    It looks like the app is not currently in the App Store, I can't find it in the UK nor US stores.
    If you had previously downloaded it then do you have a copy on your computer's iTunes so that you can sync it to your iPad ?

  • My home button is not working. I have turned it off and on and have tried restarting it but it still wont work. Please help me? do you think there might be something wrong with the button?

    Hello. So i Have tried to be using my Home Button, but everytime i seem to push it it wont go back to the home screen or quit an application. I havetried restarting ym Ipod and turning off and on but it doesnt seen to work. I think it might be the actal button that is sbroken or something. Does someone mind helping me out what wrong?? please?? Thank you!!!!!

    Try this:
    Calibrate Home Button
    1. Open a stock application like Calendar, Weather or Youtube
    2. Hold down the power button until the "slide to power off" control appears
    3. As soon as you see it, press the Home button and keep it pressed until the red slider disappears and the app is forced quit to the Home menu

  • I bought new apple TV but it open only in the menu few channel like korean channel. I think something wrong with my my Apple TV or maybe my server because I'm in kuwait please help

    I bought new apple TV but it open only in the menu few channel like korean channel. I think something wrong with my my Apple TV or maybe my server because I'm in kuwait please help

    Was it bought in an Apple store, as there is no product page for Apple TV in your location? If it was bought through another store make sure it was an authorized seller.
    There are no apps stored on the device (except Computers and Settings), they are fed through a server and will differ depending on region. For example, there are many that are US only and some require connection to a cable provider. To change accounts and access another region you would need a valid address and credit card.

Maybe you are looking for

  • Fonts are not available

    There are at least 10 people on this forum asking the same question, with hardly any helpful responses. I am missing Trade Gothic among others. It is not available in the Flash font drop-down. It's there in Illustrator, PS, etc...It's an Opentype fon

  • QA32 UD for Handling Units results in a transfer posting delivery?

    In our environment we have Handling Units,  Serial Numbers and QM.  In the mateial master the QM inspection types are set to inspecting by HU.  The inspection lot gets created correctly and it references all the HUs.  When we perform a usage decision

  • Tax item missing in Migo

    Dear Experts, In P.O. & MIRO Tax Code is showing Tax Amount & It is showing in  AccAccounting Document. But in MIGO Document Tax Item is Missing it is not Showing in Accounting Document. What Configuration I need to do to get tax item in MIGO Documen

  • Hotspot problem: Only Apple products work, Why???

    Hi, I am having issues with the personal hot spot on my iPhone 4s. Firstly it was not there when I got the phone!! EE sent me a text, read and delete. Turn phone off and then on. It was there, Great!!! Why is it that I can only connect Apple products

  • 2nd Gen iPod Touch (MB533LL) Upgrade from 3.1.2 to 3.1.3

    I have a 2nd Generation iPod Touch (model MB533LL) running iOS 3.1.2. Is it possible to upgrade it to 3.1.3? There is one app that i want to run which requires 3.1.3. I found some firmware for 3.1.3 online, but when I try to install it I get an iTune