Assistance needed

 Could anyone help me out please
I have no internet connection since noon and phone has no signal as well  so unable to call you and chat is never available.There is no known issues on your status page  I tried already all self healing options even tried new microfilters still no internet connection and no internet light on hub. 

anywayz,,since yOu can see two networks from your laptop which was yOur router and expander..what are the names of those networks?

Similar Messages

  • My BB9810 refuse to load OS7.1 software on my phone after the download has completed. My phone has freezed/stucked since morning. Pls urgent help/assistant needed as I can not access/use my phone for over 24hrs now.

    My BB9810 refuse to load OS7.1 software on my phone after the download has completed. My phone has freezed/stucked since morning. Pls  urgent help/assistant needed as I can not access/use my phone for over 24hrs now.

    Hi there,
    Use the method described in the link below to get back up and running:
    http://supportforums.blackberry.com/t5/Device-software-for-BlackBerry/How-To-Reload-Your-Operating-S...
    I hope this info helps!
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • Can't get ATV working with Onkyo TX-SR605-URGENT ASSISTANCE NEEDED!!

    I'm hoping someone will be able to give me some advice, as I've now spent way too much time trying to figure out what's going wrong. I've just purchased the Onkyo receiver, which in itself is an extremely daunting piece of equipment after my very straightforward Rotel stereo amp!
    I have only 1 HDMI connection available on my 32" Panasonic LCD TV & have, to date, had my ATV connected to it. With my ATV also connected to my amp (via RCA cable), I've been happily viewing/listening to all my iTunes content this way. I understand from reading elsewhere in this forum that I should be able to maintain my HDMI connection to ATV, connect into the receiver using optical, and by so doing, obtain the same results (if not better, thanks to the optical connection) as was previously the case. So far, I've been unable to do this. The only way I've been able to get any audio happening through the speakers is by reconnecting the RCA cable. The optical cable I purchased by the way is a good quality one so I doubt this is where the problem lies - although I guess it's possible.
    The 1st problem I encountered when endeavouring to set the system up was that I was unable to get any onscreen information, as I couldn't find an AV input that responded to the receiver's 'setup instructions'. I assumed this would come via the TV's HDMI AV option, given the ATV is the means of connecting to the TV & that's connected via HDMI, but no joy. However, I did some of the basic setup w/o the onscreen visuals, and proceeded to see if I could access my iTunes content with the connections I referred to earlier. As I said before ... no go w/o the RCA cable connected and even then, no sound through the speakers if I reverted to just watching the TV.
    I'm driving myself crazy here, and am now at the point where I can see no value in continuing to read & re-read the Onkyo manual. Although I can accept that it's likely to take me some time to learn how to properly drive this beast and get the most out of it, I don't think (from what I've read elsewhere here) that it should be this hard to get what I'm wanting up and running.
    Please HELP and save my sanity!
    [Thanks in advance to anyone who comes to the rescue ]

    jrmccoy, thank you so much! I have never used an optical connection until now, & so was not aware of the necessity to get the 'snap' happening in order to get a good connection. With some trepidation, I applied the required force to the connection to the ATV - sure enough, it 'snapped' in. I tried to get the receiver connection to snap as well, but had no luck there - it seems to be a very 'sloppy' rather than tight connection that slips out with very little effort. However, after pushing really hard on the cable & getting no better connection, I gave up & tried it as was. The result was that , yipee, I now have it all working as I'd anticipated it should. The only thing I still don't have, is the TV sound coming through the speakers - I thought that with the ATV providing the conduit between the TV & the receiver, I wouldn't need any other connection from the receiver to the TV. I suspect now that that was an incorrect assumption! Thought it was all a bit too easy ... sigh.
    Once again Apple Discussions have come to my rescue - I honestly don't know what I'd do without the assistance of all you generous people out there with so much & such wide-ranging knowledge!

  • Urgent Assistance needed on this

    Hi, I am fairly new to Java and this assignment is way over my knowledge, if anyone able to assist me on the whole coding, that would be great. Thanks all.
    I am thinking on using array and the file heading on hardware.dat can be omitted.
    Task-
    Imagine that you are an owner of a hardware store and need to keep an inventory that can tell you what different kind of tools you have how many of each you have on hand and cost of each one.
    Now do the following:
    (1) Write a program (Tool.java) that,
    (1.1) Initializes (and creates) a file ?hardware.dat?
    (1.2) lets you input that data concerning each tool, i.e. the program must ask the user for input and each of the user input is written back in the file.
    The file must have the following format:
    Record# Tool Name Qty Cost per item (A$)
    1 Electric Sander 18 35.99
    2 Hammer 128 10.00
    3 Jigsaw 16 14.25
    4 Lawn mower 10 79.50
    5 Power saw 8 89.99
    6 Screwdriver 236 4.99
    7 Sledgehammer 32 19.75
    8 Wrench 65 6.48
    (1.3) Exception handling that must be taken into account-
    (1.3.1) User must not input incorrect data
    (1.3.2) Cost of the item must be a number
    (2) Write another program (ListToolDetails.java) that,
    (2.1) lets you list all the tools, i.e. it will read the data from ?hardware.dat? in a proper manner (you can choose the display format), File name should not be hard coded.
    (2.2) lets you delete a record for a tool, as an example- you can delete all the details pertaining to the tool ? Wrench. Once you delete the information, records must be updated in the ?dat? file.
    (2.3) List the total price(rounded to two decimal places) of each tool, as an example, the total price of all the Hammers is A$128 * 10 = A$1280.00
    (2.4) Exception handling that must be taken into account-
    (2.3.1) In case user inputs an incorrect file name
    (2.3.2) In case user inputs incorrect Tool name (when the user wants to delete something)
    Bonus Task
    This task deals with the inclusion of Javadoc comments and generation of documentation pages.
    Task-
    Your task is to add meaningful javadoc comments in all the programs and generate HTML documentation pages.

    Hi, I am fairly new to Java and this assignment is
    way over my knowledge, if anyone able to assist me on
    the whole coding, that would be great. Thanks all.
    I am thinking on using array and the file heading on
    hardware.dat can be omitted.
    Task-
    Imagine that you are an owner of a hardware store and
    need to keep an inventory that can tell you what
    different kind of tools you have how many of each you
    have on hand and cost of each one.
    Now do the following:
    (1) Write a program (Tool.java) that,
    (1.1) Initializes (and creates) a file
    ?hardware.dat?
    (1.2) lets you input that data concerning each tool,
    i.e. the program must ask the user for input and each
    of the user input is written back in the file.
    The file must have the following format:
    Record# Tool Name Qty Cost per item (A$)
    1 Electric Sander 18 35.99
    2 Hammer 128 10.00
    3 Jigsaw 16 14.25
    4 Lawn mower 10 79.50
    5 Power saw 8 89.99
    6 Screwdriver 236 4.99
    7 Sledgehammer 32 19.75
    8 Wrench 65 6.48
    (1.3) Exception handling that must be taken into
    account-
    (1.3.1) User must not input incorrect data
    (1.3.2) Cost of the item must be a number
    (2) Write another program (ListToolDetails.java)
    that,
    (2.1) lets you list all the tools, i.e. it will read
    the data from ?hardware.dat? in a proper manner (you
    can choose the display format), File name should not
    be hard coded.
    (2.2) lets you delete a record for a tool, as an
    example- you can delete all the details pertaining to
    the tool ? Wrench. Once you delete the information,
    records must be updated in the ?dat? file.
    (2.3) List the total price(rounded to two decimal
    places) of each tool, as an example, the total price
    of all the Hammers is A$128 * 10 = A$1280.00
    (2.4) Exception handling that must be taken into
    account-
    (2.3.1) In case user inputs an incorrect file name
    (2.3.2) In case user inputs incorrect Tool name (when
    the user wants to delete something)
    Bonus Task
    This task deals with the inclusion of Javadoc
    comments and generation of documentation pages.
    Task-
    Your task is to add meaningful javadoc comments in
    all the programs and generate HTML documentation
    pages.First of all , If its your assignment you are ment to do it your self !!
    if u have a problem understanding stuff ask your tutor or prof.
    they are paid to teach u this stuff....
    second : break the problem in to small task as suggested before, it will help u understand the stuff better
    Last thing : No one here is gona do your home work for u
    so better start doing some research and if u have an implementation or a logic problem then post them here, sure people will help.
    now from what i read i think u need to start looking up on
    1) get data from the user : u need some thing like bufferedreader
    2) validate the input : check with the upper and lower bounds
    3) File handing : research on how to write to a file there are a milion pages there on the web teaching you this stuff

  • Assistant needs access to boss's calendar on Exchange on her iphone

    I have a dilemma.
    The assistant already has access to her boss's calendar on her Outlook 2007 on Exchange 2010. But not on her iphone. She has her calendar but cannot get to her boss's calendar.  How can I make this work?
    We are using Air-Watch MDM to enroll and manage the iPhones.
    Thanks,

    We are also using AirWatch in my company and have been asked a similar question for some assistants.  Let me first state that while it is possible - there are numerous cautions to doing this!
    If the assistant's phone is properly enrolled and they receive their data from Exchange, you can manually create another Exchange account on their iPhone for their manager and select what deliverables they would like to sync. AirWatch's SEG (Secure Email Gateway) will use the compliance of her/his iPhone to passthrough to Exchange any valid account on that device.  Unlike Outlook/Exchange - there is no view only for the assistant, they will have full control of that mailbox - this gets confusing with things like calendar - because they will get notifications for both meetings and the pop-ups do not indicate which account they are for.  (there is some setting changes you can make to set the assistants calendar as the default, but I have not seen notifications on/off per calendar account - only the calendar as a whole).
    When we tested this, we are not using certificates to sync the passwords (that's another discussion), so everytime the manager changes their AD password (which we sync with their Outlook password), they would have to go and manually change it on the assistants phone.
    In short - it is possible to have multiple accounts on an enrolled device, but the additional ones will need to be manually created (since the EAS payload pulls the Enrolled Information from the AirWatch agent for email setup), they will have full access to that mail account and can get confusing on the calendar side.

  • Learning java - assistance needed

    Good morning everyone!
    I've been beating my head against the table trying to figure out what I'm doing wrong here, and my wife pointed out that I should maybe..I dunno, ask for help?
    Here's the situation:
    I'm designing a cell phone keypad with a text field above and a separate clear button to the right of the 12 button keypad. Buttons 1-0, and * and #.
    Heres the first of two problems:
    My GridLayout is propagating as a FlowLayout I think, either that or it's just ignoring me altogether.
    I need to know what mistake I'm making, but the three manuals I've been going through aren't helping me much.
    Here's the second and final problem:
    My button pressing escapades are having no impact on my textfield. This is definitely a case of can't see the forest for the trees. I know it's an obvious mistake, but I'm getting a bit frustrated so I'm missing it.
    And here's my code below, if there are optimizations possible, my pride will not be hurt if you suggest them.
    Thank you for your time folks, and thanks for all the assistance you've unknowingly given me before.
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class KeyPadTwo extends JPanel
         JTextField numbers;
         JButton b1, b2, b3, b4, b5, b6, b7, b8, b9, b0, ba, bb, clear;
         JPanel textPanel, clearPanel, buttonPanel;
         public KeyPadTwo ()
              JPanel contentPane = new JPanel(new BorderLayout());
              JPanel textPanel = new JPanel();
              textPanel.setLayout(new BorderLayout());
              JTextField numbers = new JTextField(20);
              add(numbers);
              contentPane.add(textPanel, BorderLayout.NORTH);
              JPanel buttonPanel = new JPanel(new GridLayout(3,3));
              buttonPanel.setBackground (Color.darkGray);
              JButton b1 = new JButton("1");
              JButton b2 = new JButton("2");
              JButton b3 = new JButton("3");
              JButton b4 = new JButton("4");
              JButton b5 = new JButton("5");
              JButton b6 = new JButton("6");
              JButton b7 = new JButton("7");
              JButton b8 = new JButton("8");
              JButton b9 = new JButton("9");
              JButton b0 = new JButton("0");
              JButton ba = new JButton("*");
              JButton bb = new JButton("#");
              add(b1);
              add(b2);
              add(b3);
              add(b5);
              add(b6);
              add(b7);
              add(b8);
              add(b9);
              add(b0);
              add(ba);
              add(bb);
              ButtonListener digitListener = new ButtonListener();
              b1.addActionListener (digitListener);
              b2.addActionListener (digitListener);
              b3.addActionListener (digitListener);
              b5.addActionListener (digitListener);
              b6.addActionListener (digitListener);
              b7.addActionListener (digitListener);
              b8.addActionListener (digitListener);
              b9.addActionListener (digitListener);
              b0.addActionListener (digitListener);
              ba.addActionListener (digitListener);
              bb.addActionListener (digitListener);
              contentPane.add(buttonPanel, BorderLayout.CENTER);
              JPanel clearPanel = new JPanel(new GridLayout(0,1));          
              JButton clear = new JButton("C");
              add(clear);
              ClearListener clearListener = new ClearListener();
              clear.addActionListener(clearListener);
              contentPane.add(clearPanel, BorderLayout.EAST);
          private class ButtonListener implements ActionListener
              public void actionPerformed(ActionEvent e)
                   Object source = e.getSource();
                   String result;
                   result = "";
                   if(source == b1)
                        result = numbers + "1";
                   else if (source == b2)
                        result = numbers + "2";
                   else if (source == b3)
                        result = numbers + "3";
                   else if (source == b4)
                        result = numbers + "4";
                   else if (source == b5)
                        result = numbers + "5";
                   else if (source == b6)
                        result = numbers + "6";
                   else if (source == b7)
                        result = numbers + "7";
                   else if (source == b8)
                        result = numbers + "8";
                   else if (source == b9)
                        result = numbers + "9";
                   else if (source == b0)
                        result = numbers + "0";
                   else if (source == ba)
                        result = numbers + "#";
                   else if (source == bb)
                        result = numbers + "*";
          private class ClearListener implements ActionListener
              public void actionPerformed(ActionEvent c)
                   numbers.setText(" ");
         public static void main(String[] args) {
            JFrame frame = new JFrame("KeyPad Demo");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          KeyPadTwo kp = new KeyPadTwo();
              frame.getContentPane().setLayout(new BorderLayout());
              frame.getContentPane().add(kp, BorderLayout.CENTER);
          frame.setSize(250, 200);
          frame.setVisible(true);
         

    Onker wrote:
    Am I adding the buttons incorrectly? I've never done nested panels for an assignment before, at least not with multiple layout types.The best way I've found to test complex layouts is to test each component in isolation. For instance if I wanted to test a gridlayout, I'd create a small app that creates nothing but this:
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class MainPanel extends JPanel
      private String[] btnStrings =
        "A", "B", "C", "D", "E", "F", "G", "H", "I", "*", "Z", "#"
      private JPanel buttonPanel = new JPanel();
      public MainPanel()
        buttonPanel.setLayout(new GridLayout(0, 3));
        ButtonListener buttonlistener = new ButtonListener();
        for (int i = 0; i < btnStrings.length; i++)
          JButton button = new JButton(btnStrings);
    button.addActionListener(buttonlistener);
    buttonPanel.add(button);
    this.add(buttonPanel); // this is redundant here, but placed here to impress that buttonPanel must be added to the MainPanel to be seen
    private class ButtonListener implements ActionListener
    public void actionPerformed(ActionEvent e)
    String btnString = e.getActionCommand();
    System.out.println("Button pressed: " + btnString);
    private static void createAndShowUI()
    JFrame frame = new JFrame("ButtonPanel");
    frame.getContentPane().add(new MainPanel());
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.pack();
    frame.setLocationRelativeTo(null);
    frame.setVisible(true);
    public static void main(String[] args)
    java.awt.EventQueue.invokeLater(new Runnable()
    public void run()
    createAndShowUI();
    And then when working, I'd incorporate it into the greater program.
    Edited by: Encephalopathic on Jun 22, 2008 10:57 AM

  • Urgent assistance needed on textfields/labels please!!

    I have been trying for days to add labels and textFields to my applet and can only manage to display one.
    My assignment instructions suggest I use makeTextField method and call the setEditable method from the makeTextField method to avoid repetition of code.
    The following is my code...I must have this done in the next couple of days so if someone could please please give me some assistance it would be really appreciated....also, thoughts on my layout would be great as well...i cant seem to set up my buttons in the correct order.
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.Applet;
    public class Registry4b extends Applet implements ActionListener {
    public void init() {
    backgroundColor = new Color(200,255,255);
    this.setLayout(new FlowLayout(FlowLayout.CENTER,4,1));
    makeButtons();
    row1 = makePanel(new FlowLayout(FlowLayout.LEFT,4,2),backgroundColor);
    row1.add(clearB);
    row1.add(studFindB);
    row1.add(studForB);
    row1.add(courB);
    row2 = makePanel(new FlowLayout(FlowLayout.LEFT,4,2),backgroundColor);
    row2.add(studBackB);
    row2.add(courFindB);
    row2.add(courForB);
    row2.add(studB);
    row3 = makePanel(new FlowLayout(FlowLayout.LEFT,4,2),backgroundColor);
    row3.add(courBackB);
    add(row1);
    add(row2);
    add(row3);
    Panel p = new Panel(new BorderLayout());
    Label studID = new Label("STUDENT ID");
    TextField entry = new TextField(" ");
    p.add(studID,BorderLayout.WEST);
    p.add(entry,BorderLayout.CENTER);
    Label firstTF = new Label("FIRST NAME");
    makePanel(new BorderLayout(2,2),backgroundColor);
    add("West",courBackB);
    add("East",studB);
    makePanel(new BorderLayout(2,2),backgroundColor);
    add("North",p);
    add("South",courForB);
    makePanel(new BorderLayout(2,2),backgroundColor);
    add("North",courFindB);
    add("South",studBackB);
    makePanel(new BorderLayout(2,2),backgroundColor);
    add("West",p);
    add("East",studForB);
    setBackground(backgroundColor);
    clearB.addActionListener(this);
    courBackB.addActionListener(this);
    studB.addActionListener(this);
    courForB.addActionListener(this);
    courFindB.addActionListener(this);
    studBackB.addActionListener(this);
    courB.addActionListener(this);
    studForB.addActionListener(this);
    studFindB.addActionListener(this);
    private Label makeLabel(String label) {
    Label label1 = new Label(label,Label.RIGHT);
    label1.setFont(new Font("Courier",Font.BOLD,10));
    return label1;
    public void start() {
    appletWidth = 8*4+row1.getSize().width;
    appletHeight = 8*(2+courBackB.getSize().height);
    public void paint(Graphics g) {
    setSize(appletWidth,appletHeight);
    validate();
    public void actionPerformed(ActionEvent e) {
    String s = (String)e.getActionCommand();
    private Button makeButton(String label, Color color, Font font) {
    Button b = new Button(label);
    b.setBackground(color);
    b.setFont(font);
    return b;
    private Panel makePanel(LayoutManager lm, Color c) {
    Panel p = new Panel();
    p.setLayout(lm);
    p.setBackground(c);
    return p;
    private void makeButtons() {
    Font f = new Font("Courier", Font.BOLD, 10);
    Color grey = new Color(255,100,100);
    clearB = makeButton("CLEAR",grey,f);
    studB = makeButton(" STUDENTS ",grey,f);
    studForB = makeButton("->",grey,f);
    studFindB = makeButton("FIND",grey,f);
    courFindB = makeButton("FIND",grey,f);
    studBackB = makeButton("<-",grey,f);
    courB = makeButton(" COURSES ",grey,f);
    courBackB = makeButton("<-",grey,f);
    courForB = makeButton("->",grey,f);
    TextField addressTF = new TextField("ADDRESS", 10);
    static final String initialString = " ";
    String Filler = " ";
    Panel row1, row2, row3, p1;
    int appletWidth, appletHeight;
    Button clearB, studForB, studFindB, courFindB,
    studBackB,courB, courBackB, studB, courForB;
    Color backgroundColor;
    thanks in advance for anything someone can do for me

    I haven't tried your code, but since you use a layout manager, you shouldnt need to think about setting the size for the applet.
    And I think when you call the method makePanel the last 4 times, you want to use the returned panel to add your components on. Right now you add everything directly to the panel and never use the panels you create.
    And you also reuse some of your components more than once (like e.g. courBackB). You need to create a new button everytime, otherwise if you try to add the same button twice, the second one will not be displayed.
    Try to add the components one by one and check it is displayed before you add the next one.
    If you want to check what components and their sizes etc, you have on your applet, here is a little trick. Get the focus on your applet and press ctrl+shift+F1. If you run the applet in a browser, you will get something in the java console that displays all your GUI components and a description of them. So
    It might help you.
    Also take a look of the Java Tutorial for the AWT. You can download it from
         http://java.sun.com/docs/books/tutorial/information/download.html
    called tut-OLDui.zip.

  • Assistance needed with new monitor and printing from LR3

    I just purchased a new IPS monitor.  I have calibrated it using the HP Display assistant that came with it.  It is an HP ZR 22w.  I saved my calibration as a preset  - however - this is not appearing as a profile when I try to select it in the print module.  the checkbox for "include display profiles" is ticked.  If I allow the printer to manage - the pictures are much warmer than on the IPS display.  My printer is a canon mg6120 and I am running windows 7.  I would appreciate any assistance that anyone can provide.  Thank you

    I think the "HP Display assistant" is a software tool, is that right? 
    Ideally with Lightroom, you should use a hardware calibration/profiling tool (Spyder, Eye One, Color Munki etc).  In particular, you need a monitor profile that contains colour space information.  I had a look through the HP Display Assistant user manual, and it appears the software does calibration but it probably doesn't put colour space info in the profile.  It'll be better than nothing, but a hardware tool is better. 
    However:
    I saved my calibration as a preset  - however - this is not appearing as a profile when I try to select it in the print module.  the checkbox for "include display profiles" is ticked.  If I allow the printer to manage - the pictures are much warmer than on the IPS display.  My printer is a canon mg6120 and I am running windows 7
    This is not what you want to do!  The profile that the HP Display Assistant creates is for the monitor, and only for the monitor.  It gets the right white point and tone curve for the monitor.  What you need in the profile drop-down in LR print module is a printer profile, not a monitor profile (except on very special circumstances). 
    I'm not familiar with the MG6120, but when I googled "profiles for canon mg6120" I got a lot of hits, so I assume profiles are available.  It's quite likely that some came with the printer driver, and were installed with the printer software.  When you select "profile" in LR print module (you may well have to go to "Other..." to see them all) then there should be profiles for the printer - possible lots of them - one or more for each paper type.  If they're not there, see the Canon documentation (or google it) to find out how to load them.   
    If you can't find any profiles for the printer, then try using sRGB (or probably it's "sRGB IEC...").  Without colour management, your printer will probably expect sRGB images, so this should be roughly right, but a specific profile for the printer is better.  This is one of those very special circumstances when something other than a printer profile (and sRGB isn't a printer profile) may be better than nothing.

  • Possible San Francisco Bay Area Assistance Needed

    Hello,
    I'm in a bit of a jam and it's possible (about 50/50) that I may need a bit of assistance in the Bay Area next Thursday or Friday.
    Apple is likely going to replace the motherboard on my Mac Pro this week.  Unfortunate.  It is covered under Apple Care, but the delay impacts my April 19 deadline for my film.
    I have about 24 gig of video data from a Sandisk UDMA 32 gig card that I would like to offload so that I can shoot my final footage next weekend.  I have a 32 gig thumbdrive we can transfer it to.
    The footage was shot on a Canon 5D and I would like to borrow someone's PrPro software here in the Bay Area, if necessary.
    Alternatively, I could Fed ex the card and pay for return fedex as well.
    Thanks for considering this.
    Matt Dubuque
    100 Trees

    Thanks Hunt.
    Looks like I better go out and purchase a copy of the hilarious book "My First Movie" an interview with 20 famous directors about the fiascoes and adventures that accompanied their first film:
    http://www.amazon.com/My-First-Movie-Celebrated-Directors/dp/0142002208/ref=sr_1_1?s=books &ie=UTF8&qid=1300283440&sr=1-1
    I backed up my media, but didn't have a spare MacPro when its motherboard went down!
    Matt

  • Messed up Setup Assistant - need to copy TM backups to new ext HD then run Migration Assistant, I think

    On a new 27" iMac, I ran the Setup Assistant a couple of days ago to transfer info from TM backups on an external hard drive. Unfortunately, there were clones on there from Feb 2010 (I didn't understand that TM needs to be alone on a HD)  and the Setup Assistant picked ran those preferentially so it appeared that I had lost everything since Feb 2010. HOWEVER, the TM backups are still in the Backups.backupdb folder, and I can access each of the individual files. Now the external HD has not only the 3 clones and the Backups.badkupdb but also folders for Applications, Desktop, dev, Developer, home, Library, net, System, User Guides And Information, and Users. Most are dated to Feb 2010, but the System and Developer folders seem to have been updated to 6 Aug 2012 and 8 Aug 2012. The TM backups contain User info for the Office 2008 suite, including Entourage, and this is what I need -- all of my emails, documents, etc.
    I have been trying to copy just the Backups.backupdb folder to a new external HD before doing anything else. I have followed the directions given by Apple at http://support.apple.com/kb/HT5096?viewlocale=en_US&locale=en_US. Unfortunately, this yields a nifty error message: "The operation can’t be completed because an unexpected error occurred (error code -8003)." I have not found a solution in the Apple communities for this error message in the TM backup copying process - all mentions seem to relate to problems emptying the Trash when deleting TM backups. I have NOT tried the cloning process mentioned in this thread:https://discussions.apple.com/message/16601049#16601049. If the copying process has failed, will the cloning process allow me to pick up JUST the TM backups without damaging the TM backups?
    I am thinking that once I have the TM backups successfully copied, I will use that new copy - without the clones - to run Migration Assistant. At this point, will it be better to use Migration Assistant OR go back and delete everything on the new 27" iMac and reload Lion, then run Setup Assistant again? The thought of going back to square one with Lion has me more than a bit rattled, to tell the truth.
    Have others had luck with Apple tech support or a Genius Bar visit for such things?
    Any guidance or suggestions are much appreciated.

    Problem solved by taking the new iMac and the LaCie disk to the local Apple Store. They verified the LaCie disk with Disk Utility (thankfully it passed) then wiped the iMac clean, reinstalled Lion (10.7.3), and loaded the latest TM backup. Everything needed transferred over, so I'm back in business. HURRAY! I am setting up a new external HD for the solitary TM backups, and a separate external HD for clones. And, I now have access to a secure server for temporary storage of critical client files in addition to manually copying critical documents to a flash drive frequently while working on them.

  • Query Assistance Needed - Please

    Monthly Training Table
    >> monthly_training.record_id (int)
    >> , monthly_training.trng_year (int)
    >> , monthly_training.trng_month (int)
    >> , monthly_training.trng_title (varchar)
    >> , monthly_training.trng_code (varchar)
    >> , monthly_training.trng_narrative (longtext)
    Training Completed Table
    >> training_completed.record_id (int)
    >> , training_completed.recorded_by (varchar)
    >> , training_completed.emp_id (varchar)
    >> , training_completed.trng_year (int)
    >> , training_completed.trng_quarter (int)
    >> , training_completed.trng_month (int)
    >> , training_completed.trng_date (date)
    >> , training_completed.trng_category (varchar)
    >> , training_completed.trng_sub_category (varchar)
    >> , training_completed.trng_code (varchar)
    >> , training_completed.trng_start_time (time)
    >> , training_completed.trng_stop_time (time)
    >> , training_completed.trng_hours (decimal)
    DB = MySQL -- CF8
    emp_id = B1200 < stored in cookie at login
    Scenario –
    Monthly Training Table - contains scheduled training for an
    entire year. This training is displayed on a page per the month the
    training should be completed in.
    Training Completed Table – contains the information of
    what training was completed per individual.
    Task At Hand – I would like to display the monthly
    scheduled training for the current year and cross reference the
    completed training table and if the individual has completed the
    training further display something next to the training title, to
    signify completed.
    Example:
    Computer Training – Outlook
    * Off. Dev. – Emergency Scene Safety
    Fire Suppression – Salvage
    I have tried many methods of querying this but have not been
    able to achieve the goal. Perhaps I am making this harder than it
    needs to be. Hopefully someone in the forum can shed some light on
    what I should be doing. Assistance would be greatly appreciated.
    Leonard

    yes, i see it now - the WHERE clause makes sure only
    completed training
    of that employee are selected... my bad - i should have
    changed that
    after you told me that emp_id field was in tc table, not
    mt...
    ok, here we go... this will be a little more complicated...
    try this beast:
    <cfquery name="rs_trng_ck" datasource="#datasource#">
    SELECT mt.trng_title, mt.trng_month, mt.trng_code,
    tcsq.completed
    FROM monthly_training mt
    LEFT JOIN
    (SELECT tc.trng_code AS completed
    FROM training_completed tc
    WHERE tc.emp_id = <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#emp_id#">) AS tcsq
    ON
    mt.trng_code = tcsq.completed
    WHERE mt.trng_year = YEAR(NOW())
    ORDER BY mt.trng_month, mt.trng_title
    </cfquery>
    basically, what this does is uses a sub-query in the FROM
    clause to
    pre-select only those records from tc table where emp_id
    field equals
    the #emp_id# value, and only then left-joins the mt table to
    this
    sub-query recordset, which should result in ALL records from
    mt table
    and only those from tc table where emp_id is correct
    the <cfoutput ...> part shoudl stay the same as before.
    hope this one works :)
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Unlock iPhoto Assistance Needed:, Unlock iPhoto Assistance Needed:

    OS X Version 10.8.  I just updated the iPhoto on August 14, 2012, and I store my iPhoto on an external 3 TB Drive.  I also purchased and downloaded iPhoto Manager on August 14, 2012 which did allow me to export two additional iPhoto Libraries into the newly update one.  After all the updates were complete and images showing correctly, I felt safe enough to download the camera's memory card holding 500 additional photos and once they were downloaded I deleted them from the card.  I went to shut down the iPhoto Library a couple different ways and it started to automatically "Update Library".  After 15 minutes I realized it had stalled out at 65% completion.  I then went to the Utility Manger and Forced Quit the iPhoto.  When attempting to reopen I received the following message "the iPhoto Library is locked, on a locked disk, or you do not have permission to make changes to it".  I'm obviously concerned my latest dowload of 500 photos are not stored/saved correctly, and I deleted them from the card but even more concerned I may not be able to access any of my prior photos if I cannot unlock this program.  How did it get locked?  Should I be afraid to unplug my external or turn my computer off before this problem is resolved?  Any and all help will be much appreciated, especially if it's given in the most elementary terms possible.  Although I've had my mac for almost two years now, I generally find myself using the Windows system which I had to install to run my business.  Therefore I do not know more than 5% of the tricks, shortcuts, and most definitely lingo of Mac to efficiently navigate to a better place.
    Sincerely,
    06Deuce

    LN,
    Thank you very much for your quick response!  I understand your first two paragraphs, however I have questions on the third and pretty much over my head on the fourth unfortunately.
    Paragraph 3 regarding the download of Fresh Crop, is it certain my 500 recently downloaded new photos are not saved into iPhoto because the update didn't complete?  Should I wait until I get iPhoto back opened up to confirm they are not there, or are they pretty much gone so move forward with this purchase?
    Paragraph 4
    I do not know what you mean by "rebuild the library".  I had assistance last night exporting two additional libraries into the updated Library with iPhoto Manager and that took an overnight process of updating.  Are you saying I need to repeat this process? 
    Sincerely,
    06Deuce

  • HT1338 my old mac cant connect to internet and my migration assistant needs an upgrade is there any way to download to my new mac and install the upgrade on my old one so i can complete the migration process?

    I just purchase a new IMac, I am trying to use migration assistant. the problem I am having is my old mac cannot connect to the internet and it needs a software update, can I download the update on my new mac and install it somehow on my old mac?

    If it's a free update, search Apple's support site for it and move the dmg as you would any file. If it's a paid upgrade, no; the Mac App Store upgrades, while downloadable, can't be downloaded from a Mac which can't use them.
    (78632)

  • Does ILM assistant need APEX to be installed?

    To be able to use ILM assistant against my development database, do I need to install APEX into the same database? If yes, then does this mean that I will need to install APEX in every database which I want to use with ILM assistant?
    Thanks

    Yes you will need to install APEX in each database where you want to run the ILM Assistant because the ILM Assistant is actually an APEX application.
    Lilian

  • Incredibly low speeds, assistance needed

    My broadband has been incredibly slow for the last week and it's becoming more than an annoyance now.
    Simple Web pages like Facebook, Google, youtube and email take minutes to open, old dial up style. I'm posting this from my phone as the forum just doesn't load.
    I have a wired connection to my PC but slow speed is affecting all devices, phones which are connected through wiFi and laptops/consoles which are also wired.
    Gaming doesn't seem to be being affected still running normally.
    BT performance test on wired connection.
    1st test
    Down: 3.88
    up: 0.99
    ping: 39
    2nd test re run
    Down: 8.06
    UP: 0.97
    Ping: 45
    Any help would be appreciated as I'm pretty stiuk on what to do or if there even is anything I can do.
    Thanks Nick

    welcome to the BT community forum where customers help customers and only BT employees are the forum mods
    in order for the forum members to help please can you post the adsl stats from your router you may need to 'show detail' to get all stats (if hub enter 192.168.1.254 in your browser and navigate to adsl or if HH4/5 then go to troubleshooting then logs and you are looking for 2 line together when hub last connected to internet and they will show your connection speed and noise margin or if netgear enter 192.168.0.1). Then run  btspeedtester  (MAC users may have problems). when first test completes then run diagnostic test and post the results ( do not reset the router).
    are you connected directly via a filter to the NTE5 master or test socket or to somewhere else? Is the master the only phone socket in your home?
    Have you tried the quiet line test? - dial 17070 option 2 - should hear nothing - best done with a corded phone. if cordless phone you may hear a 'dull hum' which is normal
    Someone may then be able to offer help/assistance/suggestions to your problem
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Assistance needed on 808PV Bluetooth issue

    Hi and happy new year to all in the forum.
    Starting by sharing my experience: I have been a happy user of an N8 for 2 years, with very intensive professional and personal use of its many features.
    Never had any major problem; never had to post on a forum. This is my first post.
    Although still satisfied, I have recently replaced my N8 with the 808V for three major reasons:
    - keeping symbian
    - N8 was getting slow with lack of memory
    - 41 mpx camera of the 808
    I was initially happy to notice that Belle FP2 OS and the 808 memory greatly improved my everyday use compared to Belle Refresh.
    However, out of the numerous daily uses of the N8 functions, two heavily used features that are missing or not working, make me miss the former Nokia flagship:
    First problem that is already known, the missing multiple picture selection in the Gallery, which was reported by many. I did not know about this before buying. And yet, everyday I need to erase, or to transfer to another storage by Bluetooth, un one batch the many pictures taken during the day.
    Now more serious, and where I need assistance: I also used to have intensive use - half for work, half for listening everyday to some music - of Bluetooth stereo peripherals and headsets with the N8. All of them from Nokia, and all of them of high quality: BH-500, BH-504 MD-7W.
    Not any of my Bluetooth stereo devices would work on my 808!!!
    BT connexions are established without any problem. But then every sound source stops to work on the terminal: no calls, no payers, no web radio, not even games… You can launch them, but calls for examples are disconnected as soon as the calling party takes the call. The payers freeze just before emitting a single note while pressing the play button. It's like the BT connexion to a stereo audio device freezes the software. If I disconnect BT, the music restarts on the phone's loudspeaker!
    Needless to say, my smartphone is to be used everyday for work (pictures, BT hands-free, music). I need it in BT. So I would be grateful if anyone can help with the same problem and indicate solutions so I can decide what action to take.

    I did now a litlle checking.
    Indeed 808 is Bluetooth 3.0 (whereas N8 was 2.1)
    But isn't a new BT 3.0 device supposed to be compatible with previous norms?
    To give you an example, the new stereo BT headset BH-221, as specifically recommended for 808 (referring to http://www.nokia.com/fr-fr/produits/mobiles/808/accessoires/?page=1) is compatible with the 2.1 Bluetooth technology. Ie. same as all my current devices.
    So problème should be elsewhere.
    Unless we can indentify anyone having same issue...

Maybe you are looking for

  • Connecting Windows XP to Airport Error: "Network Cable Unplugged"

    Situation: Having bought a new computer I gave my old Airport Extreme (a model I bought about 4-5 years ago; one of the white pointy dome ones) to a friend, and attempted to set up their network. My goal was to connect the apple computers (one 2.16GH

  • Link B/w MKPF and BKPF

    is there any link B/W  tables MKPF and BKPF

  • The SMS number of a particular contact not showing his name.

    I've doubled check the number and its exactly the same in Contact.  The formatting should not be an issue because either format works on other contacts. Wat I've noticed with this particular SMS is that when I look into the properties of the number, 

  • PR not created after creating 3rd Party Sales Order

    Hi SAP, We have 3rd Party Sales Order process. The Problem is, PR number is not generate after creating 3rd Party Sales Order. the problem happen for particular customer only. I already check the credit limit and its okay. need help,

  • TABLE NAME FO SETTLED ORDER

    hi gurus, Please advise me, from which table i can get know production order is settled & i have checked in JEST , i am not getting any status of settlement in production order. thanks ravi arora